Description
Adds an IPv6 block by specifying the MAC address of the server.
Parameters
Name | Description |
---|---|
macAddress |
Location: query Type: string The MAC address of the server in the format nnnnnnnnnnnn,
nn-nn-nn-nn-nn-nn, or nn:nn:nn:nn:nn:nn, where nn is
a hexadecimal value.
|
name |
Location: query Type: string Descriptive name for the IPv6 block. This value can be empty.
|
parentId |
Location: query Type: integer (int64) The object ID of the parent object of the new IPv6 block. The parent
object must be another IPv6 block.
|
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 block.
|