Retrieve external host records that are associated with IPv4 or IPv6 addresses.
API method:
GET /v1/getLinkedEntities
Note: To
retrieve all linked external host records with IP addresses, use
ObjectTypes.ExternalHostRecord. For
example:
APIEntity[] linkedEntities = service.getLinkedEntities( ipAddressId, ObjectTypes.ExternalHostRecord, 0, Integer.MAX_VALUE );