Retrieving one or all existing Real Time Traffic Management(RTTM) service region pool entries 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/RTTMRegionPoolEntry/ GET — Retrieves one or all RTTM service region pool entries in the zone/node indicated.

HTTP Action — GET

URIs:

Get one RTTM Region Pool Entry — https://api.dynect.net/REST/RTTMRegionPoolEntry/<zone>/<fqdn>/<region_code>/<address>/

Get RTTM Region Pool Entries — https://api.dynect.net/REST/RTTMRegionPoolEntry/<zone>/<fqdn>/<region_code>/

Arguments:

Get one RTTM Region Pool Entry — No Arguments.

Get RTTM Region Pool Entries —

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 Pool Entry — Click for More Info

Get all RTTM Region Pool Entries — array — Individual Real Time Traffic Management service region pool resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneRTTMRegionPoolEntry — Retrieve an existing entry in a Real Time Traffic Management service region pool.

GetRTTMRegionPoolEntries — Retrieve all existing entries in the Real Time Traffic Management service region pool.

Arguments:

GetOneRTTMRegionPoolEntryClick for More Info

GetRTTMRegionPoolEntriesClick for More Info

Response:

GetOneRTTMRegionPoolEntry — Click for More Info

GetRTTMRegionPoolEntries — Click for More Info

Example Request (GetOneRTTMRegionPoolEntry) — Click for More Info

Example Request (GetRTTMRegionPoolEntries) — Click for More Info