Retrieving one or all instances of the DNSSEC Service 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/DNSSEC/ GET — Retrieves one or all existing DNSSEC services on the zone indicated.

HTTP Action — GET

URIs:

Get one DNSSEC service — https://api.dynect.net/REST/DNSSEC/<zone>/

Get all DNSSEC services — https://api.dynect.net/REST/DNSSEC/

Arguments:

Get one DNSSEC Service — No Arguments.

Get all DNSSEC Service — Click for More Info

Response:

Get one DNSSEC Service — Click for More Info

Get all DNSSEC Services — Array of individual DNSSEC service resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneDNSSEC — Retrieves an existing DNSSEC service on the zone indicated.

GetDNSSECs — Retrieves all existing DNSSEC service on the zone indicated.

Arguments:

GetOneDNSSEC:

  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of the zone where the service will exist.

GetDNSSECs:

  • string tokenRequired. The session identifier.
  • string zone — Name of the zone where the service will exist.
Response:

GetOneDNSSEC — Click for More Info

GetDNSSECs — Click for More Info

Example Request (GetOneDNSSEC) — Click for More Info

Example Request (GetDNSSECs) — Click for More Info