Downtimes

Number of APIs: 7

  1. Schedule a downtime POST {{baseUrl}}/api/v2/downtime

  2. Cancel a downtime DELETE {{baseUrl}}/api/v2/downtime/:downtime_id

  3. Get a downtime GET {{baseUrl}}/api/v2/downtime/:downtime_id?include=<string>

  4. Update a downtime PATCH {{baseUrl}}/api/v2/downtime/:downtime_id

  5. Get active downtimes for a monitor GET {{baseUrl}}/api/v2/monitor/:monitor_id/downtime_matches

  6. Cancel downtimes by scope POST {{baseUrl}}/api/v1/downtime/cancel/by_scope

  7. Get all downtimes GET {{baseUrl}}/api/v2/downtime?current_only=<boolean>&include=<string>&page[offset]=0&page[limit]=30