monitor
Get list of defined Monitors
get/v1/projects/{projectOrProductUID}/monitors
Path parameters
projectOrProductUIDstring required
Response
The response body from GET /monitors
Example response
[
{
"aggregate_window": "10m or 5h30m40s",
"alert_routes": [
{
"email": "example@blues.com"
}
],
"routing_cooldown_period": "10m or 5h30m40s",
"source_selector": "body.temperature"
}
]