Get external host records associated with IP addresses - BlueCat Integrity - 9.4.0

Address Manager API Guide

ft:locale
en-US
Product name
BlueCat Integrity
Version
9.4.0

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 );