Creating an RTTM RRSet Report 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/RTTMRRSetReport/ POST — Generates a report of regional response sets for a Real Time Traffic Management(RTTM) service at any given point in time.

HTTP Action — POST

URIs — https://api.dynect.net/REST/RTTMRRSetReport/

Arguments:

  • string fqdnRequired. Name of node where records will be retrieved.
  • integer tsRequired. UNIX timestamp identifying point in time for the log report.
  • string zoneRequired. Name of zone where records will be retrieved.
Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetRTTMRRSets — Retrieves the regional response sets for a Real Time Traffic Management (RTTM) service at any given point in time.

Arguments:

  • 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 tsRequired. UNIX timestamp indicating point in time of the report.
Response — Click for More Info

Example Request — Click for More Info