Retrieving information on one Record Set or a list of Record Set resources 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.

NOTE: Total number of records in a single Response Pool may not be more than 255.

REST Syntax

Click to view all REST Resources

/REST/DSFRecordSet/ GET — Retrieves a list of Record Set resources or the details of the specified Record Set.

HTTP Action — GET

URIs:

Get details of one Record Set — https://api.dynect.net/REST/DSFRecordSet/<service_id>/<dsf_record_set_id>/

Get list of Record Sets — https://api.dynect.net/REST/DSFRecordSet/<service_id>/

Arguments:

Get details of one Record Set: No Arguments.

Get list of Record Sets — Click for More Info

Response:

Get details of one Record Set — Click for More Info

Get list of Record Sets: array — Individual Record Set resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneDSFRecordSet — Retrieves information about an existing Record Set.

GetDSFRecordSets — Retrieves all Record Set entries from a Traffic Director (DSF) service or a Record Set Failover Chain.

Arguments:

GetOneDSFRecordSet — Click for More Info

GetDSFRecordSets — Click for More Info

Response:

GetOneDSFRecordSet — Click for More Info

GetDSFRecordSets — Click for More Info

Example Request (GetOneDSFRecordSet) — Click for More Info

Example Request (GetDSFRecordSets) — Click for More Info