Description
Returns an APIEntity object representing 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.
|
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 (integer exponent).
|
type |
Location: query Type: string The type of range object to be fetched. This must be one of the constants
listed in Object types
(Currently supported: IP4Block, IP4Network).
|
Responses
Code | Description |
---|---|
200 |
Type: APIEntity Returns an APIEntity object representing 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.
|