Returns an IPv4 DHCP range object by calling it using its range.
Output / Response
Returns the specified DHCP4Range object from the database.
API call:
APIEntity getEntityByRange ( long parentId,
String address1, String address2, String
type )
Parameter | Description |
---|---|
containerId | The object ID of the parent object of the DHCP 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: DHCP4Range. This must be one of the constants listed in Object Types. |