A generic method for adding configurations, DNS zones, and DNS resource records.
Output / Response
Returns the object ID for the new configuration.
API call:
long addEntity( long parentId, APIEntity
entity )
Parameter | Description |
---|---|
parentId | For configurations, always set the parentId value to 0 (zero), which is the root element. |
entity | The configuration object, including its name, sharedNetwork, and user-defined fields. |