Recovering the Real Time Traffic Manager (RTTM) 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.

REST Syntax

Click to view all REST Resources

/REST/RTTM/ PUT — Recovers the RTTM service or a specific node IP within the service.

HTTP Action — PUT

URI — https://api.dynect.net/REST/RTTM/<zone>/<fqdn>/

Arguments:

To recover the RTTM service: boolean recoverRequired.

To recover a specific node IP within the service:

boolean recoveripRequired.

string addressRequired. IPv4 address of the node IP to recover.

NOTE: The same response is returned for recovering either the RTTM service or a specific node IP within the service.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

RecoverRTTM — Recovers an existing RTTM service.

RecoverRTTMIP — Recovers a node IP from an existing RTTM service.

Arguments :

RecoverRTTM:

  • string fqdnRequired. Name of node where the service to recover existed.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the service to recover existed.

RecoverRTTMIP:

  • string fqdnRequired. Name of node where the service to recover existed.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the service to recover existed.
  • string addressRequired. IPv4 address of the node IP to recover.

NOTE: The same response is returned for RecoverRTTM and RecoverRTTMIP commands.

Response — Click for More Info

Example Request (RecoverRTTM) — Click for More Info

Example Request (RecoverRTTMIP) — Click for More Info