Retrieving one or a list of all RTTM Regions 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/RTTMRegion/ GET — Retrieves one or a list of all RTM Region resources.

HTTP Action — GET

URIs:

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

Get a list of all RTTM Regions — https://api.dynect.net/REST/RTTMRegion/<zone>/<fqdn>/

Arguments:

Get one RTTM Region — No Arguments.

Get a list of all RTTM Regions:

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

Response:

Get one RTTM Region — Click for More Info

Get all RTTM Regions: array — Individual Real Time Traffic Management (RTTM) service region resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneRTTMRegion — Retrieves the data from a specified RTTM service for a single region.

GetRTTMRegions — Retrieves the data from a specified RTTM service for all regions.

Arguments:

GetOneRTTMRegion:

  • string zoneRequired. Name of the zone where the RTTM service exists.
  • string fqdnRequired. Name of the node where the RTTM service exists.
  • string region_codeRequired. Name of the region.
    Valid values: US West, US Central, US East, EU West, EU Central, EU East, Asia, global
  • string tokenRequired. The session identifier.

GetRTTMRegions:

  • string zoneRequired. Name of the zone where the RTTM service exists.
  • string fqdnRequired. Name of the node where the RTTM service exists.
  • string tokenRequired. The session identifier.
Response:

GetOneRTTMRegion — Click for More Info

GetRTTMRegions — Click for More Info

Example Request (GetRTTMRegion) — Click for More Info

Example Request (GetRTTMRegions) — Click for More Info