Alert Configurations
Ops Manager v6.0 will EOL in January 2025. Upgrade to a higher Ops Manager version as soon as possible.
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 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 a project. | |
POST | Create an alert configuration | |
GET | Get an alert configuration. | |
PUT | Update an alert configuration. | |
PATCH | Enable/disable an alert configuration. | |
DELETE | Delete an alert configuration. | |
GET | Get all open alerts for an alert configuration. |