Navigation
This version of the documentation is archived and no longer supported. 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.

Alert Configurations

Base URL: https://<ops-manager-host>

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 /api/public/v1.0/groups/{GROUP-ID}/alertConfigs Get all alert configurations for a group.
POST /api/public/v1.0/groups/{GROUP-ID}/alertConfigs Create an alert configuration
GET /api/public/v1.0/groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID} Get an alert configuration.
PUT /api/public/v1.0/groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID} Update an alert configuration.
PATCH /api/public/v1.0/groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID} Enable/disable an alert configuration.
DELETE /api/public/v1.0/groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID} Delete an alert configuration.
GET /api/public/v1.0/groups/{GROUP-ID}/alertConfigs/{ALERT-CONFIG-ID}/alerts Get all open alerts for an alert configuration.