v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBMonitors
Get all monitor configuration policies
Get all monitor configuration policies.
get/api/v2/monitor/policy
Response
OK
Example response
{
"data": [
{
"attributes": {
"policy": {
"tag_key": "datacenter",
"tag_key_required": true,
"valid_tag_values": [
"prod",
"staging"
]
},
"policy_type": "tag"
},
"id": "00000000-0000-1234-0000-000000000000",
"type": "monitor-config-policy"
}
]
}