Operations
Use the following operations to manage monitor blackouts and recipient blackouts:
Operation | Description |
---|---|
GET /blackouts |
Get all existing monitor blackouts and recipient blackouts, optionally filtered by type or associated monitor or recipient. |
POST /blackouts |
Create a new monitor blackout or recipient blackout. |
GET /blackouts/{id} |
Get a single blackout by ID. |
PATCH /blackouts/{id} |
Modify a recurring blackout. |
DELETE /blackouts/{id} |
Delete a blackout. |
POST /blackouts/bulk-edit |
Bulk edit monitor blackouts. |