Returns multiple DHCPv6 range objects for the specified parent ID.
Output / Response
Returns an array of DHCPv6 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 DHCPv6 range. |
type | The type of object returned: DHCPv6 Range. This must be one of the constants listed in Object Types on page 229. |
start | Indicates where in the list of child ranges to start returning range objects. The list begins at an index of 0. |
count | The maximum number of DHCPv6 range objects to return. |