POST /v1/deployServerConfig - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Description

Deploys specific configuration(s) to a particular server.

Parameters

Name Description
properties

Location: query

Type: string

A string containing property names. The property names available in the ObjectProperties are ObjectProperties.services, and ObjectProperties.forceDNSFullDeployment. Multiple options can be separated by a pipe (|) character. For example:
ObjectProperties.services=DNS|
forceDNSFullDeployment=true
The values for properties are:
  • services —the name of the valid service configuration that needs to be deployed. These are the valid values for the services: DNS, DHCP, DHCPv6, and TFTP.
  • forceDNSFullDeployment —a boolean value. Set to true to perform a full DNS deployment. Omit this parameter from the method call to perform a differential deployment.
serverId

Location: query

Type: integer (int64)

The database object ID of the server that will immediately be deployed.

Responses

Code Description
201

Type: none

Deploys specific configuration(s) to a particular server.