Retrieving IPSECKEY 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 4025 for more information about the IPSECKEY record.

REST Syntax

Click to view all REST Resources
/REST/IPSECKEYRecord/ GET — Retrieves one or all existing IPSECKEY Records on the zone/node indicated.

HTTP Action — GET

URIs:

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

Get IPSECKEY records — https://api.dynect.net/REST/IPSECKEYRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get one IPSECKEY record — Click for More Info

Get IPSECKEY records: array — Individual IPSECKEY record resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneIPSECKEYRecord — Retrieves a single existing IPSECKEY Record on the zone/node indicated.

GetIPSECKEYRecords — Retrieves all the existing IPSECKEY Records on the zone/node indicated.

Arguments:

GetOneIPSECKEYRecord — Click for More Info

GetIPSECKEYRecords — Click for More Info

Response:

GetOneIPSECKEYRecord — Click for More Info

GetIPSECKEYRecords — Click for More Info

Example Request (GetOneIPSECKEYRecord) — Click for More Info

Example Request (GetIPSECKEYRecords) — Click for More Info