Retrieving an instance of Real Time Traffic Manager (RTTM) 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.

In order for monitoring to occur on your account, please make sure the IP addresses included here (https://manage.dynect.net/help/agents.html) can reach all your network endpoints. The web page requires you to log-on to Dyn’s Managed DNS.

REST Syntax

Click to view all REST Resources

/REST/RTTM/ GET — Retrieves one or all existing instances of Real Time Traffic Manager (RTTM)

HTTP Action — GET

URIs —

Get one RTTM Service — https://api.dynect.net/REST/RTTM/<zone>/<fqdn>/

Get all RTTM Services — https://api.dynect.net/REST/RTTM/<zone>/

Arguments:

Get one RTTM Service — No Arguments.

Get all RTTM Services:

string detail — A boolean indicating whether or not to return the full details or a list of service resources.
Y – The details of each service are specified.
N – The list of service resources is returned. Default is N.

Response:

Get one RTTM Service — Click for More Info

Get all RTTM Services — array — Individual Real Time Traffic Manager service resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneRTTM — Retrieves information about one RTTM service.

GetRTTMs — Retrieves information about all existing RTTM services in the zone.

Arguments :

GetOneRTTM:

  • string fqdnRequired. Name of node where the service will exist.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the service will exist.

GetRTTMS:

  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the services exist.
Response:

GetOneRTTM — Click for More Info

GetRTTMs — Click for More Info

Example Request (GetOneRTTM) — Click for More Info

Example Request (GetRTTMs) — Click for More Info