Updating the transfer of a Primary Zone using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.
REST Syntax
Click to view all REST Resources |
/REST/ZoneTransfer/ PUT — Retries a failed task to transfer zone data from the given master via DNS AXFR and populates the named zone. HTTP Action — PUT URI — https://api.dynect.net/REST/ZoneTransfer/<zonename>/ |
Arguments:
|
Response —
task_id – The number assigned to the task to the zone transfer. |
SOAP Syntax
Click to view all SOAP Commands |
TransferZoneIn — Starts a task to transfer zone data from the given master via DNS AXFR and populates the named zone. If the |
Arguments:
|
Response —
task_id – The number assigned to the task to the zone transfer.Error returned if named zone does exist and is already published. |
Example Request — Click for More Info |