Description
Adds an IPv6 network be specifying the prefix for the network.
Parameters
Name | Description |
---|---|
name |
Location: query Type: string Descriptive name for the IPv6 network. This value can be empty.
|
parentId |
Location: query Type: integer (int64) The object ID of the IPv6 block in which the new IPv6 network will be located.
|
prefix |
Location: query Type: string The IPv6 prefix for the new network.
|
properties |
Location: query Type: string Adds object properties, including user-defined fields. This value can be empty.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID of the new IPv6 network.
|