Retrieving one or more A records from a zone/node 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/ARecord/ GET — Retrieves one or all A Records from a specified zone/node.

HTTP Action — GET

URIs:

Retrieve a single record — https://api.dynect.net/REST/ARecord/<zone>/<fqdn>/<record_id>/

Retrieve all A records — https://api.dynect.net/REST/ARecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

No Record_ID Specified:

  • array — Individual A record resources.

Record_ID Specified — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneARecord — Retrieves the specific existing A Record at the zone/node.

GetARecords — Retrieves all existing A Records at the zone/node.

Arguments:

GetOneARecord — Click for More Info

GetARecords — Click for More Info

Response:

GetOneARecord — Click for More Info

GetARecords — Click for More Info

Example Request (GetOneARecord) — Click for More Info

Example Request (GetOneARecord) — Click for More Info