Understanding How The API Works »

Activating or deactivating an existing Dynamic DNS service instance in 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 SyntaxAssociated API Topics
SOAP SyntaxReset DDNS Abuse Count (API)
Delete DDNS (API)
Create DDNS (API)
Create DDNS Host (API)
Add DDNS onto Record (API)
Update DDNS Service (API)
Get DDNS Service(s) (API)

REST Syntax

Click to view all REST Resources
/REST/DDNS/ PUT -- Activates or deactivates an existing Dynamic DNS service on the zone/node indicated.
HTTP Action -- PUT
URIs -- https://api.dynect.net/REST/DDNS/<zone>/<fqdn>/<record type>/
NOTE: <record_type> should be either A, for IPv4, or AAAA, for IPv6.
Arguments:
To Activate the DDNS Service: boolean activate -- Required.
To Deactivate the DDNS Service: boolean deactivate -- Required.
Response -- Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
ActivateDDNS -- Activate an existing Dynamic DNS service.
DeactivateDDNS -- Deactivate an existing Dynamic DNS service.
Arguments -- Click for More Info
Response -- Click for More Info
Example Request -- Click for More Info

<< DNS API Knowledge Base