Description
Returns an array of IP addresses with linked records and the IP addresses that
are assigned as DHCP Reserved, Static, or Gateway.
Important:
- The
getNetworkLinkedProperties
method only supports IPv4 addresses and returns up to 999 entries. - The
getNetworkLinkedProperties
method is deprecated and will be removed in a future release.
Note: This API method supports read-only API sessions. For more
information on read-only API sessions and a list of API methods that support
read-only API session, refer to Read-only API sessions.
Parameters
Name | Description |
---|---|
networkId |
Location: query Type: integer (int64) The object ID for the IPv4 network.
|
Responses
Code | Description |
---|---|
200 |
Type: Array of APIEntity 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;.
|