Description
Returns the next available IPv6 address within an IPv6 block or network.
Parameters
| Name | Description |
|---|---|
| parentId |
Location: query Type: integer (int64) The object ID of IPv6 block or network where to look for
the next available IPv6 address.
|
| properties |
Location: query Type: string The properties string contains the following properties (the properties are separated by "|"):
|
Responses
| Code | Description |
|---|---|
| 200 |
Type: string Returns the next available IPv6 address in an existing network as a string of one IPv6 address or a comma separated list of IPv6 addresses if more than one address is requested.
|