Adds IPv4 DHCP ranges.
Output / Response
Returns the object ID for the new DHCPv4 range.
API call:
long addDHCP4Range ( long networkId, String
start, String end, String
properties )
Parameter | Description |
---|---|
networkId | The object ID for the network in which this DHCP range is located. |
start | An IP address defining the lowest address or start of the range. |
end | An IP address defining the highest address or end of the range. |
properties | Adds object properties, including the object name and user-defined fields. |