POST /v1/reapplyTemplate - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Description

Reapplies DNS zone templates. The template must already be applied to an object before you can re-apply or remove it.

Parameters

Name Description
properties

Location: query

Type: string

A string containing the following settings:
  • The properties value must include ObjectProperties.templateType with the value of ObjectProperties.zoneTemplateType.
  • If the re-apply mode is not specified in the properties, the default ObjectProperties.templateReapplyModeIgnore mode is used.
  • The available re-apply modes include:
    • ObjectProperties.templateReapplyModeUpdate
    • ObjectProperties.templateReapplyModeIgnore
    • ObjectProperties.templateReapplyModeOverwrite
Note:
  • ObjectProperties.templateReapplyModeOverwrite is not applicable for Gateway and Reserved Addresses. Use ObjectProperties.templateReapplyModeUpdate instead to update.
  • ObjectProperties.templateReapplyModeUpdate is not applicable for Reserved DHCP Ranges, IP Groups and Zone Templates. Use ObjectProperties.templateReapplyModeOverwrite instead to update.
  • Both ObjectProperties.templateReapplyModeUpdate and ObjectProperties.templateReapplyModeOverwrite are applicable for Deployment Options.
templateId

Location: query

Type: integer (int64)

The object ID of the DNS zone template to be assigned or updated.

Responses

Code Description
201

Type: none

None.