Returns an array of IP addresses with linked records and the IP addresses that are assigned as DHCP Reserved, Static or Gateway.
Output / Response
Returns an array of IP address APIEntity objects with their linked host records and the IP addresses that are assigned as DHCP Reserved, Static or Gateway. The output has the following format: hostId:hostName:zoneId:zoneName:viewId:viewName:hasAlias;.
Important: The getNetworkLinkedProperties method only
supports IPv4 addresses and returns up to 999 entries.
API call:
APIEntity[] getNetworkLinkedProperties ( long
networkId )
Parameter | Description |
---|---|
networkId | The object ID for the IPv4 network. |