Alerts
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of the MongoDB Ops Manager.
The alerts
resource allows you to retrieve and acknowledge
alerts.
Note
Groups and projects are synonymous terms. Your {PROJECT-ID}
is the
same as your project id. For existing groups, your group/project id
remains the same. This page uses the more familiar term group when
referring to descriptions. The endpoint remains as stated in the
document.
Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0
Endpoints
The following lists the endpoints available for alerts.
Method | Endpoint | Description |
---|---|---|
GET | Get all alerts for a project. | |
GET | Get the specified alert for a project. | |
PATCH | Acknowledge or unacknowledge an alert. |