v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBMonitors
Get a monitor configuration policy
Get a monitor configuration policy by policy_id.
get/api/v2/monitor/policy/{policy_id}
Path parameters
policy_idstring required
Example:00000000-0000-1234-0000-000000000000
ID of the monitor configuration 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"
}
}