Returns an IPv6 DHCP range by calling it using its range.
Output / Response
Returns the specified DHCP6Range object from the database.
API call:
APIEntity getEntityByRange ( long parentId,
String address1, String address2, String
type )
Parameter | Description |
---|---|
parentId | The object ID of the parent object of the DHCPv6 range. |
address1 | An IP address defining the lowest address or start of the range. |
address2 | An IP address defining the highest address or end of the range. |
type | The type of object returned: DHCPv6 Range. This must be one of the constants listed in Object Types. |