POST /v1/addDHCPDeploymentRole - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

Description

Adds a DHCP deployment role to a specified object.

Parameters

Name Description
entityId

Location: query

Type: integer (int64)

The object ID for the object to which you are adding the deployment role.
properties

Location: query

Type: string

A string containing options including:
  • inherited—either true or false;indicates whether or not the deployment role was inherited.
  • secondaryServerInterfaceId—the object ID of the secondary server interface for a DHCP failover.
serverInterfaceId

Location: query

Type: integer (int64)

The object ID of the server interface to which you are adding the role.
type

Location: query

Type: string

The type of DHCP role to be added. The type must be one of those listed in DHCP deployment role types.

Responses

Code Description
201

Type: integer (int64)

Returns the object ID for the new DHCP server role object.