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.
|
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.
|
||||||||||||
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. |