POST /v1/addDHCP4Range - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

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.
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: integer (int64)

Returns the object ID for the new DHCPv4 range.