Events¶
The events
resource provides access to retrieve events for the
specified organization or project.
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. The resource and corresponding endpoints use the
term groups
.
https://cloud.mongodb.com/api/atlas/v1.0
Endpoints¶
Method | Endpoint | Description |
---|---|---|
GET | Get all events for the organization associated with {ORG-ID} . | |
GET | Get the event with ID {EVENT-ID} for the organization
associated with {ORG-ID} . | |
GET | Get all events for the project associated with {GROUP-ID} . | |
GET | Get the event with ID {EVENT-ID} for the project associated
with {GROUP-ID} |