Adds a DNS zone template.
Output / Response
Returns the object ID of the new DNS zone template.
API Call:
long addZoneTemplate( long parentId, String
name, String properties )
Parameter | Description |
---|---|
parentId | The object ID of the parent DNS view when adding a view-level zone template. The object ID of the configuration when adding a configuration-level zone template. |
name | The name of the DNS zone template. This value can be an empty string (""). |
properties | Adds object properties, including user-defined fields. |