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, 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. |
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new DNS zone.
|