Recovering the Load Balance service or a specific IP node within the service 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: The Load Balance Service is deprecated. Legacy users of the service should contact Concierge for any questions on adding a Load Balance service to your zone. All other users should use the GSLB service instead.

REST Syntax

Click to view all REST Resources

/REST/LoadBalance/ PUT — Recover the Load Balance service on the indicated zone and node or recover a specific IP node within the service.

HTTP Action — PUT

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

Arguments:

To recover the service — boolean recoverRequired.

To recover a specific node IP:
boolean recoveripRequired.
string addressRequired. IPv4 address of the node IP to recover.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

RecoverLoadBalance — Recovers an existing Load Balance service.

RecoverLoadBalanceIP — Recovers a node IP from an existing Load Balance service.

Arguments:

RecoverLoadBalance:

  • string fqdnRequired. Fully qualified domain name of a node in the zone.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of the zone.

RecoverLoadBalanceIP:

  • string fqdnRequired. Fully qualified domain name of a node in the zone.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of the zone.
  • string addressRequired. IPv4 Address of the node IP to recover.
Response (Same for both) — Click for More Info

Example Request (RecoverLoadBalance) — Click for More Info

Example Request (RecoverLoadBalanceIP) — Click for More Info