Retrieving one or more 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 4034 for more information about the DNSKEY record.

REST Syntax

Click to view all REST Resources
/REST/DNSKEYRecord/ GET — Retrieve one or all existing DNSKEY Record on the zone/node indicated.

HTTP Action — GET

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

Get DNSKEY Records — https://api.dynect.net/REST/DNSKEYRecord/<zone>/<fqdn>/

Arguments: 

No Arguments.

Response: 

Get one DNSKEY Record — Click for More Info

Get DNSKEY Records: array — Individual DNSKEY records.

Dyn Logo

SOAP Syntax

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

GetDNSKEYRecords — Retrieve all DNSKEY Records on the zone/node indicated.

Arguments: 

GetOneDNSKEYRecord — Click for More Info

GetDNSKEYRecords — Click for More Info

Response: 

GetOneDNSKEYRecord — Click for More Info

GetDNSKEYRecords — Click for More Info

Example Request (GetOneDNSKEYRecord) — Click for More Info 

Example Request (GetDNSKEYRecords) — Click for More Info