Downtimes
Number of APIs: 6
-
Cancel a downtime DELETE {{baseUrl}}/api/v2/downtime/:downtime_id
-
Schedule a downtime POST {{baseUrl}}/api/v2/downtime
-
Get all downtimes GET {{baseUrl}}/api/v2/downtime
-
Get a downtime GET {{baseUrl}}/api/v2/downtime/:downtime_id
-
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