Recovering a Failover event in 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/Failover/ PUT — Recover the Failover service on the indicated zone and node.

HTTP Action — PUT

URIs — https://api.dynect.net/REST/Failover/<zone>/<fqdn>/

Arguments:

To recover the service — boolean recoverRequired.

Response: Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
RecoverFailover — Recovers an existing Active Failover service.
Arguments:

  • string fqdnRequired. Name of the node where the service exists.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of the zone where the service exists.
Response — Click for More Info

Example Request — Click for More Info