Retrieving one or more child DNSKEY 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 CDNSKEY record.

REST Syntax

Click to view all REST Resources
/REST/CDNSKEYRecord/ GET — Retrieve one or all existing CDNSKEY Record on the zone/node indicated. NOTE: Child DNSKEY records MUST be at the child zone apex.

HTTP Action — GET

URIs:
Get one CDNSKEY Record — https://api.dynect.net/REST/CDNSKEYRecord/<zone>/<fqdn>/<record_id>/

Get CDNSKEY Records — https://api.dynect.net/REST/CDNSKEYRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get one CDNSKEY Record — Click for More Info

Get CDNSKEY Records: array — Individual CDNSKEY records.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneCDNSKEYRecord — Retrieve the specified CDNSKEY Record on the zone/node indicated.

GetCDNSKEYRecords — Retrieve all CDNSKEY Records on the zone/node indicated.

Arguments:

GetOneCDNSKEYRecord — Click for More Info

GetCDNSKEYRecords — Click for More Info

Response:

GetOneCDNSKEYRecord — Click for More Info

GetCDNSKEYRecords — Click for More Info

Example Request (GetOneCDNSKEYRecord) — Click for More Info

Example Request (GetCDNSKEYRecords) — Click for More Info