Description
Instantly deploys changes the user has made to DNS resource records since the
last full or quick deployment. The method asks for the object ID of a DNS zone
or network where changes have occurred, in order to determine the associated DNS
server for deployment. Though the method asks for the ID of a single zone or network,
if the user has made changes in other zones or networks configured with the same
primary server, those changes will also be deployed to the server.
Attention:
Only changes made by the user will be deployed. Changes made by other users will
not be deployed, even if they have been made on the same zone or network the API
calling user is deploying changes for.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The object ID of a DNS zone or network with resource record changes, used to
determine the associated server where changes will be deployed.
|
properties |
Location: query Type: string A string containing the services option. It can also be
empty.
|
Responses
Code | Description |
---|---|
201 |
Type: none Instantly deploys changes to DNS resource records made since the last full deployment or quick deployment.
|