Description
Returns an array of APIEntity objects representing the next available (unused) blocks or networks within a configuration or block.
Parameters
Name | Description |
---|---|
count |
Location: query Type: integer (int32) The number of networks to be found.
Note: If the number of networks count
is greater than 1:
|
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:
Note: If a value is not provided for the following parameters:
reuseExisting and autoCreate, the default values will be as follows:
reuseExisting = false and autoCreate = true.
|
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 the range object to be fetched. This must be one of the
constants listed in Object types
(Currently supported: IP4Network).
|
Responses
Code | Description |
---|---|
200 |
Type: Array of APIEntity Returns an array of APIEntity objects representing the existing next available IPv4 ranges, or, if the next available IP ranges do not exist and autoCreate was set to true, the newly created IPv4 ranges.
|