Retrieving Record Set Failover Chain 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/DSFRecordSetFailoverChain/ GET – Retrieves a list of Record Set Failover Chain resources, or the details of the specified Record Set Failover Chain.

HTTP Action — GET

URIs:

Get one Record Set Failover Chain — https://api.dynect.net/REST/DSFRecordSetFailoverChain/<service_id>/<dsf_record_set_failover_chain_id>/

Get Record Set Failover Chains — https://api.dynect.net/REST/DSFRecordSetFailoverChain/<service_id>/

Arguments:

Get one Record Set Failover Chain: No Arguments.

Get Record Set Failover Chains:

  • string label — Services with the specified label. Can be wild carded.
  • string core — To search for Record Set Failover Chains that are core, search where core=’true’.
  • string pending_changes — Indicates whether pending changes will be returned.
    Valid values:
    Y — Return all published objects plus pending changes along with the change type (add/modify/remove).
    N — Return only published objects.
Response:

Get one Record Set Failover Chain — Click for More Info

Get Record Set Failover Chains: array — Individual Record Set Failover Chain resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneDSFRecordSetFailoverChain — Retrieves information about an existing Record Set Failover Chain.

GetDSFRecordSetFailoverChains — Retrieves all entries from a Traffic Director (DSF) service or Response Pool.

Arguments:

GetOneDSFRecordSetFailoverChain:

  • string service_idRequired. ID of the Traffic Director (DSF) Service
  • string dsf_record_set_failover_chain_idRequired. ID of a specific Record Set Failover Chain
  • string tokenRequired. The session identifier

GetDSFRecordSetFailoverChains:

  • string service_idRequired. ID of the Traffic Director (DSF) Service.
  • string dsf_response_pool_id — ID of a Response Pool.
  • string label — Services with the specified label. Can be wild carded.
  • string core — To search for Record Set Failover Chains that are core, search where core=’true’.
  • string tokenRequired. The session identifier.
Response:

GetOneDSFRecordSetFailoverChain — Click for More Info

GetDSFRecordSetFailoverChains — Click for More Info

Example Request (GetOneDSFRecordSetFailoverChain) — Click for More Info

Example Request (GetDSFRecordSetFailoverChains) — Click for More Info