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

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.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 );