Retrieving the existing CERT 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.

REST Syntax

Click to view all REST Resources

/REST/CERTRecord/ GET — Retrieve all existing CERT records or one specific CERT Record from the specified zone/node.

HTTP Action — GET

URIs:

Get One CERT Record — https://api.dynect.net/REST/CERTRecord/<zone>/<fqdn>/<record_id>/
Get All CERT Records — https://api.dynect.net/REST/CERTRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get One CERT Record — Click for More Info

Get CERT Records — array — Individual records.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneCERTRecord — Retrieve the indicated CERT record from the specified zone/node.

GetCERTRecords — Retrieve all CERT records from the specified zone/node.

Arguments:

GetOneCERTRecord — Click for More Info

GetCERTRecords — Click for More Info

Response:

GetOneCERTRecord — Click for More Info

GetCERTRecords: array — Individual CERT Records.

Example Request (GetOneCERTRecord) — Click for More Info

Example Request (GetCERTRecords) — Click for More Info