Retrieving one or more existing ALIAS 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/ALIASRecord/ GET — Retrieve one or more existing ALIAS Record on the zone/node indicated.

NOTE: If you choose to point your ALIAS record at an asset managed by your Dyn Managed DNS account, you may see higher than expected QPS.

HTTP Action — GET

URIs:

Get One Record — https://api.dynect.net/REST/ALIASRecord/<zone>/<fqdn>/<record_id>/

Get All Records — https://api.dynect.net/REST/ALIASRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get One ALIAS Record — Click for More Info

Get All ALIAS Records: array — Individual ALIAS record resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneALIASRecord — Get an existing ALIAS Record on the zone/node indicated.

GetALIASRecords — Get all existing ALIAS Records on the zone/node indicated.

NOTE: If you choose to point your ALIAS record at an asset managed by your Dyn Managed DNS account, you may see higher than expected QPS.

Arguments:

GetOneALIASRecord — Click for More Info

GetALIASRecords — Click for More Info

Response:

GetOneALIASRecord — Click for More Info

GetALIASRecords — Click for More Info

Example Request(GetOneALIASRecord) — Click for More Info

Example Request(GetALIASRecords) — Click for More Info