Returns multiple IPv4 DHCP ranges for the specified parent ID.
Output Response
Returns an array of DHCPv4 range objects from the database.
API call:
APIEntity[] getEntities ( long parentId,
String type, int start, int
count )
Parameter | Description |
---|---|
parentId | The object ID of the parent object of the DHCP range. |
type | The type of object returned: DHCP4Range. This must be one of the constants listed in Object Types. |
start | Indicates where in the list of child ranges to start returning range objects. The list begins at an index of 0. |
count | The type of object returned: DHCP4Range. This must be one of the constants listed in Object Types. |