List Frequencies by Platform

GET https://api.dotcom-monitor.com/config_api_v1/frequencies/{platform_name}

Get available frequencies by platform. If you request list of frequencies using this method, the result will contain list of frequencies (in seconds) for a package of the requested platform with the lowest  “Package_Id”. Check how to request platform and package information for your account here.

Path Parameters

Field Type Required Description
platform_name

string

true

Monitoring Platform Name.

 

Potential values:
Platform platform_value
BrowserView browserview
MetricsView metricsview
ServerView serverview
WebView webview

List Frequencies by Package

GET https://api.dotcom-monitor.com/config_api_v1/frequencies/{platform_name}/{package_name}

Get available frequencies by specific package of the specified monitoring platform .

Path Parameters

Field Type Required Description
platform_name

string

true

The Monitoring Platform name.

 

Potential values:
Platform platform_value
BrowserView browserview
MetricsView metricsview
ServerView serverview
WebView webview
package_name

string

true

The unique id of the package  (available within your subscription plan for the specified platform). Check how to request info on available packages within a specific platform here.
Example request URL

https://api.dotcom-monitor.com/config_api_v1/frequencies/serverview/52

Success Response

Example Response with the array of available frequencies (in seconds)
[14400,10800,7200,3600,2700,1800,900,600,300,180,60]