Description
Adds a DNS deployment role to a specified object.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The object ID for the object to which you are adding the deployment role.
|
properties |
Location: query Type: string Adds object properties, including the view associated
with this DNS deployment role (identified by objectId),
the protocol for zone transfers (zoneTransferProtocol,
v4 or v6, default value is v4 if not specified), and
user-defined fields. For example:
view=100929|zoneTransferProtocol=v6|myUDF=sampleValue.
|
serverInterfaceId |
Location: query Type: integer (int64) The object ID of the server interface to which you are adding the role.
|
type |
Location: query Type: string The type of DNS role you are adding. The type must be one of those listed in
DNS deployment role type.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new DNS server role object.
|