Description
Adds IPv4 DHCP ranges.
Parameters
Name | Description |
---|---|
end |
Location: query Type: string An IP address defining the highest address or end of the range. |
networkId |
Location: query Type: integer (int64) The object ID for the network in which this DHCP range is located.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
properties |
Location: query Type: string Adds object properties, including the object name and user-defined fields. |
start |
Location: query Type: string An IP address defining the lowest address or start of the range. |
Responses
Code | Description |
---|---|
201 |
Type: number Returns the object ID for the new DHCPv4 range. |