v3

latestOpenAPI 3.0.02026-07-2759120262.8 KB
Monitors - Bulk Operations

Pause monitors by group and/or tag

Pauses 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/pause

Request body

groupIdnumber

ID of the monitor group to filter by (0 = default group / ungrouped monitors). At least one of groupId or tagId must be provided.

tagIdnumber

ID of the tag to filter by. At least one of groupId or tagId must be provided. When both groupId and tagId are specified, only monitors matching both filters are affected.

Example request

{
  "groupId": 1,
  "tagId": 42
}

Response

totalSuccessnumber required
totalErrornumber required
All 59 operations