Description
Adds IPv6 DHCP ranges by size.
Parameters
Name | Description |
---|---|
networkId |
Location: query Type: integer (int64) The object ID for the network in which the DHCP range is located.
|
properties |
Location: query Type: string Optional object properties that can contain the object name, the value of
defineRangeBy, and user-defined fields. The possible
values for defineRangeBy are AUTOCREATE_BY_SIZE,
OFFSET_AND_SIZE, and START_ADDRESS_AND_SIZE.
Note: If you
do not specify the defineRangeBy value, the DHCP range
will be created using AUTOCREATE_BY_SIZE by default.
|
size |
Location: query Type: string The size of the range. Currently, you can only specify the range size in
a relative size proportional to the parent network size.
|
start |
Location: query Type: string An integer value or IPv6 address specifying the point where the range
should begin. The positive values indicate that the starting IP address
of the range will be counted from the Network ID first IP address and
forward in the range. The IPv6 address value indicates the starting
address of the range.
Note:
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new DHCPv6 range.
|