Maintenance Windows
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 maintenanceWindows
resource turns off alert notifications for
specified alert types for a period of time to allow maintenance to
occur.
Endpoints
The following endpoints are available for maintenanceWindows
.
Method | Endpoint | Description |
---|---|---|
GET | Retrieve all maintenance windows with end dates in the future. | |
GET | Retrieve one maintenance window with an end date in the future. | |
POST | Create one maintenance window. | |
PATCH | Update one maintenance window with an end date in the future. | |
DELETE | Delete one maintenance window with an end date in the future. |