Docs Menu
Docs Home
/
MongoDB Ops Manager
/ / /

Global Alert Configurations

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.

The globalAlertConfigs resource retrieves and updates alert configurations for global alerts.

Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0

The following endpoints are available for globalAlertConfigs.

Method
Endpoint
Description

GET

Retrieve all global alert configurations.

GET

Retrieve all open alerts triggered by one alert configuration.

GET

Retrieve one alert configuration.

POST

Create one alert configuration.

PUT

Update one global alert configuration.

PUT

Enable or disable one global alert configuration.

DELETE

Delete one global alert configuration.

Back

Acknowledge One