Retrieving one or all child Delegation Signer (CDS) records 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.

See RFC 7344 for more information about the CDS record.

REST Syntax

Click to view all REST Resources
/REST/CDSRecord/ GET — Retrieves one or all existing CDS record on the designated node. 

HTTP Action — GET

URIs:

Get one CDS record — https://api.dynect.net/REST/CDSRecord/<zone>/<fqdn>/<record_id>/

Get CDS records — https://api.dynect.net/REST/CDSRecord/<zone>/<fqdn>/

Arguments:  

No Arguments.

Response:  

Get one CDS record — Click for More Info

Get CDS records: array — Individual CDS records

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneCDSRecord — Retrieves one existing CDS record at the zone/node indicated. 

GetCDSRecords — Retrieves all existing CDS records.

Arguments:  

GetOneDSRecord — Click for More Info

GetCDSRecords:

  • string fqdnRequired. Name of node where the record exists.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of the zone where the record exists.
Response:  

GetOneCDSRecord — Click for More Info

GetCDSRecords — Click for More Info

Example Request (GetOneCDSRecord) — Click for More Info 

Example Request (GetCDSRecords) — Click for More Info