Alert Configurations¶
Note
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
https://cloud.mongodb.com/api/atlas/v1.0
Endpoints¶
The following lists the endpoints available for alert configuration. An alert configuration defines the conditions that trigger an alert and the methods of notification.
Method | Endpoint | Description |
---|---|---|
GET | ||
GET | Get all alert configurations for the project associated to
{GROUP-ID} . | |
POST | Create an alert configuration for the project associated to
{GROUP-ID} . | |
GET | Get the alert configuration specified to {ALERT-CONFIG-ID}
for the project associated to {GROUP-ID} . | |
PUT | Update the alert configuration specified to {ALERT-CONFIG-ID}
for the project associated to {GROUP-ID} . | |
PATCH | Enable/disable the alert configuration specified to
{ALERT-CONFIG-ID} for the project associated to {GROUP-ID} . | |
DELETE | Delete the alert configuration specified to
{ALERT-CONFIG-ID} for the project associated to
{GROUP-ID} . | |
GET | Get all open alerts for the alert configuration
specified to {ALERT-CONFIG-ID} for the project associated
to {GROUP-ID} . |