Operations
Use these operations to create and manage alert recipients:
Operation | Description |
---|---|
GET /recipients |
Get all alert recipients optionally filtered by type or alerting method. |
POST /recipients |
Create a new recipient. |
GET /recipients/{id} |
Get a recipient by ID. |
PATCH /recipients/{id} |
Modify recipient configurations. |
DELETE /recipients/{id} |
Delete a recipient. |