Retrieving existing KEY 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 2535 for more information about KEY records.

REST Syntax

Click to view all REST Resources
/REST/KEYRecord/ GET — Retrieve one or all existing KEY Records on the zone/node indicated.

HTTP Action — GET

URIs:

Get one KEY Record — https://api.dynect.net/REST/KEYRecord/<zone>/<fqdn>/<record_id>/

Get KEY Records — https://api.dynect.net/REST/KEYRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

One KEY Record — Click for More Info

All KEY Records: array — Individual records.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneKEYRecord — Retrieve one existing KEY Record on the zone/node indicated.

GetKEYRecords — Retrieve all existing KEY Records on the zone/node indicated.

Arguments:

GetOneKEYRecord — Click for More Info

GetKEYRecords — Click for More Info

Response:

GetOneKEYRecord — Click for More Info

GetKEYRecords — Click for More Info

Example Request (GetOneKEYRecord) — Click for More Info

Example Request (GetKEYRecords) — Click for More Info