Description
Adds DNS zones. When using addZone, you can use dot (.) characters to create the top-level domain and subzones.
Parameters
Name | Description |
---|---|
absoluteName |
Location: query Type: string The complete FQDN of the zone with no trailing dot, for example,
example.com.
|
parentId |
Location: query Type: integer (int64) The object ID for the parent object to which the zone is being added. For
top-level domains, the parent object is a DNS view. For sub-zones, the
parent object is a top-level domain or DNS zone.
|
properties |
Location: query Type: string Adds object properties, including a flag for deployment, a flag for dynamic update, a flag for moving
matching dotted resource records to the new subdomain, an optional network template association,
and user-defined fields in the format:
The deployable flag is false by default and is optional. To make the zone
deployable, set the deployable flag to true.
The dynamicUpdate flag is false by default and is optional. When the dynamicUpdate flag is set to true, any resource records that are added, updated, or deleted within the zone will be selective deployed to the associated primary DNS/DHCP Server of that zone. The moveDottedResourceRecords flag is set to true by default and is optional. When the
moveDottedResourceRecords flag is set to false, existing dotted-name resource records
matching the new subdomain will not be moved into the new subdomain.
Attention:
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new DNS zone.
|