Refreshing or retransferring a secondary zone into Managed DNS 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

Secondary/ PUT — Refreshes secondary zone data from the original provider onto Dyn’s Managed DNS.

HTTP Action — PUT

URI — https://api.dynect.net/REST/Secondary/<zone>/

Arguments:

boolean retransferRequired. Refreshes secondary zone data onto Dyn’s Managed DNS.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

RetransferSecondary — Refreshes secondary zone data onto Dyn’s Managed DNS system from the master nameserver.

Arguments:

string tokenRequired. The session identifier.

string zoneRequired. Name of zone to refresh.

Response — Click for More Info

Example Request — Click for More Info