Request URL

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

Get device list by platform.

Path Parameters

Field Type Required Description
platform_name

string

true

The Monitoring Platform name.

 

Potential values:
Platform platform_name
BrowserView browserview
MetricsView metricsview
ServerView serverview
WebView webview
UserView userview
Example request URL

https://api.dotcom-monitor.com/config_api_v1/devices/serverview

Success Response

Example Response with the array of available devices IDs
[
    8533,
    8534,
    8550,
    8557,
    8559,
    8563,
    8581
]