POST /v1/addRawDeploymentOption - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Description

Adds raw deployment options. Raw deployment options are added to DNS or DHCP services in a format that will be passed to the service when deployed.
Note: The SOAP version of this API has a different signature than the REST version.

Parameters

Name Description
parentId

Location: query

Type: integer (int64)

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

Location: body

Object containing information about the raw deployment option:
  • type - The type of option. The type must be one of the following values:
    • DNS_RAW
    • DHCP_RAW
    • DHCPV6_RAW
  • value - the raw option value. The maximum supported characters are 65,536. The raw option will be passed to the DNS or DHCP service on the managed server exactly as you enter here. Therefore, it is essential that you enter the data with the correct syntax.
  • properties - adds object properties, such as associated server and server group (server, serverGroup), and user-defined fields. Format is attribute=value, with multiple properties separated by a | (pipe) character. For example, "properties":"server=100896|exampleUDF=exampleValue"

Responses

Code Description
201

Type: integer (int64)

Returns the object ID for the newly added Raw option.