Description
Returns the object ID for the next available (unused) block or network within a configuration or block.
Parameters
Name | Description |
---|---|
parentId |
Location: query Type: integer (int64) The object ID of the parent object under which the next available range resides configuration or block. |
properties |
Location: query Type: string The string containing the following properties and values:
|
size |
Location: query Type: integer (int64) The size of the range, expressed as a power of 2. |
type |
Location: query Type: string The type of the range object to be fetched. Currently IPv4 block and network are supported. |
Responses
Code | Description |
---|---|
200 |
Type: APIEntity Returns the object ID for the existing next available IPv4 range or, if the next available IP range does not exist and autoCreate was set to true, the newly created IPv4 range. |