Downtimes
Number of APIs: 7
-
Schedule a downtime POST {{baseUrl}}/api/v2/downtime
-
Cancel a downtime DELETE {{baseUrl}}/api/v2/downtime/:downtime_id
-
Get a downtime GET {{baseUrl}}/api/v2/downtime/:downtime_id?include=<string>
-
Update a downtime PATCH {{baseUrl}}/api/v2/downtime/:downtime_id
-
Get active downtimes for a monitor GET {{baseUrl}}/api/v2/monitor/:monitor_id/downtime_matches
-
Cancel downtimes by scope POST {{baseUrl}}/api/v1/downtime/cancel/by_scope
-
Get all downtimes GET {{baseUrl}}/api/v2/downtime?current_only=<boolean>&include=<string>&page[offset]=0&page[limit]=30