Description
Returns the object ID for the next available (unused) network within a configuration or block.
Parameters
Name | Description |
---|---|
autoCreate |
Location: query Type: boolean This Boolean value indicates whether the next available network should be created if it does not exist.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
isLargerAllowed |
Location: query Type: boolean This Boolean value indicates whether to return larger networks than those specified with the size parameter.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
parentId |
Location: query Type: integer (int64) The object ID of the network’s parent object.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
size |
Location: query Type: integer (int64) The size of the network, expressed as a power of 2. The size represents the number of hosts on the network. For example, if you are to find or create a /24 network, the size would be 256.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
Responses
Code | Description |
---|---|
200 |
Type: number Returns the object ID for the existing next available IPv4 network or, if the next available network did not exist and autoCreate was set to true, the newly created IPv4 network. |