POST /v1/addDNSDeploymentOption - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

Description

Adds DNS options.

Parameters

Name Description
entityId

Location: query

Type: integer (int64)

The object ID for the entity to which you are adding the deployment option.
name

Location: query

Type: string

The name of the DNS option you are adding. This name must be one of the constants listed in DNS options.
properties

Location: query

Type: string

Adds object properties, including comments and user-defined fields.
value

Location: query

Type: string

The value you are assigning to the option. Depending on the type of deployment option you are adding, the format of the value might differ. For more information, refer to Reference: Deployment option value formats.
Note: If you are adding a Reverse Zone Name Format, the following values are supported:
  • ReverseZoneFormatType.STARTIP_NETMASK_NET or "[start-ip]-[net-mask].[net].inaddr.arpa"
  • ReverseZoneFormatType.STARTIP_ENDIP_NET or "[start-ip]-[end-ip].[net].in-addr.arpa"
  • ReverseZoneFormatType.STARTIP_SLASH_NETMASK_NET or "[start-ip]/[netmask].[net].in-addr.arpa"
  • ReverseZoneFormatType.STARTIP_SLASH_ENDIP_NET or "[start-ip]/[end-ip].[net].inaddr.arpa"
  • ReverseZoneFormatType.CUSTOM + ReverseZoneFormatType.SEPARATOR + "[customformat-value]" or “custom:<custom-format-value>”

Responses

Code Description
201

Type: integer (int64)

Returns long type and represents the database object ID of the newly added DNS deployment option.