Description
A generic method for adding configurations, DNS zones, and DNS resource records.
Parameters
Name | Description |
---|---|
parentId |
Location: query Type: integer (int64) The parent ID of the new entity. For configurations, always set the parentId value to 0
zero, which is the root element.
|
body |
Location: body The object configuration, including its name, sharedNetwork, and
user-defined fields.
|
Responses
Code | Description |
---|---|
200 |
Type: integer (int64) Returns the object ID of the newly created entity.
|