Feature Control Policies
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.
Base URL: https://cloud.mongodb.com/api/public/v1.0
Feature Control Policies allow you to enable or disable certain MongoDB features based on your site-specific needs. Use these resources to view and update Feature Control Policies via the API.
Required Roles
To use these endpoints, grant the following roles to an Project API Key:
Role | Possible Action |
---|---|
Retrieve or update a feature control policy. | |
Any authenticated user | Retrieve the list of available policies for a project. |
Endpoints
Method | Endpoint | Description |
---|---|---|
GET | Retrieve the Feature Control Policies for one Project. | |
PUT | Update the Feature Control Policies for one Project. | |
GET | Retrieve the available Feature Control Policies. |