Retrieving one or all Delegation Signer (DS) 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 4034 for more information about the DS record.

REST Syntax

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

HTTP Action — GET

URIs:

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

Get DS records — https://api.dynect.net/REST/DSRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get one DS record — Click for More Info

Get DS records: array — Individual DS records

Dyn Logo

SOAP Syntax

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

GetDSRecords — Retrieves all existing DS records.

Arguments:

GetOneDSRecord — Click for More Info

GetDSRecords:

  • 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:

GetOneDSRecord — Click for More Info

GetDSRecords — Click for More Info

Example Request (GetOneDSRecord) — Click for More Info

Example Request (GetDSRecords) — Click for More Info