POST /v1/quickDeploy - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

Description

Instantly deploys changes the user has made to DNS resource records since the last full or quick deployment. The method asks for the object ID of a DNS zone or network where changes have occurred, in order to determine the associated DNS server for deployment. Though the method asks for the ID of a single zone or network, if the user has made changes in other zones or networks configured with the same primary server, those changes will also be deployed to the server.
Attention: Only changes made by the user will be deployed. Changes made by other users will not be deployed, even if they have been made on the same zone or network the API calling user is deploying changes for.

Parameters

Name Description
entityId

Location: query

Type: integer (int64)

The object ID of a DNS zone or network with resource record changes, used to determine the associated server where changes will be deployed.
properties

Location: query

Type: string

A string containing the services option. It can also be empty.
  • services — the name of the valid service that needs to be deployed. The only valid service name for quick deployment is DNS. Any other service names will throw an error.

Responses

Code Description
201

Type: none

Instantly deploys changes to DNS resource records made since the last full deployment or quick deployment.