Operations
Use these operations to create and manage recipient groups:
Operation | Description |
---|---|
GET /notifier-groups |
Get all existing recipient groups or just those containing a specific monitor or recipient. |
POST /notifier-groups |
Create a new recipient group. |
GET /notifier-groups/{id} |
Get a recipient group by ID. |
PATCH /notifier-groups/{id} |
Modify a recipient group. |
DELETE /notifier-groups/{id} |
Delete a recipient group. |