v4
latestOpenAPI 3.0.02026-08-0559120263.4 KBMonitors - Bulk Operations
Update monitors by group and/or tag
Updates settings for monitors matching the specified filters. Provide groupId, tagId, or both. When both are given, only monitors matching both filters are affected. Returns per-monitor results.
post/monitors/bulk/update
Request body
Example request
{
"groupId": 1,
"tagId": 42,
"interval": 60,
"timeout": 30,
"gracePeriod": 300,
"regionalData": {
"THRESHOLD": {
"na": 5000,
"eu": 6000,
"as": 7000,
"oc": 8000
}
},
"customFields": {
"environment": "production",
"team": "platform"
}
}