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.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
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:deployable=<true|false>|template=<template id>| <userField>=<userFieldValue>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: number Returns the object ID for the new DNS zone. |