Navigation
This version of the documentation is archived and no longer supported. It will be removed on EOL_DATE. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.
This version of the manual is no longer supported. It will be removed on EOL_DATE.

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. 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 alert configuration. An alert configuration defines the conditions that trigger an alert and the methods of notification.

Method Endpoint Description
GET /groups/{GROUP-ID}/alertConfigs Get all alert configurations for a group.
POST /groups/{GROUP-ID}/alertConfigs Create an alert configuration
GET /groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID} Get an alert configuration.
PUT /groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID} Update an alert configuration.
PATCH /groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID} Enable/disable an alert configuration.
DELETE /groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID} Delete an alert configuration.
GET /groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID}/alerts Get all open alerts for an alert configuration.