Retrieving a list of Monitor resources or the details of a specific DSF Monitor 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.

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/DSFMonitor/ GET — Retrieves a list of Monitor resources, or the details of the specified Monitor.

HTTP Action — GET

URIs:

Get one Monitor — https://api.dynect.net/REST/DSFMonitor/<dsf_monitor_id>/

Get Monitors — https://api.dynect.net/REST/DSFMonitor/

Arguments:

Get one Monitor — No Arguments.

Get Monitors — Click for More Info

Response:

Get one Monitor — Click for More Info

Get Monitors — array — Individual Monitor resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneDSFMonitor — Retrieves information about an existing Monitor.

GetDSFMonitors — Retrieves information for all Monitors.

Arguments:

GetOneDSFMonitor — Click for More Info

GetDSFMonitors — Click for More Info

Response:

GetOneDSFMonitor — Click for More Info

GetDSFMonitors — Click for More Info

Example Request (GetOneDSFMonitor) — Click for More Info

Example Request (GetDSFMonitors) — Click for More Info