Parameter | Description |
---|---|
Page | Page to start paginating from. |
Per Page | Number of monitors to return per page. |
Query | After entering a search query in your Manage Monitor page use the query parameter value in the URL of the page as value for this parameter. The query can contain any number of space-separated monitor attributes, for instance query="type:metric status:alert" . |
Parameter | Description |
---|---|
Sort | String for sort order, composed of field and sort order separate by a comma, e.g. name,asc . Supported sort directions: asc , desc . Supported fields:* name * status * tags . |
{
"metadata": {
"total_count": 60,
"page": 0,
"per_page": 36,
"page_count": 2
},
"counts": {
"status": [
{
"name": "<string>",
"count": 4
},
{
"name": "<string>",
"count": 13
}
],
"type": [
{
"name": "<string>",
"count": 24
},
{
"name": "<string>",
"count": 6
}
],
"tag": [
{
"name": "<string>",
"count": 12
},
{
"name": "<string>",
"count": 31
}
],
"muted": [
{
"name": false,
"count": 74
}
]
},
"monitors": [
{
"id": 190177618,
"org_id": 624134,
"name": "<string>",
"type": "<string>",
"classification": "<string>",
"status": "<string>",
"overall_state_modified": 3076308499,
"metrics": [
"<string>"
],
"scopes": [
"<string>"
],
"notifications": [],
"creator": {
"id": 953236,
"name": "<string>",
"handle": "<string>"
},
"muted_until_ts": null,
"last_triggered_ts": null,
"query": "<string>",
"restricted_roles": [],
"priority": null,
"created": 1473915751,
"modified": 2418572570,
"scheduling_type": "<string>",
"evaluation_window_type": "<string>",
"draft_status": "<string>",
"quality_issues": [
"<string>"
],
"tags": []
},
{
"id": 41925445,
"org_id": 1395189,
"name": "<string>",
"type": "<string>",
"classification": "<string>",
"status": "<string>",
"overall_state_modified": 413560211,
"metrics": [],
"scopes": [],
"notifications": [
{
"name": "<string>",
"handle": "<string>"
},
{
"name": "<string>",
"handle": "<string>"
}
],
"creator": {
"id": 2386699,
"name": "<string>",
"handle": "<string>"
},
"muted_until_ts": null,
"last_triggered_ts": null,
"query": "<string>",
"restricted_roles": [],
"priority": 0,
"created": 1903358487,
"modified": 2241954137,
"scheduling_type": "<string>",
"evaluation_window_type": "<string>",
"draft_status": "<string>",
"quality_issues": [],
"tags": [
"<string>",
"<string>"
]
}
]
}
Was this page helpful?