Description
Adds an IPv4 network using CIDR notation.
Parameters
| Name | Description |
|---|---|
| CIDR |
Location: query Type: string The CIDR notation defining the network, for example, 10.10.10/24.
|
| blockId |
Location: query Type: integer (int64) The object ID of the new network’s parent IPv4 block.
|
| properties |
Location: query Type: string A string containing options. For more information about the available
options, refer to IPv4 objects.
|
Responses
| Code | Description |
|---|---|
| 201 |
Type: integer (int64) Returns the object ID for the new IPv4 network.
|