Retrieving one or all Dynamic DNS service instances 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 Syntax

Click to view all REST Resources

/REST/DDNS/ GET — Retrieves one or all Dynamic DNS service on the zone/node indicated.

HTTP Action — GET

URIs:

Get one DDNS — https://api.dynect.net/REST/DDNS/<zone>/<fqdn>/<record_type>/

Get all DDNS — https://api.dynect.net/REST/DDNS/<zone>/

Arguments:

Get one DDNS — No Arguments.

Get all DDNS:

  • string detail — A boolean indicating whether or not to return the full details or a list of service resources.
    Valid values:
    Y – The details of each service are specified.
    N – The list of service resources is returned. Default.
Response:

Get one DDNS — Click for More Info

Get all DDNS: array — Individual DDNS service resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneDDNS — Retrieve a specific Dynamic DNS service.

GetDDNSs — Retrieve all Dynamic DNS services.

Arguments:

GetOneDDNS — Click for More Info

GetDDNSs — Click for More Info

Response:

GetOneDDNS — Click for More Info

GetDDNSs — Click for More Info

Example Request (GetOneDDNS): Click for More Info

Example Request (GetDDNSs): Click for More Info