POST /v1/assignOrUpdateTemplate - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Description

Assigns, updates, or removes DNS zone templates.

Parameters

Name Description
entityId

Location: query

Type: integer (int64)

The object ID of the zone to which the zone template is to be assigned or updated.
properties

Location: query

Type: string

A string containing the following settings:
  • ObjectProperties.templateType —Specifies the type of template on which this operation is being performed. The only possible value is ObjectProperties.zoneTemplateType.
Along with ObjectProperties.templateType, you can also specify the reapply mode for various properties of the template.
  • The following additional parameter can also be specified:
    • ObjectProperties.zoneTemplateReapplyMode
    The possible values for re-apply mode properties are:
    • ObjectProperties.templateReapplyModeUpdate
    • ObjectProperties.templateReapplyModeIgnore
    • ObjectProperties.templateReapplyModeOverwrite
    If the re-apply mode is not specified in the properties, the default ObjectProperties.templateReapplyModeIgnoremode is used.
Note: If you are not using Java or Perl, refer to for the actual values.
templateId

Location: query

Type: integer (int64)

The object ID of the DNS zone template. To remove a template, set this value to 0 zero.

Responses

Code Description
201

Type: none

None.