Description
Adds IPv4 DHCP ranges by offset and size.
Parameters
Name | Description |
---|---|
networkId |
Location: query Type: integer (int64) The object ID for the network in which this DHCP range is to be located.
|
offset |
Location: query Type: string An integer value specifying the point in the network where the range
should begin. Positive values are used to count forward in the network,
starting at the Network Address (first IP address). Negative values are
used to count backward in the network, starting at the Broadcast Address
(last IP address).
|
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 OFFSET_AND_SIZE and
OFFSET_AND_PERCENTAGE. The default value for the
defineRangeBy property is OFFSET_AND_SIZE.
|
size |
Location: query Type: string The size of the range. By default, the size parameter sets the number of
IP addresses to be included in the range, starting at the offset. To define
a percentage range size relative to the parent network, you must set
defineRangeBy to OFFSET_AND_PERCENTAGE in the
properties parameter.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new DHCPv4 range.
|