Description
Adds an IPv6 address to a specified IPv6 network.
Parameters
| Name | Description |
|---|---|
| address |
Location: query Type: string The IPv6 address you wish to add.
address and type must be consistent. For
example, if the type is ObjectTypes.IP6Address, the address must be a
string representing an IPv6 address.
|
| containerId |
Location: query Type: integer (int64) The object ID of the container where you wish to add the IPv6 address.
This can be the object ID of a configuration, IPv6 block, or IPv6 network.
The parent IPv6 network object must exist before you add an IPv6 address,
otherwise an error will occur.
|
| name |
Location: query Type: string Descriptive name for the IPv6 address. This value can be empty.
|
| properties |
Location: query Type: string Adds object properties, including user-defined fields.
|
| type |
Location: query Type: string The type of IPv6 address. This value must be one of the following:
macAddress, IP6Address, or InterfaceID.
As with the address parameter, address and type must be consistent.
|
Responses
| Code | Description |
|---|---|
| 201 |
Type: integer (int64) Returns the object ID of the new IPv6 address.
|