POST /v1/addDHCP6Range - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

Description

Adds IPv6 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 DHCPv6 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 DHCPv6 range.