Events
Cloud Manager will no longer support Automation, Backup, and Monitoring for MongoDB 3.6 and 4.0 after August 30th, 2024. Please upgrade your MongoDB deployment or migrate to Atlas.
- OAuth 2.0 authentication for programmatic access to Cloud Manager is available as a Preview feature.
- The feature and the corresponding documentation might change at any time during the Preview period. To use OAuth 2.0 authentication, create a service account to use in your requests to the Cloud Manager Public API.
The events
resource allows you to retrieve events.
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://cloud.mongodb.com/api/public/v1.0
Endpoints
The following lists the endpoints available for events.
Organization Event Endpoints
Note
Limited to Organization Member Role
Only users with the Organization Member
role can request
these endpoints.
Method | Endpoint | Description |
---|---|---|
GET | Get all events for an organization. | |
GET | Get one specific event for an organization. |
Project Event Endpoints
Note
Limited to Project Read Only Role
Only users with the Project Read Only
role can request
these endpoints.
Method | Endpoint | Description |
---|---|---|
GET | Get all events for a project. | |
GET | Get one specific event for a project. |