Resource Version 2024-05-30
Download OpenAPI specification:Download
The MongoDB Atlas Administration API allows developers to manage all components in MongoDB Atlas.
The Atlas Administration API uses HTTP Digest Authentication to authenticate requests. Provide a programmatic API public key and corresponding private key as the username and password when constructing the HTTP request. For example, to return database access history with cURL, run the following command in the terminal:
curl --user "{PUBLIC-KEY}:{PRIVATE-KEY}" \
--digest \
--header "Accept: application/vnd.atlas.2024-05-30+json" \
-X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/dbAccessHistory/clusters/{clusterName}?pretty=true"
To learn more, see Get Started with the Atlas Administration API. For support, see MongoDB Support.
Returns access logs for authentication attempts made to Atlas database deployments. To view database access history, you must have either the Project Owner or Organization Owner role.
Returns the access logs of one cluster identified by the cluster's name. Access logs contain a list of authentication requests made against your cluster. You can't use this feature on tenant-tier clusters (M0, M2, M5). To use this resource, the requesting API Key must have the Project Monitoring Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
authResult | boolean Flag that indicates whether the response returns the successful authentication attempts only. |
end | integer <int64> Date and time when to stop retrieving database history. If you specify end, you must also specify start. This parameter uses UNIX epoch time in milliseconds. |
ipAddress | string^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$))... One Internet Protocol address that attempted to authenticate with the database. |
nLogs | integer <int32> [ 0 .. 20000 ] Default: 20000 Maximum number of lines from the log to return. |
start | integer <int64> Date and time when MongoDB Cloud begins retrieving database history. If you specify start, you must also specify end. This parameter uses UNIX epoch time in milliseconds. |
{- "accessLogs": [
- {
- "authResult": true,
- "authSource": "string",
- "failureReason": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hostname": "string",
- "ipAddress": "string",
- "logLine": "string",
- "timestamp": "string",
- "username": "string"
}
]
}
Returns the access logs of one cluster identified by the cluster's hostname. Access logs contain a list of authentication requests made against your clusters. You can't use this feature on tenant-tier clusters (M0, M2, M5). To use this resource, the requesting API Key must have the Project Monitoring Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
hostname required | string Fully qualified domain name or IP address of the MongoDB host that stores the log files that you want to download. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
authResult | boolean Flag that indicates whether the response returns the successful authentication attempts only. |
end | integer <int64> Date and time when to stop retrieving database history. If you specify end, you must also specify start. This parameter uses UNIX epoch time in milliseconds. |
ipAddress | string^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$))... One Internet Protocol address that attempted to authenticate with the database. |
nLogs | integer <int32> [ 0 .. 20000 ] Default: 20000 Maximum number of lines from the log to return. |
start | integer <int64> Date and time when MongoDB Cloud begins retrieving database history. If you specify start, you must also specify end. This parameter uses UNIX epoch time in milliseconds. |
{- "accessLogs": [
- {
- "authResult": true,
- "authSource": "string",
- "failureReason": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hostname": "string",
- "ipAddress": "string",
- "logLine": "string",
- "timestamp": "string",
- "username": "string"
}
]
}
Returns and edits the conditions that trigger alerts and how MongoDB Cloud notifies users. This collection remains under revision and may change.
Get all field names that the matchers.fieldName
parameter accepts when you create or update an Alert Configuration. You can successfully call this endpoint with any assigned role.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- "APPLICATION_ID"
]
Returns all alert configurations for one project. These alert configurations apply to any component in the project. Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting API Key must have the Project Read Only role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "created": "2019-08-24T14:15:22Z",
- "enabled": false,
- "eventTypeName": "CREDIT_CARD_ABOUT_TO_EXPIRE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "matchers": [
- {
- "fieldName": "string",
- "operator": "EQUALS",
- "value": "event-replica-set"
}
], - "notifications": [
- {
- "datadogApiKey": "****************************a23c",
- "datadogRegion": "US",
- "delayMin": 0,
- "integrationId": "32b6e34b3d91647abb20e7b8",
- "intervalMin": 5,
- "notifierId": "32b6e34b3d91647abb20e7b8",
- "typeName": "DATADOG"
}
], - "updated": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Creates one alert configuration for the specified project. Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one alert configuration for the specified project.
enabled | boolean Default: false Flag that indicates whether someone enabled this alert configuration for the specified project. |
required | Billing Event Types (object) or Cps Backup Event Types (object) or FTS Index Audit Types (object) or Group Event Types (object) or NDS Audit Types (object) or NDS Maintenance Window Audit Types (object) or Online Archive Event Types (object) or User Event Types (object) or Resource Event Types (object) or Stream Processor Event Types (object) or NDS Auto Scaling Audit Types (object) Incident that triggered this alert. |
Array of objects (Matchers) Matching conditions for target resources. | |
required | Array of Datadog Notification (object) or Email Notification (object) or Group Notification (object) or HipChat Notification (object) or Microsoft Teams Notification (object) or OpsGenie Notification (object) or Org Notification (object) or PagerDuty Notification (object) or Slack Notification (object) or SMS Notification (object) or Team Notification (object) or User Notification (object) or VictorOps Notification (object) or Webhook Notification (object) (AlertsNotificationRootForGroup) List that contains the targets that MongoDB Cloud sends notifications. |
{- "enabled": false,
- "eventTypeName": "CREDIT_CARD_ABOUT_TO_EXPIRE",
- "matchers": [
- {
- "fieldName": "string",
- "operator": "EQUALS",
- "value": "event-replica-set"
}
], - "notifications": [
- {
- "datadogApiKey": "****************************a23c",
- "datadogRegion": "US",
- "delayMin": 0,
- "integrationId": "32b6e34b3d91647abb20e7b8",
- "intervalMin": 5,
- "notifierId": "32b6e34b3d91647abb20e7b8",
- "typeName": "DATADOG"
}
]
}
{- "created": "2019-08-24T14:15:22Z",
- "enabled": false,
- "eventTypeName": "CREDIT_CARD_ABOUT_TO_EXPIRE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "matchers": [
- {
- "fieldName": "string",
- "operator": "EQUALS",
- "value": "event-replica-set"
}
], - "notifications": [
- {
- "datadogApiKey": "****************************a23c",
- "datadogRegion": "US",
- "delayMin": 0,
- "integrationId": "32b6e34b3d91647abb20e7b8",
- "intervalMin": 5,
- "notifierId": "32b6e34b3d91647abb20e7b8",
- "typeName": "DATADOG"
}
], - "updated": "2019-08-24T14:15:22Z"
}
Removes one alert configuration from the specified project. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
alertConfigId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the alert configuration. Use the /alertConfigs endpoint to retrieve all alert configurations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint)",
- "error": 401,
- "errorCode": "NOT_ORG_GROUP_CREATOR",
- "reason": "Unauthorized"
}
Returns the specified alert configuration from the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
alertConfigId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the alert configuration. Use the /alertConfigs endpoint to retrieve all alert configurations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "created": "2019-08-24T14:15:22Z",
- "enabled": false,
- "eventTypeName": "CREDIT_CARD_ABOUT_TO_EXPIRE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "matchers": [
- {
- "fieldName": "string",
- "operator": "EQUALS",
- "value": "event-replica-set"
}
], - "notifications": [
- {
- "datadogApiKey": "****************************a23c",
- "datadogRegion": "US",
- "delayMin": 0,
- "integrationId": "32b6e34b3d91647abb20e7b8",
- "intervalMin": 5,
- "notifierId": "32b6e34b3d91647abb20e7b8",
- "typeName": "DATADOG"
}
], - "updated": "2019-08-24T14:15:22Z"
}
Enables or disables the specified alert configuration in the specified project. The resource enables the specified alert configuration if currently enabled. The resource disables the specified alert configuration if currently disabled. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
NOTE: This endpoint updates only the enabled/disabled state for the alert configuration. To update more than just this configuration, see Update One Alert Configuration.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
alertConfigId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the alert configuration that triggered this alert. Use the /alertConfigs endpoint to retrieve all alert configurations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Enables or disables the specified alert configuration in the specified project.
enabled | boolean Flag that indicates whether to enable or disable the specified alert configuration in the specified project. |
{- "enabled": true
}
{- "created": "2019-08-24T14:15:22Z",
- "enabled": false,
- "eventTypeName": "CREDIT_CARD_ABOUT_TO_EXPIRE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "matchers": [
- {
- "fieldName": "string",
- "operator": "EQUALS",
- "value": "event-replica-set"
}
], - "notifications": [
- {
- "datadogApiKey": "****************************a23c",
- "datadogRegion": "US",
- "delayMin": 0,
- "integrationId": "32b6e34b3d91647abb20e7b8",
- "intervalMin": 5,
- "notifierId": "32b6e34b3d91647abb20e7b8",
- "typeName": "DATADOG"
}
], - "updated": "2019-08-24T14:15:22Z"
}
Updates one alert configuration in the specified project. Alert configurations define the triggers and notification methods for alerts. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
NOTE: To enable or disable the alert configuration, see Toggle One State of One Alert Configuration in One Project.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
alertConfigId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the alert configuration. Use the /alertConfigs endpoint to retrieve all alert configurations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates one alert configuration in the specified project.
enabled | boolean Default: false Flag that indicates whether someone enabled this alert configuration for the specified project. |
required | Billing Event Types (object) or Cps Backup Event Types (object) or FTS Index Audit Types (object) or Group Event Types (object) or NDS Audit Types (object) or NDS Maintenance Window Audit Types (object) or Online Archive Event Types (object) or User Event Types (object) or Resource Event Types (object) or Stream Processor Event Types (object) or NDS Auto Scaling Audit Types (object) Incident that triggered this alert. |
Array of objects (Matchers) Matching conditions for target resources. | |
required | Array of Datadog Notification (object) or Email Notification (object) or Group Notification (object) or HipChat Notification (object) or Microsoft Teams Notification (object) or OpsGenie Notification (object) or Org Notification (object) or PagerDuty Notification (object) or Slack Notification (object) or SMS Notification (object) or Team Notification (object) or User Notification (object) or VictorOps Notification (object) or Webhook Notification (object) (AlertsNotificationRootForGroup) List that contains the targets that MongoDB Cloud sends notifications. |
{- "enabled": false,
- "eventTypeName": "CREDIT_CARD_ABOUT_TO_EXPIRE",
- "matchers": [
- {
- "fieldName": "string",
- "operator": "EQUALS",
- "value": "event-replica-set"
}
], - "notifications": [
- {
- "datadogApiKey": "****************************a23c",
- "datadogRegion": "US",
- "delayMin": 0,
- "integrationId": "32b6e34b3d91647abb20e7b8",
- "intervalMin": 5,
- "notifierId": "32b6e34b3d91647abb20e7b8",
- "typeName": "DATADOG"
}
]
}
{- "created": "2019-08-24T14:15:22Z",
- "enabled": false,
- "eventTypeName": "CREDIT_CARD_ABOUT_TO_EXPIRE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "matchers": [
- {
- "fieldName": "string",
- "operator": "EQUALS",
- "value": "event-replica-set"
}
], - "notifications": [
- {
- "datadogApiKey": "****************************a23c",
- "datadogRegion": "US",
- "delayMin": 0,
- "integrationId": "32b6e34b3d91647abb20e7b8",
- "intervalMin": 5,
- "notifierId": "32b6e34b3d91647abb20e7b8",
- "typeName": "DATADOG"
}
], - "updated": "2019-08-24T14:15:22Z"
}
Returns all alert configurations set for the specified alert. To use this resource, the requesting API Key must have the Project Read Only role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
alertId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the alert. Use the /alerts endpoint to retrieve all alerts to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
{- "results": [
- {
- "created": "2019-08-24T14:15:22Z",
- "enabled": false,
- "eventTypeName": "CREDIT_CARD_ABOUT_TO_EXPIRE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "matchers": [
- {
- "fieldName": "string",
- "operator": "EQUALS",
- "value": "event-replica-set"
}
], - "notifications": [
- {
- "datadogApiKey": "****************************a23c",
- "datadogRegion": "US",
- "delayMin": 0,
- "integrationId": "32b6e34b3d91647abb20e7b8",
- "intervalMin": 5,
- "notifierId": "32b6e34b3d91647abb20e7b8",
- "typeName": "DATADOG"
}
], - "updated": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Returns and acknowledges alerts that MongoDB Cloud triggers based on the alert conditions that you define. This collection remains under revision and may change.
Returns all open alerts that the specified alert configuration triggers. These alert configurations apply to the specified project only. Alert configurations define the triggers and notification methods for alerts. Open alerts have been triggered but remain unacknowledged. To use this resource, the requesting API Key must have the Project Read Only role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
alertConfigId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the alert configuration. Use the /alertConfigs endpoint to retrieve all alert configurations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "acknowledgedUntil": "2019-08-24T14:15:22Z",
- "acknowledgementComment": "Expiration on 3/19. Silencing for 7days.",
- "acknowledgingUsername": "user@example.com",
- "alertConfigId": "32b6e34b3d91647abb20e7b8",
- "created": "2019-08-24T14:15:22Z",
- "eventTypeName": "DEPLOYMENT_FAILURE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastNotified": "2019-08-24T14:15:22Z",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "resolved": "2019-08-24T14:15:22Z",
- "status": "OPEN",
- "updated": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Returns all alerts. These alerts apply to all components in one project. You receive an alert when a monitored component meets or exceeds a value you set. To use this resource, the requesting API Key must have the Project Read Only role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
status | string Enum: "OPEN" "TRACKING" "CLOSED" Status of the alerts to return. Omit to return all alerts in all statuses. |
{- "results": [
- {
- "acknowledgedUntil": "2019-08-24T14:15:22Z",
- "acknowledgementComment": "Expiration on 3/19. Silencing for 7days.",
- "acknowledgingUsername": "user@example.com",
- "alertConfigId": "32b6e34b3d91647abb20e7b8",
- "created": "2019-08-24T14:15:22Z",
- "eventTypeName": "DEPLOYMENT_FAILURE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastNotified": "2019-08-24T14:15:22Z",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "resolved": "2019-08-24T14:15:22Z",
- "status": "OPEN",
- "updated": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Returns one alert. This alert applies to any component in one project. You receive an alert when a monitored component meets or exceeds a value you set. To use this resource, the requesting API Key must have the Project Read Only role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
alertId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the alert. Use the /alerts endpoint to retrieve all alerts to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "acknowledgedUntil": "2019-08-24T14:15:22Z",
- "acknowledgementComment": "Expiration on 3/19. Silencing for 7days.",
- "acknowledgingUsername": "user@example.com",
- "alertConfigId": "32b6e34b3d91647abb20e7b8",
- "created": "2019-08-24T14:15:22Z",
- "eventTypeName": "DEPLOYMENT_FAILURE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastNotified": "2019-08-24T14:15:22Z",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "resolved": "2019-08-24T14:15:22Z",
- "status": "OPEN",
- "updated": "2019-08-24T14:15:22Z"
}
Confirms receipt of one existing alert. This alert applies to any component in one project. Acknowledging an alert prevents successive notifications. You receive an alert when a monitored component meets or exceeds a value you set until you acknowledge the alert. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
This resource remains under revision and may change. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
alertId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the alert. Use the /alerts endpoint to retrieve all alerts to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Acknowledges or unacknowledges one alert.
acknowledgedUntil | string <date-time> Date and time until which this alert has been acknowledged. This parameter expresses its value in the ISO 8601 timestamp format in UTC. The resource returns this parameter if a MongoDB User previously acknowledged this alert. |
acknowledgementComment | string <= 200 characters Comment that a MongoDB Cloud user submitted when acknowledging the alert. |
unacknowledgeAlert | boolean Flag that indicates to unacknowledge a previously acknowledged alert. By default this value is set to false. If set to true, it will override the acknowledgedUntil parameter. |
{- "acknowledgedUntil": "2019-08-24T14:15:22Z",
- "acknowledgementComment": "Expiration on 3/19. Silencing for 7days.",
- "unacknowledgeAlert": true
}
{- "acknowledgedUntil": "2019-08-24T14:15:22Z",
- "acknowledgementComment": "Expiration on 3/19. Silencing for 7days.",
- "acknowledgingUsername": "user@example.com",
- "alertConfigId": "32b6e34b3d91647abb20e7b8",
- "created": "2019-08-24T14:15:22Z",
- "eventTypeName": "DEPLOYMENT_FAILURE",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastNotified": "2019-08-24T14:15:22Z",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "resolved": "2019-08-24T14:15:22Z",
- "status": "OPEN",
- "updated": "2019-08-24T14:15:22Z"
}
Returns, adds, edits, and removes Atlas Search indexes for the specified cluster. Also returns and updates user-defined analyzers for the specified cluster.
Creates one Atlas Search index on the specified collection. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. Only clusters running MongoDB v4.2 or later can use Atlas Search. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection on which to create an Atlas Search index. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one Atlas Search index on the specified collection.
collectionName required | string Human-readable label that identifies the collection that contains one or more Atlas Search indexes. |
database required | string Human-readable label that identifies the database that contains the collection with one or more Atlas Search indexes. |
name required | string Human-readable label that identifies this index. Within each namespace, names of all indexes in the namespace must be unique. |
type | string Type of the index. Default type is search. |
analyzer | string Default: "lucene.standard" Enum: "lucene.standard" "lucene.simple" "lucene.whitespace" "lucene.keyword" "lucene.arabic" "lucene.armenian" "lucene.basque" "lucene.bengali" "lucene.brazilian" "lucene.bulgarian" "lucene.catalan" "lucene.chinese" "lucene.cjk" "lucene.czech" "lucene.danish" "lucene.dutch" "lucene.english" "lucene.finnish" "lucene.french" "lucene.galician" "lucene.german" "lucene.greek" "lucene.hindi" "lucene.hungarian" "lucene.indonesian" "lucene.irish" "lucene.italian" "lucene.japanese" "lucene.korean" "lucene.kuromoji" "lucene.latvian" "lucene.lithuanian" "lucene.morfologik" "lucene.nori" "lucene.norwegian" "lucene.persian" "lucene.portuguese" "lucene.romanian" "lucene.russian" "lucene.smartcn" "lucene.sorani" "lucene.spanish" "lucene.swedish" "lucene.thai" "lucene.turkish" "lucene.ukrainian" Specific pre-defined method chosen to convert database field text into searchable words. This conversion reduces the text of fields into the smallest units of text. These units are called a term or token. This process, known as tokenization, involves a variety of changes made to the text in fields:
|
Array of objects (analyzers) List of user-defined methods to convert database field text into searchable words. | |
object (mappings) Index specifications for the collection's fields. | |
searchAnalyzer | string Default: "lucene.standard" Enum: "lucene.standard" "lucene.simple" "lucene.whitespace" "lucene.keyword" "lucene.arabic" "lucene.armenian" "lucene.basque" "lucene.bengali" "lucene.brazilian" "lucene.bulgarian" "lucene.catalan" "lucene.chinese" "lucene.cjk" "lucene.czech" "lucene.danish" "lucene.dutch" "lucene.english" "lucene.finnish" "lucene.french" "lucene.galician" "lucene.german" "lucene.greek" "lucene.hindi" "lucene.hungarian" "lucene.indonesian" "lucene.irish" "lucene.italian" "lucene.japanese" "lucene.korean" "lucene.kuromoji" "lucene.latvian" "lucene.lithuanian" "lucene.morfologik" "lucene.nori" "lucene.norwegian" "lucene.persian" "lucene.portuguese" "lucene.romanian" "lucene.russian" "lucene.smartcn" "lucene.sorani" "lucene.spanish" "lucene.swedish" "lucene.thai" "lucene.turkish" "lucene.ukrainian" Method applied to identify words when searching this index. |
storedSource | object Flag that indicates whether to store all fields (true) on Atlas Search. By default, Atlas doesn't store (false) the fields on Atlas Search. Alternatively, you can specify an object that only contains the list of fields to store (include) or not store (exclude) on Atlas Search. To learn more, see documentation. |
Array of objects (Synonym Mapping Definition) Rule sets that map words to their synonyms in this index. |
{- "collectionName": "string",
- "database": "string",
- "name": "string",
- "type": "search",
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "ignoredTags": [
- "string"
], - "type": "htmlStrip"
}
], - "name": "string",
- "tokenFilters": [
- {
- "originalTokens": "omit",
- "type": "asciiFolding"
}
], - "tokenizer": {
- "maxGram": 0,
- "minGram": 0,
- "type": "edgeGram"
}
}
], - "mappings": {
- "dynamic": false,
- "fields": {
- "property1": { },
- "property2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}
{- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "status": "IN_PROGRESS",
- "type": "search",
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "ignoredTags": [
- "string"
], - "type": "htmlStrip"
}
], - "name": "string",
- "tokenFilters": [
- {
- "originalTokens": "omit",
- "type": "asciiFolding"
}
], - "tokenizer": {
- "maxGram": 0,
- "minGram": 0,
- "type": "edgeGram"
}
}
], - "mappings": {
- "dynamic": false,
- "fields": {
- "property1": { },
- "property2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}
Returns all Atlas Search indexes on the specified collection. Atlas Search indexes contain the indexed fields and the analyzers used to create the indexes. To use this resource, the requesting API Key must have the Project Data Access Read Write role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection with one or more Atlas Search indexes. |
collectionName required | string Name of the collection that contains one or more Atlas Search indexes. |
databaseName required | string Human-readable label that identifies the database that contains the collection with one or more Atlas Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "status": "IN_PROGRESS",
- "type": "search"
}
]
Removes one Atlas Search index that you identified with its unique ID. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the database and collection with one or more Application Search indexes. |
indexId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the Atlas Search index. Use the Get All Atlas Search Indexes for a Collection API endpoint to find the IDs of all Atlas Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one Atlas Search index in the specified project. You identify this index using its unique ID. Atlas Search index contains the indexed fields and the analyzers used to create the index. To use this resource, the requesting API Key must have the Project Data Access Read Write role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection with one or more Atlas Search indexes. |
indexId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the Application Search index. Use the Get All Application Search Indexes for a Collection API endpoint to find the IDs of all Application Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "status": "IN_PROGRESS",
- "type": "search",
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "ignoredTags": [
- "string"
], - "type": "htmlStrip"
}
], - "name": "string",
- "tokenFilters": [
- {
- "originalTokens": "omit",
- "type": "asciiFolding"
}
], - "tokenizer": {
- "maxGram": 0,
- "minGram": 0,
- "type": "edgeGram"
}
}
], - "mappings": {
- "dynamic": false,
- "fields": {
- "property1": { },
- "property2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}
Updates one Atlas Search index that you identified with its unique ID. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection whose Atlas Search index to update. |
indexId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the Atlas Search index. Use the Get All Atlas Search Indexes for a Collection API endpoint to find the IDs of all Atlas Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to update on the Atlas Search index.
collectionName required | string Human-readable label that identifies the collection that contains one or more Atlas Search indexes. |
database required | string Human-readable label that identifies the database that contains the collection with one or more Atlas Search indexes. |
name required | string Human-readable label that identifies this index. Within each namespace, names of all indexes in the namespace must be unique. |
type | string Type of the index. Default type is search. |
analyzer | string Default: "lucene.standard" Enum: "lucene.standard" "lucene.simple" "lucene.whitespace" "lucene.keyword" "lucene.arabic" "lucene.armenian" "lucene.basque" "lucene.bengali" "lucene.brazilian" "lucene.bulgarian" "lucene.catalan" "lucene.chinese" "lucene.cjk" "lucene.czech" "lucene.danish" "lucene.dutch" "lucene.english" "lucene.finnish" "lucene.french" "lucene.galician" "lucene.german" "lucene.greek" "lucene.hindi" "lucene.hungarian" "lucene.indonesian" "lucene.irish" "lucene.italian" "lucene.japanese" "lucene.korean" "lucene.kuromoji" "lucene.latvian" "lucene.lithuanian" "lucene.morfologik" "lucene.nori" "lucene.norwegian" "lucene.persian" "lucene.portuguese" "lucene.romanian" "lucene.russian" "lucene.smartcn" "lucene.sorani" "lucene.spanish" "lucene.swedish" "lucene.thai" "lucene.turkish" "lucene.ukrainian" Specific pre-defined method chosen to convert database field text into searchable words. This conversion reduces the text of fields into the smallest units of text. These units are called a term or token. This process, known as tokenization, involves a variety of changes made to the text in fields:
|
Array of objects (analyzers) List of user-defined methods to convert database field text into searchable words. | |
object (mappings) Index specifications for the collection's fields. | |
searchAnalyzer | string Default: "lucene.standard" Enum: "lucene.standard" "lucene.simple" "lucene.whitespace" "lucene.keyword" "lucene.arabic" "lucene.armenian" "lucene.basque" "lucene.bengali" "lucene.brazilian" "lucene.bulgarian" "lucene.catalan" "lucene.chinese" "lucene.cjk" "lucene.czech" "lucene.danish" "lucene.dutch" "lucene.english" "lucene.finnish" "lucene.french" "lucene.galician" "lucene.german" "lucene.greek" "lucene.hindi" "lucene.hungarian" "lucene.indonesian" "lucene.irish" "lucene.italian" "lucene.japanese" "lucene.korean" "lucene.kuromoji" "lucene.latvian" "lucene.lithuanian" "lucene.morfologik" "lucene.nori" "lucene.norwegian" "lucene.persian" "lucene.portuguese" "lucene.romanian" "lucene.russian" "lucene.smartcn" "lucene.sorani" "lucene.spanish" "lucene.swedish" "lucene.thai" "lucene.turkish" "lucene.ukrainian" Method applied to identify words when searching this index. |
storedSource | object Flag that indicates whether to store all fields (true) on Atlas Search. By default, Atlas doesn't store (false) the fields on Atlas Search. Alternatively, you can specify an object that only contains the list of fields to store (include) or not store (exclude) on Atlas Search. To learn more, see documentation. |
Array of objects (Synonym Mapping Definition) Rule sets that map words to their synonyms in this index. |
{- "collectionName": "string",
- "database": "string",
- "name": "string",
- "type": "search",
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "ignoredTags": [
- "string"
], - "type": "htmlStrip"
}
], - "name": "string",
- "tokenFilters": [
- {
- "originalTokens": "omit",
- "type": "asciiFolding"
}
], - "tokenizer": {
- "maxGram": 0,
- "minGram": 0,
- "type": "edgeGram"
}
}
], - "mappings": {
- "dynamic": false,
- "fields": {
- "property1": { },
- "property2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}
{- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "status": "IN_PROGRESS",
- "type": "search",
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "ignoredTags": [
- "string"
], - "type": "htmlStrip"
}
], - "name": "string",
- "tokenFilters": [
- {
- "originalTokens": "omit",
- "type": "asciiFolding"
}
], - "tokenizer": {
- "maxGram": 0,
- "minGram": 0,
- "type": "edgeGram"
}
}
], - "mappings": {
- "dynamic": false,
- "fields": {
- "property1": { },
- "property2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}
Deletes the Search Nodes for the specified cluster.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Label that identifies the cluster to delete. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Return the Search Nodes for the specified cluster. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Label that identifies the cluster to return the Search Nodes for. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "specs": [
- {
- "instanceSize": "S20_HIGHCPU_NVME",
- "nodeCount": 2
}
], - "stateName": "IDLE"
}
Updates the Search Nodes for the specified cluster. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Label that identifies the cluster to update the Search Nodes for. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates the Search Nodes for the specified cluster.
required | Array of objects (ApiSearchDeploymentSpecView) = 1 items List of settings that configure the Search Nodes for your cluster. |
{- "specs": [
- {
- "instanceSize": "S20_HIGHCPU_NVME",
- "nodeCount": 2
}
]
}
{- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "specs": [
- {
- "instanceSize": "S20_HIGHCPU_NVME",
- "nodeCount": 2
}
], - "stateName": "IDLE"
}
Creates Search Nodes for the specified cluster.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Label that identifies the cluster to create Search Nodes for. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates Search Nodes for the specified cluster.
required | Array of objects (ApiSearchDeploymentSpecView) = 1 items List of settings that configure the Search Nodes for your cluster. |
{- "specs": [
- {
- "instanceSize": "S20_HIGHCPU_NVME",
- "nodeCount": 2
}
]
}
{- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "specs": [
- {
- "instanceSize": "S20_HIGHCPU_NVME",
- "nodeCount": 2
}
], - "stateName": "IDLE"
}
Returns all Atlas Search indexes on the specified cluster. Atlas Search indexes contain the indexed fields and the analyzers used to create the indexes. To use this resource, the requesting API Key must have the Project Data Access Read Write role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection with one or more Atlas Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "latestDefinition": { },
- "latestDefinitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "name": "string",
- "queryable": true,
- "status": "DELETING",
- "statusDetail": [
- {
- "hostname": "string",
- "mainIndex": {
- "definition": { },
- "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING"
}, - "queryable": true,
- "stagedIndex": {
- "definition": { },
- "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING"
}, - "status": "DELETING"
}
], - "type": "search"
}
]
Creates one Atlas Search index on the specified collection. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. Only clusters running MongoDB v4.2 or later can use Atlas Search. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection on which to create an Atlas Search index. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one Atlas Search index on the specified collection.
collectionName required | string Label that identifies the collection to create an Atlas Search index in. |
database required | string Label that identifies the database that contains the collection to create an Atlas Search index in. |
name required | string Label that identifies this index. Within each namespace, names of all indexes in the namespace must be unique. |
type | string Type of the index. The default type is search. |
required | object (Text Search Index Definition) The text search index definition set by the user. |
{- "collectionName": "string",
- "database": "string",
- "name": "string",
- "type": "search",
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}
}
{- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "latestDefinition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "latestDefinitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "name": "string",
- "queryable": true,
- "status": "DELETING",
- "statusDetail": [
- {
- "hostname": "string",
- "mainIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "queryable": true,
- "stagedIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "status": "DELETING"
}
], - "type": "search",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}
Returns all Atlas Search indexes on the specified collection. Atlas Search indexes contain the indexed fields and the analyzers used to create the indexes. To use this resource, the requesting API Key must have the Project Data Access Read Write role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection with one or more Atlas Search indexes. |
collectionName required | string Name of the collection that contains one or more Atlas Search indexes. |
databaseName required | string Label that identifies the database that contains the collection with one or more Atlas Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "latestDefinition": { },
- "latestDefinitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "name": "string",
- "queryable": true,
- "status": "DELETING",
- "statusDetail": [
- {
- "hostname": "string",
- "mainIndex": {
- "definition": { },
- "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING"
}, - "queryable": true,
- "stagedIndex": {
- "definition": { },
- "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING"
}, - "status": "DELETING"
}
], - "type": "search"
}
]
Removes one Atlas Search index that you identified with its database, collection, and name. To use this resource, the requesting API key must have the Project Data Access Admin role. This deletion is eventually consistent.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the database and collection with one or more Application Search indexes. |
collectionName required | string Name of the collection that contains one or more Atlas Search indexes. |
databaseName required | string Label that identifies the database that contains the collection with one or more Atlas Search indexes. |
indexName required | string Name of the Atlas Search index to delete. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one Atlas Search index in the specified project. You identify this index using its database, collection and name. Atlas Search index contains the indexed fields and the analyzers used to create the index. To use this resource, the requesting API Key must have the Project Data Access Read Write role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection with one or more Atlas Search indexes. |
collectionName required | string Name of the collection that contains one or more Atlas Search indexes. |
databaseName required | string Label that identifies the database that contains the collection with one or more Atlas Search indexes. |
indexName required | string Name of the Atlas Search index to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "latestDefinition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "latestDefinitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "name": "string",
- "queryable": true,
- "status": "DELETING",
- "statusDetail": [
- {
- "hostname": "string",
- "mainIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "queryable": true,
- "stagedIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "status": "DELETING"
}
], - "type": "search",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}
Updates one Atlas Search index that you identified with its database, collection name, and index name. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection whose Atlas Search index you want to update. |
collectionName required | string Name of the collection that contains one or more Atlas Search indexes. |
databaseName required | string Label that identifies the database that contains the collection with one or more Atlas Search indexes. |
indexName required | string Name of the Atlas Search index to update. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to update the Atlas Search index with.
required | Text Search Index Definition (object) or Vector Search Index Definition (object) The index definition to update the search index to. |
{- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}
}
{- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "latestDefinition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "latestDefinitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "name": "string",
- "queryable": true,
- "status": "DELETING",
- "statusDetail": [
- {
- "hostname": "string",
- "mainIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "queryable": true,
- "stagedIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "status": "DELETING"
}
], - "type": "search",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}
Removes one Atlas Search index that you identified with its unique ID. To use this resource, the requesting API key must have the Project Data Access Admin role. This deletion is eventually consistent.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the database and collection with one or more Application Search indexes. |
indexId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the Atlas Search index. Use the Get All Atlas Search Indexes for a Collection API endpoint to find the IDs of all Atlas Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one Atlas Search index in the specified project. You identify this index using its unique ID. Atlas Search index contains the indexed fields and the analyzers used to create the index. To use this resource, the requesting API Key must have the Project Data Access Read Write role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection with one or more Atlas Search indexes. |
indexId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the Application Search index. Use the Get All Application Search Indexes for a Collection API endpoint to find the IDs of all Application Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "latestDefinition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "latestDefinitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "name": "string",
- "queryable": true,
- "status": "DELETING",
- "statusDetail": [
- {
- "hostname": "string",
- "mainIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "queryable": true,
- "stagedIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "status": "DELETING"
}
], - "type": "search",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}
Updates one Atlas Search index that you identified with its unique ID. Atlas Search indexes define the fields on which to create the index and the analyzers to use when creating the index. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Name of the cluster that contains the collection whose Atlas Search index you want to update. |
indexId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the Atlas Search index. Use the Get All Atlas Search Indexes for a Collection API endpoint to find the IDs of all Atlas Search indexes. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to update on the Atlas Search index.
required | Text Search Index Definition (object) or Vector Search Index Definition (object) The index definition to update the search index to. |
{- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}
}
{- "collectionName": "string",
- "database": "string",
- "indexID": "32b6e34b3d91647abb20e7b8",
- "latestDefinition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "latestDefinitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "name": "string",
- "queryable": true,
- "status": "DELETING",
- "statusDetail": [
- {
- "hostname": "string",
- "mainIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "queryable": true,
- "stagedIndex": {
- "definition": {
- "analyzer": "lucene.standard",
- "analyzers": [
- {
- "charFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "name": "string",
- "tokenFilters": [
- {
- "property1": { },
- "property2": { }
}
], - "tokenizer": {
- "property1": { },
- "property2": { }
}
}
], - "mappings": {
- "dynamic": true,
- "fields": {
- "Field Name1": { },
- "Field Name2": { }
}
}, - "searchAnalyzer": "lucene.standard",
- "storedSource": {
- "include | exclude": [
- "field1",
- "field2"
]
}, - "synonyms": [
- {
- "analyzer": "lucene.standard",
- "name": "string",
- "source": {
- "collection": "string"
}
}
]
}, - "definitionVersion": {
- "createdAt": "2019-08-24T14:15:22Z",
- "version": 0
}, - "message": "string",
- "queryable": true,
- "status": "DELETING",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}, - "status": "DELETING"
}
], - "type": "search",
- "synonymMappingStatus": "FAILED",
- "synonymMappingStatusDetail": [
- {
- "property1": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}, - "property2": {
- "message": "string",
- "queryable": true,
- "status": "FAILED"
}
}
]
}
Returns the auditing configuration for the specified project. The auditing configuration defines the events that MongoDB Cloud records in the audit log. To use this resource, the requesting API Key must have the Project Owner role. This feature isn't available for M0
, M2
, M5
, or serverless clusters.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "auditAuthorizationSuccess": false,
- "auditFilter": "string",
- "configurationType": "NONE",
- "enabled": false
}
Updates the auditing configuration for the specified project. The auditing configuration defines the events that MongoDB Cloud records in the audit log. To use this resource, the requesting API Key must have the Project Owner role. This feature isn't available for M0
, M2
, M5
, or serverless clusters.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updated auditing configuration for the specified project.
auditAuthorizationSuccess | boolean Default: false Flag that indicates whether someone set auditing to track successful authentications. This only applies to the |
auditFilter | string JSON document that specifies which events to record. Escape any characters that may prevent parsing, such as single or double quotes, using a backslash ( |
enabled | boolean Default: false Flag that indicates whether someone enabled database auditing for the specified project. |
{- "auditAuthorizationSuccess": false,
- "auditFilter": "string",
- "enabled": false
}
{- "auditAuthorizationSuccess": false,
- "auditFilter": "string",
- "configurationType": "NONE",
- "enabled": false
}
Returns and edits custom DNS configurations for MongoDB Cloud database deployments on AWS. The resource requires your Project ID. If you use the VPC peering on AWS and you use your own DNS servers instead of Amazon Route 53, enable custom DNS. Before 31 March 2020, applications deployed within AWS using custom DNS services and VPC-peered with MongoDB Cloud couldn't connect over private IP addresses. Custom DNS resolved to public IP addresses. AWS internal DNS resolved to private IP addresses. Applications deployed with custom DNS services in AWS should use Private IP for Peering connection strings.
Returns the custom DNS configuration for AWS clusters in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "enabled": true
}
Enables or disables the custom DNS configuration for AWS clusters in the specified project. Enable custom DNS if you use AWS VPC peering and use your own DNS servers. To use this resource, the requesting API Key must have the Project Atlas Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Enables or disables the custom DNS configuration for AWS clusters in the specified project.
enabled required | boolean Flag that indicates whether the project's clusters deployed to Amazon Web Services (AWS) use a custom Domain Name System (DNS).
When |
{- "enabled": true
}
{- "enabled": true
}
Manages Cloud Backup snapshots, snapshot export buckets, restore jobs, and schedules. This resource applies only to clusters that use Cloud Backups.
Returns all AWS S3 buckets and Azure Blob Storages associated with the specified project. To use this resource, the requesting API Key must have the Project Read Only role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "_id": "32b6e34b3d91647abb20e7b8",
- "bucketName": "string",
- "cloudProvider": "AWS",
- "iamRoleId": "32b6e34b3d91647abb20e7b8"
}
], - "totalCount": 0
}
Grants MongoDB Cloud access to the specified AWS S3 bucket or Azure Blob Storage. This enables this bucket to receive Atlas Cloud Backup snapshots. To use this resource, the requesting API Key must have the Project Owner role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Grants MongoDB Cloud access to the specified AWS S3 bucket or Azure Blob Storage.
bucketName | string Human-readable label that identifies the AWS bucket that the role is authorized to access. |
cloudProvider | string Human-readable label that identifies the cloud provider that stores this snapshot. |
iamRoleId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the Unified AWS Access role ID that MongoDB Cloud uses to access the AWS S3 bucket. |
{- "bucketName": "string",
- "cloudProvider": "AWS",
- "iamRoleId": "32b6e34b3d91647abb20e7b8"
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "bucketName": "string",
- "cloudProvider": "AWS",
- "iamRoleId": "32b6e34b3d91647abb20e7b8",
}
Revoke MongoDB Cloud access to the specified AWS S3 bucket. This prevents this bucket to receive Atlas Cloud Backup snapshots. Auto export must be disabled on all clusters in this project exporting to this bucket before revoking access. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
exportBucketId required | string [ 3 .. 63 ] characters ^((?!xn--)(?!.*-s3alias)[a-z0-9][a-z0-9-]{1,6... Unique string that identifies the AWS S3 bucket to which you export your snapshots. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Returns one AWS S3 bucket or Azure Blob Storage associated with the specified project. To use this resource, the requesting API Key must have the Project Read Only role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
exportBucketId required | string [ 3 .. 63 ] characters ^((?!xn--)(?!.*-s3alias)[a-z0-9][a-z0-9-]{1,6... Unique string that identifies the AWS S3 bucket or Azure Blob Storage to which you export your snapshots. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "bucketName": "string",
- "cloudProvider": "AWS",
- "iamRoleId": "32b6e34b3d91647abb20e7b8",
}
Returns the Backup Compliance Policy settings with the specified project. To use this resource, the requesting API Key must have the Project Owner role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "authorizedEmail": "user@example.com",
- "authorizedUserFirstName": "string",
- "authorizedUserLastName": "string",
- "copyProtectionEnabled": false,
- "encryptionAtRestEnabled": false,
- "onDemandPolicyItem": {
- "frequencyInterval": 0,
- "frequencyType": "ondemand",
- "id": "stringstringstringstring",
- "retentionUnit": "days",
- "retentionValue": 0
}, - "pitEnabled": false,
- "projectId": "32b6e34b3d91647abb20e7b8",
- "restoreWindowDays": 0,
- "scheduledPolicyItems": [
- {
- "frequencyInterval": 1,
- "frequencyType": "daily",
- "id": "stringstringstringstring",
- "retentionUnit": "days",
- "retentionValue": 0
}
], - "state": "ACTIVE",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedUser": "user@example.com"
}
Updates the Backup Compliance Policy settings for the specified project. To use this resource, the requesting API Key must have the Project Owner role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
overwriteBackupPolicies | boolean Default: true Flag that indicates whether to overwrite non complying backup policies with the new data protection settings or not. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
The new Backup Compliance Policy settings.
authorizedEmail required | string <email> Email address of the user who authorized to update the Backup Compliance Policy settings. |
authorizedUserFirstName required | string First name of the user who authorized to updated the Backup Compliance Policy settings. |
authorizedUserLastName required | string Last name of the user who authorized to updated the Backup Compliance Policy settings. |
copyProtectionEnabled | boolean Default: false Flag that indicates whether to prevent cluster users from deleting backups copied to other regions, even if those additional snapshot regions are removed. If unspecified, this value defaults to false. |
encryptionAtRestEnabled | boolean Default: false Flag that indicates whether Encryption at Rest using Customer Key Management is required for all clusters with a Backup Compliance Policy. If unspecified, this value defaults to false. |
object (BackupComplianceOnDemandPolicyItem) Specifications for on-demand policy. | |
pitEnabled | boolean Default: false Flag that indicates whether the cluster uses Continuous Cloud Backups with a Backup Compliance Policy. If unspecified, this value defaults to false. |
projectId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the project for the Backup Compliance Policy. |
restoreWindowDays | integer <int32> Number of previous days that you can restore back to with Continuous Cloud Backup with a Backup Compliance Policy. You must specify a positive, non-zero integer, and the maximum retention window can't exceed the hourly retention time. This parameter applies only to Continuous Cloud Backups with a Backup Compliance Policy. |
Array of objects (BackupComplianceScheduledPolicyItem) List that contains the specifications for one scheduled policy. |
{- "authorizedEmail": "user@example.com",
- "authorizedUserFirstName": "string",
- "authorizedUserLastName": "string",
- "copyProtectionEnabled": false,
- "encryptionAtRestEnabled": false,
- "onDemandPolicyItem": {
- "frequencyInterval": 0,
- "frequencyType": "ondemand",
- "retentionUnit": "days",
- "retentionValue": 0
}, - "pitEnabled": false,
- "projectId": "32b6e34b3d91647abb20e7b8",
- "restoreWindowDays": 0,
- "scheduledPolicyItems": [
- {
- "frequencyInterval": 1,
- "frequencyType": "daily",
- "retentionUnit": "days",
- "retentionValue": 0
}
]
}
{- "authorizedEmail": "user@example.com",
- "authorizedUserFirstName": "string",
- "authorizedUserLastName": "string",
- "copyProtectionEnabled": false,
- "encryptionAtRestEnabled": false,
- "onDemandPolicyItem": {
- "frequencyInterval": 0,
- "frequencyType": "ondemand",
- "id": "stringstringstringstring",
- "retentionUnit": "days",
- "retentionValue": 0
}, - "pitEnabled": false,
- "projectId": "32b6e34b3d91647abb20e7b8",
- "restoreWindowDays": 0,
- "scheduledPolicyItems": [
- {
- "frequencyInterval": 1,
- "frequencyType": "daily",
- "id": "stringstringstringstring",
- "retentionUnit": "days",
- "retentionValue": 0
}
], - "state": "ACTIVE",
- "updatedDate": "2019-08-24T14:15:22Z",
- "updatedUser": "user@example.com"
}
Returns all Cloud Backup snapshot export jobs associated with the specified Atlas cluster. To use this resource, the requesting API Key must have the Project Atlas Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
{- "results": [
- {
- "components": [
- {
- "exportId": "32b6e34b3d91647abb20e7b8",
- "replicaSetName": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "customData": [
- {
- "key": "string",
- "value": "string"
}
], - "deliveryUrl": [
- "string"
], - "exportBucketId": "32b6e34b3d91647abb20e7b8",
- "exportStatus": {
- "exportedCollections": 0,
- "totalCollections": 0
}, - "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "prefix": "string",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "state": "Cancelled"
}
], - "totalCount": 0
}
Exports one backup snapshot for dedicated Atlas cluster using Cloud Backups to an AWS bucket. To use this resource, the requesting API Key must have the Project Atlas Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Information about the Cloud Backup Snapshot Export Job to create.
Array of objects (BackupLabel) Collection of key-value pairs that represent custom data to add to the metadata file that MongoDB Cloud uploads to the bucket when the export job finishes. | |
exportBucketId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the AWS bucket to which MongoDB Cloud exports the Cloud Backup snapshot. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the Cloud Backup snasphot to export. |
{- "customData": [
- {
- "key": "string",
- "value": "string"
}
], - "exportBucketId": "32b6e34b3d91647abb20e7b8",
- "snapshotId": "32b6e34b3d91647abb20e7b8"
}
{- "components": [
- {
- "exportId": "32b6e34b3d91647abb20e7b8",
- "replicaSetName": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "customData": [
- {
- "key": "string",
- "value": "string"
}
], - "deliveryUrl": [
- "string"
], - "exportBucketId": "32b6e34b3d91647abb20e7b8",
- "exportStatus": {
- "exportedCollections": 0,
- "totalCollections": 0
}, - "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "prefix": "string",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "state": "Cancelled"
}
Returns one Cloud Backup snapshot export job associated with the specified Atlas cluster. To use this resource, the requesting API Key must have the Project Atlas Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
exportId required | string Unique string that identifies the export job to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "components": [
- {
- "exportId": "32b6e34b3d91647abb20e7b8",
- "replicaSetName": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "customData": [
- {
- "key": "string",
- "value": "string"
}
], - "deliveryUrl": [
- "string"
], - "exportBucketId": "32b6e34b3d91647abb20e7b8",
- "exportStatus": {
- "exportedCollections": 0,
- "totalCollections": 0
}, - "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "prefix": "string",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "state": "Cancelled"
}
Returns all cloud backup restore jobs for one cluster from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster with the restore jobs you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "cancelled": true,
- "components": [
- {
- "downloadUrl": "string",
- "replicaSetName": "string"
}
], - "deliveryType": "automated",
- "deliveryUrl": [
- "string"
], - "desiredTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "expired": true,
- "expiresAt": "2019-08-24T14:15:22Z",
- "failed": true,
- "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "oplogInc": 1,
- "oplogTs": 1199145600,
- "pointInTimeUTCSeconds": 1199145600,
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Restores one snapshot of one cluster from the specified project. Atlas takes on-demand snapshots immediately and scheduled snapshots at regular intervals. If an on-demand snapshot with a status of queued or inProgress exists, before taking another snapshot, wait until Atlas completes completes processing the previously taken on-demand snapshot.
To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Restores one snapshot of one cluster from the specified project.
deliveryType required | string Enum: "automated" "download" "pointInTime" Human-readable label that categorizes the restore job to create. |
oplogInc | integer <int32> >= 1 Oplog operation number from which you want to restore this snapshot. This number represents the second part of an Oplog timestamp. The resource returns this parameter when |
oplogTs | integer <int32> >= 1199145600 Date and time from which you want to restore this snapshot. This parameter expresses this timestamp in the number of seconds that have elapsed since the UNIX epoch. This number represents the first part of an Oplog timestamp. The resource returns this parameter when |
pointInTimeUTCSeconds | integer <int32> >= 1199145600 Date and time from which MongoDB Cloud restored this snapshot. This parameter expresses this timestamp in the number of seconds that have elapsed since the UNIX epoch. The resource returns this parameter when |
snapshotId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the snapshot. |
targetClusterName | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the target cluster to which the restore job restores the snapshot. The resource returns this parameter when |
targetGroupId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the target project for the specified targetClusterName. Required for |
{- "deliveryType": "automated",
- "oplogInc": 1,
- "oplogTs": 1199145600,
- "pointInTimeUTCSeconds": 1199145600,
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8"
}
{- "cancelled": true,
- "components": [
- {
- "downloadUrl": "string",
- "replicaSetName": "string"
}
], - "deliveryType": "automated",
- "deliveryUrl": [
- "string"
], - "desiredTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "expired": true,
- "expiresAt": "2019-08-24T14:15:22Z",
- "failed": true,
- "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "oplogInc": 1,
- "oplogTs": 1199145600,
- "pointInTimeUTCSeconds": 1199145600,
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "timestamp": "2019-08-24T14:15:22Z"
}
Cancels one cloud backup restore job of one cluster from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
restoreJobId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the restore job to remove. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one cloud backup restore job for one cluster from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster with the restore jobs you want to return. |
restoreJobId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the restore job to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "cancelled": true,
- "components": [
- {
- "downloadUrl": "string",
- "replicaSetName": "string"
}
], - "deliveryType": "automated",
- "deliveryUrl": [
- "string"
], - "desiredTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "expired": true,
- "expiresAt": "2019-08-24T14:15:22Z",
- "failed": true,
- "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "oplogInc": 1,
- "oplogTs": 1199145600,
- "pointInTimeUTCSeconds": 1199145600,
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "timestamp": "2019-08-24T14:15:22Z"
}
Removes all cloud backup schedules for the specified cluster. This schedule defines when MongoDB Cloud takes scheduled snapshots and how long it stores those snapshots. To use this resource, the requesting API Key must have the Project Atlas Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "autoExportEnabled": true,
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "copySettings": [
- {
- "cloudProvider": "AWS",
- "frequencies": [
- "HOURLY"
], - "regionName": "string",
- "replicationSpecId": "string",
- "shouldCopyOplogs": true
}
], - "export": {
- "exportBucketId": "32b6e34b3d91647abb20e7b8",
- "frequencyType": "monthly"
}, - "extraRetentionSettings": [
- {
- "frequencyType": "HOURLY",
- "retentionDays": 0
}
], - "nextSnapshot": "2019-08-24T14:15:22Z",
- "policies": [
- {
- "id": "stringstringstringstring",
- "policyItems": [
- {
- "frequencyInterval": 1,
- "frequencyType": "daily",
- "id": "stringstringstringstring",
- "retentionUnit": "days",
- "retentionValue": 0
}
]
}
], - "referenceHourOfDay": 0,
- "referenceMinuteOfHour": 0,
- "restoreWindowDays": 0,
- "useOrgAndGroupNamesInExportPrefix": true
}
Returns the cloud backup schedule for the specified cluster within the specified project. This schedule defines when MongoDB Cloud takes scheduled snapshots and how long it stores those snapshots. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "autoExportEnabled": true,
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "copySettings": [
- {
- "cloudProvider": "AWS",
- "frequencies": [
- "HOURLY"
], - "regionName": "string",
- "replicationSpecId": "string",
- "shouldCopyOplogs": true
}
], - "export": {
- "exportBucketId": "32b6e34b3d91647abb20e7b8",
- "frequencyType": "monthly"
}, - "extraRetentionSettings": [
- {
- "frequencyType": "HOURLY",
- "retentionDays": 0
}
], - "nextSnapshot": "2019-08-24T14:15:22Z",
- "policies": [
- {
- "id": "stringstringstringstring",
- "policyItems": [
- {
- "frequencyInterval": 1,
- "frequencyType": "daily",
- "id": "stringstringstringstring",
- "retentionUnit": "days",
- "retentionValue": 0
}
]
}
], - "referenceHourOfDay": 0,
- "referenceMinuteOfHour": 0,
- "restoreWindowDays": 0,
- "useOrgAndGroupNamesInExportPrefix": true
}
Updates the cloud backup schedule for one cluster within the specified project. This schedule defines when MongoDB Cloud takes scheduled snapshots and how long it stores those snapshots. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates the cloud backup schedule for one cluster within the specified project.
Note: In the request body, provide only the fields that you want to update.
autoExportEnabled | boolean Flag that indicates whether MongoDB Cloud automatically exports cloud backup snapshots to the AWS bucket. |
Array of objects (DiskBackupCopySetting) List that contains a document for each copy setting item in the desired backup policy. | |
Array of objects (DeleteCopiedBackups) List that contains a document for each deleted copy setting whose backup copies you want to delete. | |
object (export) Policy for automatically exporting cloud backup snapshots. | |
Array of objects (ExtraRetentionSetting) List that contains a document for each extra retention setting item in the desired backup policy. | |
Array of objects (AdvancedDiskBackupSnapshotSchedulePolicy) <= 1 items Rules set for this backup schedule. | |
referenceHourOfDay | integer <int32> Hour of day in Coordinated Universal Time (UTC) that represents when MongoDB Cloud takes the snapshot. |
referenceMinuteOfHour | integer <int32> Minute of the referenceHourOfDay that represents when MongoDB Cloud takes the snapshot. |
restoreWindowDays | integer <int32> Number of previous days that you can restore back to with Continuous Cloud Backup accuracy. You must specify a positive, non-zero integer. This parameter applies to continuous cloud backups only. |
updateSnapshots | boolean Flag that indicates whether to apply the retention changes in the updated backup policy to snapshots that MongoDB Cloud took previously. |
useOrgAndGroupNamesInExportPrefix | boolean Flag that indicates whether to use organization and project names instead of organization and project UUIDs in the path to the metadata files that MongoDB Cloud uploads to your AWS bucket. |
{- "autoExportEnabled": true,
- "copySettings": [
- {
- "cloudProvider": "AWS",
- "frequencies": [
- "HOURLY"
], - "regionName": "string",
- "replicationSpecId": "string",
- "shouldCopyOplogs": true
}
], - "deleteCopiedBackups": [
- {
- "cloudProvider": "AWS",
- "regionName": "string",
- "replicationSpecId": "string",
- "zoneId": "string"
}
], - "export": {
- "exportBucketId": "32b6e34b3d91647abb20e7b8",
- "frequencyType": "monthly"
}, - "extraRetentionSettings": [
- {
- "frequencyType": "HOURLY",
- "retentionDays": 0
}
], - "policies": [
- {
- "id": "stringstringstringstring",
- "policyItems": [
- {
- "frequencyInterval": 1,
- "frequencyType": "daily",
- "retentionUnit": "days",
- "retentionValue": 0
}
]
}
], - "referenceHourOfDay": 0,
- "referenceMinuteOfHour": 0,
- "restoreWindowDays": 0,
- "updateSnapshots": true,
- "useOrgAndGroupNamesInExportPrefix": true
}
{- "autoExportEnabled": true,
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "copySettings": [
- {
- "cloudProvider": "AWS",
- "frequencies": [
- "HOURLY"
], - "regionName": "string",
- "replicationSpecId": "string",
- "shouldCopyOplogs": true
}
], - "export": {
- "exportBucketId": "32b6e34b3d91647abb20e7b8",
- "frequencyType": "monthly"
}, - "extraRetentionSettings": [
- {
- "frequencyType": "HOURLY",
- "retentionDays": 0
}
], - "nextSnapshot": "2019-08-24T14:15:22Z",
- "policies": [
- {
- "id": "stringstringstringstring",
- "policyItems": [
- {
- "frequencyInterval": 1,
- "frequencyType": "daily",
- "id": "stringstringstringstring",
- "retentionUnit": "days",
- "retentionValue": 0
}
]
}
], - "referenceHourOfDay": 0,
- "referenceMinuteOfHour": 0,
- "restoreWindowDays": 0,
- "useOrgAndGroupNamesInExportPrefix": true
}
Returns all snapshots of one cluster from the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "cloudProvider": "AWS",
- "copyRegions": [
- "string"
], - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "mongodVersion": "string",
- "policyItems": [
- "32b6e34b3d91647abb20e7b8"
], - "replicaSetName": "string",
- "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0,
- "type": "replicaSet"
}
], - "totalCount": 0
}
Takes one on-demand snapshot for the specified cluster. Atlas takes on-demand snapshots immediately and scheduled snapshots at regular intervals. If an on-demand snapshot with a status of queued or inProgress exists, before taking another snapshot, wait until Atlas completes completes processing the previously taken on-demand snapshot.
To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Takes one on-demand snapshot.
description | string Human-readable phrase or sentence that explains the purpose of the snapshot. The resource returns this parameter when |
retentionInDays | integer <int32> >= 1 Number of days that MongoDB Cloud should retain the on-demand snapshot. Must be at least 1. |
{- "description": "string",
- "retentionInDays": 1
}
{- "cloudProvider": "AWS",
- "copyRegions": [
- "string"
], - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "mongodVersion": "string",
- "policyItems": [
- "32b6e34b3d91647abb20e7b8"
], - "replicaSetName": "string",
- "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0,
- "type": "replicaSet"
}
Removes one snapshot of one sharded cluster from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one snapshot of one sharded cluster from the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "configServerType": "EMBEDDED",
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "members": [
- {
- "cloudProvider": "AWS",
- "id": "32b6e34b3d91647abb20e7b8",
- "replicaSetName": "string"
}
], - "mongodVersion": "string",
- "policyItems": [
- "32b6e34b3d91647abb20e7b8"
], - "snapshotIds": [
- "32b6e34b3d91647abb20e7b8"
], - "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0,
- "type": "replicaSet"
}
Returns all snapshots of one sharded cluster from the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "configServerType": "EMBEDDED",
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "members": [
- {
- "cloudProvider": "AWS",
- "id": "32b6e34b3d91647abb20e7b8",
- "replicaSetName": "string"
}
], - "mongodVersion": "string",
- "policyItems": [
- "32b6e34b3d91647abb20e7b8"
], - "snapshotIds": [
- "32b6e34b3d91647abb20e7b8"
], - "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0,
- "type": "replicaSet"
}
], - "totalCount": 0
}
Removes the specified snapshot. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one snapshot from the specified cluster. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "cloudProvider": "AWS",
- "copyRegions": [
- "string"
], - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "mongodVersion": "string",
- "policyItems": [
- "32b6e34b3d91647abb20e7b8"
], - "replicaSetName": "string",
- "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0,
- "type": "replicaSet"
}
Changes the expiration date for one cloud backup snapshot for one cluster in the specified project.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Changes the expiration date for one cloud backup snapshot for one cluster in the specified project.
retentionUnit required | string Enum: "DAYS" "WEEKS" "MONTHS" "YEARS" Quantity of time in which MongoDB Cloud measures snapshot retention. |
retentionValue required | integer <int32> Number that indicates the amount of days, weeks, months, or years that MongoDB Cloud retains the snapshot. For less frequent policy items, MongoDB Cloud requires that you specify a value greater than or equal to the value specified for more frequent policy items. If the hourly policy item specifies a retention of two days, specify two days or greater for the retention of the weekly policy item. |
{- "retentionUnit": "DAYS",
- "retentionValue": 5
}
{- "cloudProvider": "AWS",
- "copyRegions": [
- "string"
], - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "mongodVersion": "string",
- "policyItems": [
- "32b6e34b3d91647abb20e7b8"
], - "replicaSetName": "string",
- "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0,
- "type": "replicaSet"
}
Returns all restore jobs for one serverless instance from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "cancelled": true,
- "deliveryType": "automated",
- "deliveryUrl": [
- "string"
], - "desiredTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "expired": true,
- "expiresAt": "2019-08-24T14:15:22Z",
- "failed": true,
- "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "oplogInc": 1,
- "oplogTs": 1199145600,
- "pointInTimeUTCSeconds": 1199145600,
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Restores one snapshot of one serverless instance from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance whose snapshot you want to restore. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Restores one snapshot of one serverless instance from the specified project.
deliveryType required | string Enum: "automated" "download" "pointInTime" Human-readable label that categorizes the restore job to create. |
oplogInc | integer <int32> >= 1 Oplog operation number from which you want to restore this snapshot. This number represents the second part of an Oplog timestamp. The resource returns this parameter when |
oplogTs | integer <int32> >= 1199145600 Date and time from which you want to restore this snapshot. This parameter expresses this timestamp in the number of seconds that have elapsed since the UNIX epoch. This number represents the first part of an Oplog timestamp. The resource returns this parameter when |
pointInTimeUTCSeconds | integer <int32> >= 1199145600 Date and time from which MongoDB Cloud restored this snapshot. This parameter expresses this timestamp in the number of seconds that have elapsed since the UNIX epoch. The resource returns this parameter when |
snapshotId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the snapshot. |
targetClusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the target cluster to which the restore job restores the snapshot. The resource returns this parameter when |
targetGroupId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the target project for the specified targetClusterName. |
{- "deliveryType": "automated",
- "oplogInc": 1,
- "oplogTs": 1199145600,
- "pointInTimeUTCSeconds": 1199145600,
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8"
}
{- "cancelled": true,
- "deliveryType": "automated",
- "deliveryUrl": [
- "string"
], - "desiredTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "expired": true,
- "expiresAt": "2019-08-24T14:15:22Z",
- "failed": true,
- "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "oplogInc": 1,
- "oplogTs": 1199145600,
- "pointInTimeUTCSeconds": 1199145600,
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "timestamp": "2019-08-24T14:15:22Z"
}
Returns one restore job for one serverless instance from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance. |
restoreJobId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the restore job to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "cancelled": true,
- "deliveryType": "automated",
- "deliveryUrl": [
- "string"
], - "desiredTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "expired": true,
- "expiresAt": "2019-08-24T14:15:22Z",
- "failed": true,
- "finishedAt": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "oplogInc": 1,
- "oplogTs": 1199145600,
- "pointInTimeUTCSeconds": 1199145600,
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "timestamp": "2019-08-24T14:15:22Z"
}
Returns all snapshots of one serverless instance from the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
{- "results": [
- {
- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "mongodVersion": "string",
- "serverlessInstanceName": "string",
- "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0
}
], - "totalCount": 0
}
Returns one snapshot of one serverless instance from the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "mongodVersion": "string",
- "serverlessInstanceName": "string",
- "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0
}
Manages the Cloud Migration Service. Source organizations, projects, and MongoDB clusters reside on Cloud Manager or Ops Manager. Destination organizations, projects, and MongoDB clusters reside on MongoDB Cloud. Source databases can't use any authentication except SCRAM-SHA.
Migrate one cluster that Cloud or Ops Manager manages to MongoDB Atlas.
Please make sure to validate your migration before initiating it.
You can use this API endpoint for push live migrations only. Your API Key must have the Organization Owner role to successfully call this resource.
NOTE: Migrating time-series collections is not yet supported on MongoDB 6.0 or higher. Migrations on MongoDB 6.0 or higher will skip any time-series collections on the source cluster. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
One migration to be created.
required | object (Destination) Document that describes the destination of the migration. |
dropDestinationData | boolean Default: false Flag that indicates whether the migration process drops all collections from the destination cluster before the migration starts. |
migrationHosts | Array of strings = 1 items List of migration hosts used for this migration. |
object (ShardingRequest) Document that configures sharding on the destination cluster when migrating from a replica set source to a sharded cluster destination on MongoDB 6.0 or higher. If you don't wish to shard any collections on the destination cluster, leave this empty. | |
required | object (Source) Document that describes the source of the migration. |
{- "destination": {
- "clusterName": "string",
- "groupId": "9b43a5b329223c3a1591a678",
- "hostnameSchemaType": "PUBLIC",
- "privateLinkId": "string"
}, - "dropDestinationData": false,
- "migrationHosts": [
- "vm001.example.com"
], - "sharding": {
- "createSupportingIndexes": true,
- "shardingEntries": [
- {
- "collection": "string",
- "database": "string",
- "shardCollection": {
- "key": [
- {
- "property1": { },
- "property2": { }
}
]
}
}
]
}, - "source": {
- "caCertificatePath": "string",
- "clusterName": "string",
- "groupId": "9b43a5b329223c3a1591a678",
- "managedAuthentication": true,
- "password": "string",
- "ssl": true,
- "username": "string"
}
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "lagTimeSeconds": 0,
- "migrationHosts": [
- "vm001.example.com"
], - "readyForCutover": true,
- "status": "NEW"
}
Verifies whether the provided credentials, available disk space, MongoDB versions, and so on meet the requirements of the migration request. If the check passes, the migration can proceed. Your API Key must have the Organization Owner role to successfully call this resource. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
One migration to be validated.
required | object (Destination) Document that describes the destination of the migration. |
dropDestinationData | boolean Default: false Flag that indicates whether the migration process drops all collections from the destination cluster before the migration starts. |
migrationHosts | Array of strings = 1 items List of migration hosts used for this migration. |
object (ShardingRequest) Document that configures sharding on the destination cluster when migrating from a replica set source to a sharded cluster destination on MongoDB 6.0 or higher. If you don't wish to shard any collections on the destination cluster, leave this empty. | |
required | object (Source) Document that describes the source of the migration. |
{- "destination": {
- "clusterName": "string",
- "groupId": "9b43a5b329223c3a1591a678",
- "hostnameSchemaType": "PUBLIC",
- "privateLinkId": "string"
}, - "dropDestinationData": false,
- "migrationHosts": [
- "vm001.example.com"
], - "sharding": {
- "createSupportingIndexes": true,
- "shardingEntries": [
- {
- "collection": "string",
- "database": "string",
- "shardCollection": {
- "key": [
- {
- "property1": { },
- "property2": { }
}
]
}
}
]
}, - "source": {
- "caCertificatePath": "string",
- "clusterName": "string",
- "groupId": "9b43a5b329223c3a1591a678",
- "managedAuthentication": true,
- "password": "string",
- "ssl": true,
- "username": "string"
}
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "errorMessage": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "sourceGroupId": "32b6e34b3d91647abb20e7b8",
- "status": "PENDING"
}
Return the status of one migration validation job. Your API Key must have the Organization Owner role to successfully call this resource.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
validationId required | string = 24 characters ^([a-f0-9]{24})$ Example: 507f1f77bcf86cd799439011 Unique 24-hexadecimal digit string that identifies the validation job. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "errorMessage": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "sourceGroupId": "32b6e34b3d91647abb20e7b8",
- "status": "PENDING"
}
Return details of one cluster migration job. Each push live migration job uses one migration host. Your API Key must have the Organization Member role to successfully call this resource.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
liveMigrationId required | string = 24 characters ^([a-f0-9]{24})$ Example: 6296fb4c7c7aa997cf94e9a8 Unique 24-hexadecimal digit string that identifies the migration. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "lagTimeSeconds": 0,
- "migrationHosts": [
- "vm001.example.com"
], - "readyForCutover": true,
- "status": "NEW"
}
Cut over the migrated cluster to MongoDB Atlas. Confirm when the cut over completes. When the cut over completes, MongoDB Atlas completes the live migration process and stops synchronizing with the source cluster. Your API Key must have the Organization Owner role to successfully call this resource.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
liveMigrationId required | string = 24 characters ^([a-f0-9]{24})$ Example: 6296fb4c7c7aa997cf94e9a8 Unique 24-hexadecimal digit string that identifies the migration. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Return all projects that you can migrate to the specified organization.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "deployments": [
- {
- "agentVersion": "string",
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "dbSizeBytes": 8192,
- "featureCompatibilityVersion": "string",
- "managed": true,
- "mongoDBVersion": "string",
- "name": "Project X sharded cluster",
- "oplogSizeMB": 3,
- "sharded": true,
- "shardsSize": 3,
- "tlsEnabled": true
}
], - "migrationHosts": [
- "string"
], - "name": "string",
- "projectId": "32b6e34b3d91647abb20e7b8"
}
]
Remove one organization link and its associated public API key. MongoDB Atlas uses the link-token for push live migrations only. Live migrations (push) let you securely push data from Cloud Manager or Ops Manager into MongoDB Atlas. Your API Key must have the Organization Owner role to successfully call this resource.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Create one link-token that contains all the information required to complete the link. MongoDB Atlas uses the link-token for push live migrations only. Live migration (push) allows you to securely push data from Cloud Manager or Ops Manager into MongoDB Atlas. Your API Key must have the Organization Owner role to successfully call this resource.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
IP address access list entries associated with the migration.
accessListIps | Array of strings IP address access list entries associated with the API key. |
{- "accessListIps": [
- "string"
]
}
{- "linkToken": "string"
}
Returns all cloud provider access roles with access to the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "awsIamRoles": [
- {
- "providerName": "AWS",
- "atlasAWSAccountArn": "arn:aws:iam::772401394250:role/my-test-aws-role",
- "atlasAssumedRoleExternalId": "24be57ae-3c7b-4f00-b2d8-8ad523d5bd8d",
- "authorizedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "featureUsages": [
- {
- "featureType": "ATLAS_DATA_LAKE"
}
], - "iamAssumedRoleArn": "arn:aws:iam::123456789012:root",
- "roleId": "32b6e34b3d91647abb20e7b8"
}
]
}
Creates one access role for the specified cloud provider. Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one role for the specified cloud provider.
providerName required | string Human-readable label that identifies the cloud provider of the role. |
iamAssumedRoleArn | string [ 20 .. 2048 ] characters Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account. |
{- "providerName": "AWS",
- "iamAssumedRoleArn": "arn:aws:iam::123456789012:root"
}
{- "providerName": "AWS",
- "atlasAWSAccountArn": "arn:aws:iam::772401394250:role/my-test-aws-role",
- "atlasAssumedRoleExternalId": "24be57ae-3c7b-4f00-b2d8-8ad523d5bd8d",
- "authorizedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "featureUsages": [
- {
- "featureType": "ATLAS_DATA_LAKE"
}
], - "iamAssumedRoleArn": "arn:aws:iam::123456789012:root",
- "roleId": "32b6e34b3d91647abb20e7b8"
}
Returns the access role with the specified id and with access to the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
roleId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the role. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "providerName": "AWS",
- "atlasAWSAccountArn": "arn:aws:iam::772401394250:role/my-test-aws-role",
- "atlasAssumedRoleExternalId": "24be57ae-3c7b-4f00-b2d8-8ad523d5bd8d",
- "authorizedDate": "2019-08-24T14:15:22Z",
- "createdDate": "2019-08-24T14:15:22Z",
- "featureUsages": [
- {
- "featureType": "ATLAS_DATA_LAKE"
}
], - "iamAssumedRoleArn": "arn:aws:iam::123456789012:root",
- "roleId": "32b6e34b3d91647abb20e7b8"
}
Ends a cluster outage simulation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that is undergoing outage simulation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "clusterName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "outageFilters": [
- {
- "cloudProvider": "AWS",
- "regionName": "string",
- "type": "REGION"
}
], - "startRequestDate": "2022-01-01T00:00:00Z",
- "state": "START_REQUESTED"
}
Returns one outage simulation for one cluster.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that is undergoing outage simulation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "clusterName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "outageFilters": [
- {
- "cloudProvider": "AWS",
- "regionName": "string",
- "type": "REGION"
}
], - "startRequestDate": "2022-01-01T00:00:00Z",
- "state": "START_REQUESTED"
}
Starts a cluster outage simulation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster to undergo an outage simulation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Describes the outage simulation.
Array of objects (AtlasClusterOutageSimulationOutageFilter) non-empty List of settings that specify the type of cluster outage simulation. |
{- "outageFilters": [
- {
- "cloudProvider": "AWS",
- "regionName": "string",
- "type": "REGION"
}
]
}
{- "clusterName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "outageFilters": [
- {
- "cloudProvider": "AWS",
- "regionName": "string",
- "type": "REGION"
}
], - "startRequestDate": "2022-01-01T00:00:00Z",
- "state": "START_REQUESTED"
}
Returns, adds, edits, and removes database deployments. Changes to cluster configurations can affect costs. This resource requires your Project ID.
Returns the details for all clusters in all projects to which you have access. Clusters contain a group of hosts that maintain the same data set. The response does not include multi-cloud clusters. To use this resource, the requesting API Key can have any cluster-level role.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "clusters": [
- {
- "alertCount": 0,
- "authEnabled": true,
- "availability": "available",
- "backupEnabled": true,
- "clusterId": "stringstringstringstring",
- "dataSizeBytes": 0,
- "name": "string",
- "nodeCount": 0,
- "sslEnabled": true,
- "type": "REPLICA_SET",
- "versions": [
- "string"
]
}
], - "groupId": "stringstringstringstring",
- "groupName": "string",
- "orgId": "stringstringstringstring",
- "orgName": "string",
- "planType": "string",
- "tags": [
- "string"
]
}
], - "totalCount": 0
}
Returns the details for all clusters in the specific project to which you have access. Clusters contain a group of hosts that maintain the same data set. The response includes clusters with asymmetrically-sized shards. To use this resource, the requesting API Key must have the Project Read Only role. This feature is not available for serverless clusters. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
includeDeletedWithRetainedBackups | boolean Default: false Flag that indicates whether to return Clusters with retain backups. |
{- "results": [
- {
- "acceptDataRisksAndForceReplicaSetReconfig": "2019-08-24T14:15:22Z",
- "backupEnabled": false,
- "biConnector": {
- "enabled": true,
- "readPreference": "PRIMARY"
}, - "clusterType": "REPLICASET",
- "connectionStrings": {
- "awsPrivateLink": {
- "property1": "string",
- "property2": "string"
}, - "awsPrivateLinkSrv": {
- "property1": "string",
- "property2": "string"
}, - "private": "string",
- "privateEndpoint": [
- {
- "connectionString": "string",
- "endpoints": [
- {
- "endpointId": "string",
- "providerName": "AWS",
- "region": "string"
}
], - "srvConnectionString": "string",
- "srvShardOptimizedConnectionString": "string",
- "type": "MONGOD"
}
], - "privateSrv": "string",
- "standard": "string",
- "standardSrv": "string"
}, - "createDate": "2019-08-24T14:15:22Z",
- "diskSizeGB": 10,
- "diskWarmingMode": "FULLY_WARMED",
- "encryptionAtRestProvider": "NONE",
- "globalClusterSelfManagedSharding": true,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "mongoDBMajorVersion": "string",
- "mongoDBVersion": "string",
- "name": "string",
- "paused": true,
- "pitEnabled": true,
- "replicationSpecs": [
- {
- "id": "32b6e34b3d91647abb20e7b8",
- "numShards": 1,
- "regionConfigs": [
- {
- "electableSpecs": {
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10",
- "nodeCount": 0
}, - "priority": 7,
- "providerName": "AWS",
- "regionName": "US_GOV_WEST_1",
- "analyticsAutoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "analyticsSpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}, - "autoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "readOnlySpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}
}
], - "zoneName": "string"
}
], - "rootCertType": "ISRGROOTX1",
- "stateName": "IDLE",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false,
- "versionReleaseSystem": "LTS"
}
], - "totalCount": 0
}
Creates one cluster in the specified project. Clusters contain a group of hosts that maintain the same data set. This resource can create clusters with asymmetrically-sized shards. Each project supports up to 25 database deployments. To use this resource, the requesting API Key must have the Project Owner role. This feature is not available for serverless clusters. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Cluster to create in the specific project.
acceptDataRisksAndForceReplicaSetReconfig | string <date-time> If reconfiguration is necessary to regain a primary due to a regional outage, submit this field alongside your topology reconfiguration to request a new regional outage resistant topology. Forced reconfigurations during an outage of the majority of electable nodes carry a risk of data loss if replicated writes (even majority committed writes) have not been replicated to the new primary node. MongoDB Atlas docs contain more information. To proceed with an operation which carries that risk, set acceptDataRisksAndForceReplicaSetReconfig to the current date. |
backupEnabled | boolean Default: false Flag that indicates whether the cluster can perform backups. If set to |
object (MongoDB Connector for Business Intelligence Settings) Settings needed to configure the MongoDB Connector for Business Intelligence for this cluster. | |
clusterType | string Enum: "REPLICASET" "SHARDED" "GEOSHARDED" Configuration of nodes that comprise the cluster. |
diskSizeGB | number <double> [ 10 .. 4096 ] Storage capacity that the host's root volume possesses expressed in gigabytes. Increase this number to add capacity. MongoDB Cloud requires this parameter if you set replicationSpecs. If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. Storage charge calculations depend on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier. |
diskWarmingMode | string Default: "FULLY_WARMED" Enum: "FULLY_WARMED" "VISIBLE_EARLIER" Disk warming mode selection. |
encryptionAtRestProvider | string Enum: "NONE" "AWS" "AZURE" "GCP" Cloud service provider that manages your customer keys to provide an additional layer of encryption at rest for the cluster. To enable customer key management for encryption at rest, the cluster replicationSpecs[n].regionConfigs[m].{type}Specs.instanceSize setting must be |
globalClusterSelfManagedSharding | boolean Set this field to configure the Sharding Management Mode when creating a new Global Cluster. When set to false, the management mode is set to Atlas-Managed Sharding. This mode fully manages the sharding of your Global Cluster and is built to provide a seamless deployment experience. When set to true, the management mode is set to Self-Managed Sharding. This mode leaves the management of shards in your hands and is built to provide an advanced and flexible deployment experience. This setting cannot be changed once the cluster is deployed. |
Array of objects (Component Label) Deprecated Collection of key-value pairs between 1 to 255 characters in length that tag and categorize the cluster. The MongoDB Cloud console doesn't display your labels. Cluster labels are deprecated and will be removed in a future release. We strongly recommend that you use resource tags instead. | |
mongoDBMajorVersion | string MongoDB major version of the cluster. On creation: Choose from the available versions of MongoDB, or leave unspecified for the current recommended default in the MongoDB Cloud platform. The recommended version is a recent Long Term Support version. The default is not guaranteed to be the most recently released version throughout the entire release cycle. For versions available in a specific project, see the linked documentation or use the API endpoint for project LTS versions endpoint. On update: Increase version only by 1 major version at a time. |
name | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the advanced cluster. |
paused | boolean Flag that indicates whether the cluster is paused. |
pitEnabled | boolean Flag that indicates whether the cluster uses continuous cloud backups. |
Array of objects (Replication Specifications) List of settings that configure your cluster regions. For Global Clusters, each object in the array represents a zone where your clusters nodes deploy. For non-Global sharded clusters and replica sets, this array has one object representing where your clusters nodes deploy. | |
rootCertType | string Default: "ISRGROOTX1" Value: "ISRGROOTX1" Root Certificate Authority that MongoDB Cloud cluster uses. MongoDB Cloud supports Internet Security Research Group. |
Array of objects (Resource Tag) List that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the cluster. | |
terminationProtectionEnabled | boolean Default: false Flag that indicates whether termination protection is enabled on the cluster. If set to |
versionReleaseSystem | string Default: "LTS" Enum: "LTS" "CONTINUOUS" Method by which the cluster maintains the MongoDB versions. If value is |
{- "acceptDataRisksAndForceReplicaSetReconfig": "2019-08-24T14:15:22Z",
- "backupEnabled": false,
- "biConnector": {
- "enabled": true,
- "readPreference": "PRIMARY"
}, - "clusterType": "REPLICASET",
- "diskSizeGB": 10,
- "diskWarmingMode": "FULLY_WARMED",
- "encryptionAtRestProvider": "NONE",
- "globalClusterSelfManagedSharding": true,
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "mongoDBMajorVersion": "string",
- "name": "string",
- "paused": true,
- "pitEnabled": true,
- "replicationSpecs": [
- {
- "numShards": 1,
- "regionConfigs": [
- {
- "electableSpecs": {
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10",
- "nodeCount": 0
}, - "priority": 7,
- "providerName": "AWS",
- "regionName": "US_GOV_WEST_1",
- "analyticsAutoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "analyticsSpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}, - "autoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "readOnlySpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}
}
], - "zoneName": "string"
}
], - "rootCertType": "ISRGROOTX1",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false,
- "versionReleaseSystem": "LTS"
}
{- "acceptDataRisksAndForceReplicaSetReconfig": "2019-08-24T14:15:22Z",
- "backupEnabled": false,
- "biConnector": {
- "enabled": true,
- "readPreference": "PRIMARY"
}, - "clusterType": "REPLICASET",
- "connectionStrings": {
- "awsPrivateLink": {
- "property1": "string",
- "property2": "string"
}, - "awsPrivateLinkSrv": {
- "property1": "string",
- "property2": "string"
}, - "private": "string",
- "privateEndpoint": [
- {
- "connectionString": "string",
- "endpoints": [
- {
- "endpointId": "string",
- "providerName": "AWS",
- "region": "string"
}
], - "srvConnectionString": "string",
- "srvShardOptimizedConnectionString": "string",
- "type": "MONGOD"
}
], - "privateSrv": "string",
- "standard": "string",
- "standardSrv": "string"
}, - "createDate": "2019-08-24T14:15:22Z",
- "diskSizeGB": 10,
- "diskWarmingMode": "FULLY_WARMED",
- "encryptionAtRestProvider": "NONE",
- "globalClusterSelfManagedSharding": true,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "mongoDBMajorVersion": "string",
- "mongoDBVersion": "string",
- "name": "string",
- "paused": true,
- "pitEnabled": true,
- "replicationSpecs": [
- {
- "id": "32b6e34b3d91647abb20e7b8",
- "numShards": 1,
- "regionConfigs": [
- {
- "electableSpecs": {
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10",
- "nodeCount": 0
}, - "priority": 7,
- "providerName": "AWS",
- "regionName": "US_GOV_WEST_1",
- "analyticsAutoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "analyticsSpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}, - "autoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "readOnlySpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}
}
], - "zoneName": "string"
}
], - "rootCertType": "ISRGROOTX1",
- "stateName": "IDLE",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false,
- "versionReleaseSystem": "LTS"
}
Returns the list of regions available for the specified cloud provider at the specified tier. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
providers | Array of strings Cloud providers whose regions to retrieve. When you specify multiple providers, the response can return only tiers and regions that support multi-cloud clusters. |
tier | string Cluster tier for which to retrieve the regions. |
{- "results": [
- {
- "instanceSizes": [
- {
- "availableRegions": [
- {
- "default": true,
- "name": "string"
}
], - "name": "string"
}
], - "provider": "AWS"
}
], - "totalCount": 0
}
Removes one cluster from the specified project. The cluster must have termination protection disabled in order to be deleted. To use this resource, the requesting API Key must have the Project Owner role. This feature is not available for serverless clusters. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
retainBackups | boolean Flag that indicates whether to retain backup snapshots for the deleted dedicated cluster. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns the details for one cluster in the specified project. Clusters contain a group of hosts that maintain the same data set. The response includes clusters with asymmetrically-sized shards. To use this resource, the requesting API Key must have the Project Read Only role. This feature is not available for serverless clusters. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies this cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "acceptDataRisksAndForceReplicaSetReconfig": "2019-08-24T14:15:22Z",
- "backupEnabled": false,
- "biConnector": {
- "enabled": true,
- "readPreference": "PRIMARY"
}, - "clusterType": "REPLICASET",
- "connectionStrings": {
- "awsPrivateLink": {
- "property1": "string",
- "property2": "string"
}, - "awsPrivateLinkSrv": {
- "property1": "string",
- "property2": "string"
}, - "private": "string",
- "privateEndpoint": [
- {
- "connectionString": "string",
- "endpoints": [
- {
- "endpointId": "string",
- "providerName": "AWS",
- "region": "string"
}
], - "srvConnectionString": "string",
- "srvShardOptimizedConnectionString": "string",
- "type": "MONGOD"
}
], - "privateSrv": "string",
- "standard": "string",
- "standardSrv": "string"
}, - "createDate": "2019-08-24T14:15:22Z",
- "diskSizeGB": 10,
- "diskWarmingMode": "FULLY_WARMED",
- "encryptionAtRestProvider": "NONE",
- "globalClusterSelfManagedSharding": true,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "mongoDBMajorVersion": "string",
- "mongoDBVersion": "string",
- "name": "string",
- "paused": true,
- "pitEnabled": true,
- "replicationSpecs": [
- {
- "id": "32b6e34b3d91647abb20e7b8",
- "numShards": 1,
- "regionConfigs": [
- {
- "electableSpecs": {
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10",
- "nodeCount": 0
}, - "priority": 7,
- "providerName": "AWS",
- "regionName": "US_GOV_WEST_1",
- "analyticsAutoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "analyticsSpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}, - "autoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "readOnlySpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}
}
], - "zoneName": "string"
}
], - "rootCertType": "ISRGROOTX1",
- "stateName": "IDLE",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false,
- "versionReleaseSystem": "LTS"
}
Updates the details for one cluster in the specified project. Clusters contain a group of hosts that maintain the same data set. This resource can update clusters with asymmetrically-sized shards. To update a cluster's termination protection, the requesting API Key must have the Project Owner role. For all other updates, the requesting API Key must have the Project Cluster Manager role. You can't modify a paused cluster (paused : true
). You must call this endpoint to set paused : false
. After this endpoint responds with paused : false
, you can call it again with the changes you want to make to the cluster. This feature is not available for serverless clusters. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Cluster to update in the specified project.
acceptDataRisksAndForceReplicaSetReconfig | string <date-time> If reconfiguration is necessary to regain a primary due to a regional outage, submit this field alongside your topology reconfiguration to request a new regional outage resistant topology. Forced reconfigurations during an outage of the majority of electable nodes carry a risk of data loss if replicated writes (even majority committed writes) have not been replicated to the new primary node. MongoDB Atlas docs contain more information. To proceed with an operation which carries that risk, set acceptDataRisksAndForceReplicaSetReconfig to the current date. |
backupEnabled | boolean Default: false Flag that indicates whether the cluster can perform backups. If set to |
object (MongoDB Connector for Business Intelligence Settings) Settings needed to configure the MongoDB Connector for Business Intelligence for this cluster. | |
clusterType | string Enum: "REPLICASET" "SHARDED" "GEOSHARDED" Configuration of nodes that comprise the cluster. |
diskSizeGB | number <double> [ 10 .. 4096 ] Storage capacity that the host's root volume possesses expressed in gigabytes. Increase this number to add capacity. MongoDB Cloud requires this parameter if you set replicationSpecs. If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. Storage charge calculations depend on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier. |
diskWarmingMode | string Default: "FULLY_WARMED" Enum: "FULLY_WARMED" "VISIBLE_EARLIER" Disk warming mode selection. |
encryptionAtRestProvider | string Enum: "NONE" "AWS" "AZURE" "GCP" Cloud service provider that manages your customer keys to provide an additional layer of encryption at rest for the cluster. To enable customer key management for encryption at rest, the cluster replicationSpecs[n].regionConfigs[m].{type}Specs.instanceSize setting must be |
globalClusterSelfManagedSharding | boolean Set this field to configure the Sharding Management Mode when creating a new Global Cluster. When set to false, the management mode is set to Atlas-Managed Sharding. This mode fully manages the sharding of your Global Cluster and is built to provide a seamless deployment experience. When set to true, the management mode is set to Self-Managed Sharding. This mode leaves the management of shards in your hands and is built to provide an advanced and flexible deployment experience. This setting cannot be changed once the cluster is deployed. |
Array of objects (Component Label) Deprecated Collection of key-value pairs between 1 to 255 characters in length that tag and categorize the cluster. The MongoDB Cloud console doesn't display your labels. Cluster labels are deprecated and will be removed in a future release. We strongly recommend that you use resource tags instead. | |
mongoDBMajorVersion | string MongoDB major version of the cluster. On creation: Choose from the available versions of MongoDB, or leave unspecified for the current recommended default in the MongoDB Cloud platform. The recommended version is a recent Long Term Support version. The default is not guaranteed to be the most recently released version throughout the entire release cycle. For versions available in a specific project, see the linked documentation or use the API endpoint for project LTS versions endpoint. On update: Increase version only by 1 major version at a time. |
name | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the advanced cluster. |
paused | boolean Flag that indicates whether the cluster is paused. |
pitEnabled | boolean Flag that indicates whether the cluster uses continuous cloud backups. |
Array of objects (Replication Specifications) List of settings that configure your cluster regions. For Global Clusters, each object in the array represents a zone where your clusters nodes deploy. For non-Global sharded clusters and replica sets, this array has one object representing where your clusters nodes deploy. | |
rootCertType | string Default: "ISRGROOTX1" Value: "ISRGROOTX1" Root Certificate Authority that MongoDB Cloud cluster uses. MongoDB Cloud supports Internet Security Research Group. |
Array of objects (Resource Tag) List that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the cluster. | |
terminationProtectionEnabled | boolean Default: false Flag that indicates whether termination protection is enabled on the cluster. If set to |
versionReleaseSystem | string Default: "LTS" Enum: "LTS" "CONTINUOUS" Method by which the cluster maintains the MongoDB versions. If value is |
{- "acceptDataRisksAndForceReplicaSetReconfig": "2019-08-24T14:15:22Z",
- "backupEnabled": false,
- "biConnector": {
- "enabled": true,
- "readPreference": "PRIMARY"
}, - "clusterType": "REPLICASET",
- "diskSizeGB": 10,
- "diskWarmingMode": "FULLY_WARMED",
- "encryptionAtRestProvider": "NONE",
- "globalClusterSelfManagedSharding": true,
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "mongoDBMajorVersion": "string",
- "name": "string",
- "paused": true,
- "pitEnabled": true,
- "replicationSpecs": [
- {
- "numShards": 1,
- "regionConfigs": [
- {
- "electableSpecs": {
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10",
- "nodeCount": 0
}, - "priority": 7,
- "providerName": "AWS",
- "regionName": "US_GOV_WEST_1",
- "analyticsAutoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "analyticsSpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}, - "autoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "readOnlySpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}
}
], - "zoneName": "string"
}
], - "rootCertType": "ISRGROOTX1",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false,
- "versionReleaseSystem": "LTS"
}
{- "acceptDataRisksAndForceReplicaSetReconfig": "2019-08-24T14:15:22Z",
- "backupEnabled": false,
- "biConnector": {
- "enabled": true,
- "readPreference": "PRIMARY"
}, - "clusterType": "REPLICASET",
- "connectionStrings": {
- "awsPrivateLink": {
- "property1": "string",
- "property2": "string"
}, - "awsPrivateLinkSrv": {
- "property1": "string",
- "property2": "string"
}, - "private": "string",
- "privateEndpoint": [
- {
- "connectionString": "string",
- "endpoints": [
- {
- "endpointId": "string",
- "providerName": "AWS",
- "region": "string"
}
], - "srvConnectionString": "string",
- "srvShardOptimizedConnectionString": "string",
- "type": "MONGOD"
}
], - "privateSrv": "string",
- "standard": "string",
- "standardSrv": "string"
}, - "createDate": "2019-08-24T14:15:22Z",
- "diskSizeGB": 10,
- "diskWarmingMode": "FULLY_WARMED",
- "encryptionAtRestProvider": "NONE",
- "globalClusterSelfManagedSharding": true,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "mongoDBMajorVersion": "string",
- "mongoDBVersion": "string",
- "name": "string",
- "paused": true,
- "pitEnabled": true,
- "replicationSpecs": [
- {
- "id": "32b6e34b3d91647abb20e7b8",
- "numShards": 1,
- "regionConfigs": [
- {
- "electableSpecs": {
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10",
- "nodeCount": 0
}, - "priority": 7,
- "providerName": "AWS",
- "regionName": "US_GOV_WEST_1",
- "analyticsAutoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "analyticsSpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}, - "autoScaling": {
- "compute": {
- "enabled": true,
- "maxInstanceSize": "M10",
- "minInstanceSize": "M10",
- "scaleDownEnabled": true
}, - "diskGB": {
- "enabled": true
}
}, - "readOnlySpecs": {
- "nodeCount": 0,
- "diskIOPS": 0,
- "ebsVolumeType": "STANDARD",
- "instanceSize": "M10"
}
}
], - "zoneName": "string"
}
], - "rootCertType": "ISRGROOTX1",
- "stateName": "IDLE",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false,
- "versionReleaseSystem": "LTS"
}
Returns the advanced configuration details for one cluster in the specified project. Clusters contain a group of hosts that maintain the same data set. Advanced configuration details include the read/write concern, index and oplog limits, and other database settings. This feature isn't available for M0
free clusters, M2
and M5
shared-tier clusters, or serverless clusters. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "chunkMigrationConcurrency": 0,
- "defaultReadConcern": "local",
- "defaultWriteConcern": "string",
- "failIndexKeyTooLong": true,
- "javascriptEnabled": true,
- "minimumEnabledTlsProtocol": "TLS1_0",
- "noTableScan": true,
- "oplogMinRetentionHours": 0,
- "oplogSizeMB": 0,
- "queryStatsLogVerbosity": 0,
- "sampleRefreshIntervalBIConnector": 0,
- "sampleSizeBIConnector": 0,
- "transactionLifetimeLimitSeconds": 1
}
Updates the advanced configuration details for one cluster in the specified project. Clusters contain a group of hosts that maintain the same data set. Advanced configuration details include the read/write concern, index and oplog limits, and other database settings. To use this resource, the requesting API Key must have the Project Cluster Manager role. This feature isn't available for M0
free clusters, M2
and M5
shared-tier clusters, or serverless clusters.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Advanced configuration details to add for one cluster in the specified project.
chunkMigrationConcurrency | integer <int32> Number of threads on the source shard and the receiving shard for chunk migration. The number of threads should not exceed the half the total number of CPU cores in the sharded cluster. |
defaultReadConcern | string Default: "available" Enum: "local" "available" Default level of acknowledgment requested from MongoDB for read operations set for this cluster. MongoDB 4.4 clusters default to |
defaultWriteConcern | string Default level of acknowledgment requested from MongoDB for write operations when none is specified by the driver. |
failIndexKeyTooLong | boolean Deprecated Default: true Flag that indicates whether you can insert or update documents where all indexed entries don't exceed 1024 bytes. If you set this to false, mongod writes documents that exceed this limit but doesn't index them. This parameter has been removed as of MongoDB 4.4. |
javascriptEnabled | boolean Flag that indicates whether the cluster allows execution of operations that perform server-side executions of JavaScript. |
minimumEnabledTlsProtocol | string Enum: "TLS1_0" "TLS1_1" "TLS1_2" Minimum Transport Layer Security (TLS) version that the cluster accepts for incoming connections. Clusters using TLS 1.0 or 1.1 should consider setting TLS 1.2 as the minimum TLS protocol version. |
noTableScan | boolean Flag that indicates whether the cluster disables executing any query that requires a collection scan to return results. |
oplogMinRetentionHours | number or null <double> Minimum retention window for cluster's oplog expressed in hours. A value of null indicates that the cluster uses the default minimum oplog window that MongoDB Cloud calculates. |
oplogSizeMB | integer or null <int32> Storage limit of cluster's oplog expressed in megabytes. A value of null indicates that the cluster uses the default oplog size that MongoDB Cloud calculates. |
queryStatsLogVerbosity | integer <int32> May be set to 1 (disabled) or 3 (enabled). When set to 3, Atlas will include redacted and anonymized $queryStats output in MongoDB logs. $queryStats output does not contain literals or field values. Enabling this setting might impact the performance of your cluster. |
sampleRefreshIntervalBIConnector | integer <int32> >= 0 Default: 0 Interval in seconds at which the mongosqld process re-samples data to create its relational schema. |
sampleSizeBIConnector | integer <int32> >= 0 Number of documents per database to sample when gathering schema information. |
transactionLifetimeLimitSeconds | integer <int64> >= 1 Lifetime, in seconds, of multi-document transactions. Atlas considers the transactions that exceed this limit as expired and so aborts them through a periodic cleanup process. |
{- "chunkMigrationConcurrency": 0,
- "defaultReadConcern": "local",
- "defaultWriteConcern": "string",
- "failIndexKeyTooLong": true,
- "javascriptEnabled": true,
- "minimumEnabledTlsProtocol": "TLS1_0",
- "noTableScan": true,
- "oplogMinRetentionHours": 0,
- "oplogSizeMB": 0,
- "queryStatsLogVerbosity": 0,
- "sampleRefreshIntervalBIConnector": 0,
- "sampleSizeBIConnector": 0,
- "transactionLifetimeLimitSeconds": 1
}
{- "chunkMigrationConcurrency": 0,
- "defaultReadConcern": "local",
- "defaultWriteConcern": "string",
- "failIndexKeyTooLong": true,
- "javascriptEnabled": true,
- "minimumEnabledTlsProtocol": "TLS1_0",
- "noTableScan": true,
- "oplogMinRetentionHours": 0,
- "oplogSizeMB": 0,
- "queryStatsLogVerbosity": 0,
- "sampleRefreshIntervalBIConnector": 0,
- "sampleSizeBIConnector": 0,
- "transactionLifetimeLimitSeconds": 1
}
Starts a failover test for the specified cluster in the specified project. Clusters contain a group of hosts that maintain the same data set. A failover test checks how MongoDB Cloud handles the failure of the cluster's primary node. During the test, MongoDB Cloud shuts down the primary node and elects a new primary. To use this resource, the requesting API Key must have the Project Cluster Manager role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint)",
- "error": 401,
- "errorCode": "NOT_ORG_GROUP_CREATOR",
- "reason": "Unauthorized"
}
Returns the status of all changes that you made to the specified cluster in the specified project. Use this resource to check the progress MongoDB Cloud has made in processing your changes. The response does not include the deployment of new dedicated clusters. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "changeStatus": "PENDING",
}
Requests loading the MongoDB sample dataset into the specified cluster. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
name required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster into which you load the sample dataset. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "completeDate": "2019-08-24T14:15:22Z",
- "createDate": "2019-08-24T14:15:22Z",
- "errorMessage": "string",
- "state": "WORKING"
}
Checks the progress of loading the sample dataset into one cluster. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
sampleDatasetId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the loaded sample dataset. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "completeDate": "2019-08-24T14:15:22Z",
- "createDate": "2019-08-24T14:15:22Z",
- "errorMessage": "string",
- "state": "WORKING"
}
Returns, adds, and edits pinned namespaces for the specified cluster or process. Also returns collection level latency metric data.
Returns a list of given cluster's pinned namespaces, a set of namespaces manually selected by users to collect query latency metrics on.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster to retrieve pinned namespaces for. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "clusterId": "string",
- "groupId": "string",
- "pinnedNamespaces": [
- "string"
]
}
Add provided list of namespaces to existing pinned namespaces list for collection-level latency metrics collection for the given Group and Cluster
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster to pin namespaces to. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
List of namespace strings (combination of database and collection name) to pin for query latency metric collection.
namespaces | Array of strings unique List of namespace strings (combination of database and collection) on the specified host or cluster. |
{- "namespaces": [
- "string"
]
}
{- "clusterId": "string",
- "groupId": "string",
- "pinnedNamespaces": [
- "string"
]
}
Pin provided list of namespaces for collection-level latency metrics collection for the given Group and Cluster. This initializes a pinned namespaces list or replaces any existing pinned namespaces list for the Group and Cluster.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster to pin namespaces to. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
List of namespace strings (combination of database and collection name) to pin for query latency metric collection.
namespaces | Array of strings unique List of namespace strings (combination of database and collection) on the specified host or cluster. |
{- "namespaces": [
- "string"
]
}
{- "clusterId": "string",
- "groupId": "string",
- "pinnedNamespaces": [
- "string"
]
}
Unpin provided list of namespaces for collection-level latency metrics collection for the given Group and Cluster
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster to unpin namespaces from. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
List of namespace strings (combination of database and collection name) to pin for query latency metric collection.
namespaces | Array of strings unique List of namespace strings (combination of database and collection) on the specified host or cluster. |
{- "namespaces": [
- "string"
]
}
{- "clusterId": "string",
- "groupId": "string",
- "pinnedNamespaces": [
- "string"
]
}
Return the subset of namespaces from the given cluster sorted by highest total execution time (descending) within the given time window.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster to pin namespaces to. |
clusterView required | string Enum: "PRIMARY" "SECONDARY" "INDIVIDUAL_PROCESS" Human-readable label that identifies the cluster topology to retrieve metrics for. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
{- "groupId": "string",
- "identifierId": "string",
- "rankedNamespaces": [
- "string"
]
}
Get a list of the Coll Stats Latency cluster-level measurements for the given namespace.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster to retrieve metrics for. |
clusterView required | string Enum: "PRIMARY" "SECONDARY" "INDIVIDUAL_PROCESS" Human-readable label that identifies the cluster topology to retrieve metrics for. |
databaseName required | string Example: mydb Human-readable label that identifies the database. |
collectionName required | string Example: mycoll Human-readable label that identifies the collection. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
metrics | Array of strings unique Items Enum: "READS_OPS" "READS_LATENCY" "AVERAGE_READS_LATENCY" "READS_P50_VALUE" "READS_P95_VALUE" "READS_P99_VALUE" "WRITES_OPS" "WRITES_LATENCY" "AVERAGE_WRITES_LATENCY" "WRITES_P50_VALUE" "WRITES_P95_VALUE" "WRITES_P99_VALUE" "COMMANDS_OPS" "COMMANDS_LATENCY" "AVERAGE_COMMANDS_LATENCY" "COMMANDS_P50_VALUE" "COMMANDS_P95_VALUE" "COMMANDS_P99_VALUE" "TOTAL_OPS" "TOTAL_LATENCY" "AVERAGE_TOTAL_OPS_LATENCY" "TOTAL_OPS_P50_VALUE" "TOTAL_OPS_P95_VALUE" "TOTAL_OPS_P99_VALUE" List that contains the metrics that you want to retrieve for the associated data series. If you don't set this parameter, this resource returns data series for all Coll Stats Latency metrics. |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
{- "clusterId": "string",
- "clusterView": "string",
- "collectionName": "string",
- "databaseName": "string",
- "end": "2019-08-24T14:15:22Z",
- "granularity": "PT1M",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "measurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
], - "processId": "mongodb.example.com:27017",
- "start": "2019-08-24T14:15:22Z"
}
Returns all available Coll Stats Latency metric names and their respective units for the specified project at the time of request.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Return the subset of namespaces from the given process ranked by highest total execution time (descending) within the given time window.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: my.host.name.com:27017 Combination of hostname and IANA port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process (mongod or mongos). The port must be the IANA port on which the MongoDB process listens for requests. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
{- "groupId": "string",
- "identifierId": "string",
- "rankedNamespaces": [
- "string"
]
}
Get a list of the Coll Stats Latency process-level measurements for the given namespace
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: my.host.name.com:27017 Combination of hostname and IANA port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process (mongod or mongos). The port must be the IANA port on which the MongoDB process listens for requests. |
databaseName required | string Example: mydb Human-readable label that identifies the database. |
collectionName required | string Example: mycoll Human-readable label that identifies the collection. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
metrics | Array of strings unique Items Enum: "READS_OPS" "READS_LATENCY" "AVERAGE_READS_LATENCY" "READS_P50_VALUE" "READS_P95_VALUE" "READS_P99_VALUE" "WRITES_OPS" "WRITES_LATENCY" "AVERAGE_WRITES_LATENCY" "WRITES_P50_VALUE" "WRITES_P95_VALUE" "WRITES_P99_VALUE" "COMMANDS_OPS" "COMMANDS_LATENCY" "AVERAGE_COMMANDS_LATENCY" "COMMANDS_P50_VALUE" "COMMANDS_P95_VALUE" "COMMANDS_P99_VALUE" "TOTAL_OPS" "TOTAL_LATENCY" "AVERAGE_TOTAL_OPS_LATENCY" "TOTAL_OPS_P50_VALUE" "TOTAL_OPS_P95_VALUE" "TOTAL_OPS_P99_VALUE" List that contains the metrics that you want to retrieve for the associated data series. If you don't set this parameter, this resource returns data series for all Coll Stats Latency metrics. |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
{- "collectionName": "string",
- "databaseName": "string",
- "end": "2019-08-24T14:15:22Z",
- "granularity": "PT1M",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "measurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
], - "processId": "mongodb.example.com:27017",
- "start": "2019-08-24T14:15:22Z"
}
Returns, adds, edits, and removes custom database user privilege roles. Use custom roles to specify custom sets of actions that the MongoDB Cloud built-in roles can't describe. You define custom roles at the project level, for all clusters in the project. This resource supports a subset of MongoDB privilege actions. You can create a subset of custom role actions. To create a wider list of custom role actions, use the MongoDB Cloud user interface. Custom roles must include actions that all project's clusters support, and that are compatible with each MongoDB version that your project's clusters use. For example, if your project has MongoDB 4.2 clusters, you can't create custom roles that use actions introduced in MongoDB 4.4.
Returns all custom roles for the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "actions": [
- {
- "action": "FIND",
- "resources": [
- {
- "cluster": true,
- "collection": "string",
- "db": "string"
}
]
}
], - "inheritedRoles": [
- {
- "db": "string",
- "role": "string"
}
], - "roleName": "string"
}
]
Creates one custom role in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one custom role in the specified project.
Array of objects (Database Privilege Action) List of the individual privilege actions that the role grants. | |
Array of objects (Inherited Role) unique List of the built-in roles that this custom role inherits. | |
roleName required | string Human-readable label that identifies the role for the request. This name must be unique for this custom role in this project. |
{- "actions": [
- {
- "action": "FIND",
- "resources": [
- {
- "cluster": true,
- "collection": "string",
- "db": "string"
}
]
}
], - "inheritedRoles": [
- {
- "db": "string",
- "role": "string"
}
], - "roleName": "string"
}
{- "actions": [
- {
- "action": "FIND",
- "resources": [
- {
- "cluster": true,
- "collection": "string",
- "db": "string"
}
]
}
], - "inheritedRoles": [
- {
- "db": "string",
- "role": "string"
}
], - "roleName": "string"
}
Removes one custom role from the specified project. You can't remove a custom role that would leave one or more child roles with no parent roles or actions. You also can't remove a custom role that would leave one or more database users without roles. To use this resource, the requesting API Key must have the Project Atlas Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
roleName required | string Human-readable label that identifies the role for the request. This name must be unique for this custom role in this project. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns one custom role for the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
roleName required | string Human-readable label that identifies the role for the request. This name must be unique for this custom role in this project. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "actions": [
- {
- "action": "FIND",
- "resources": [
- {
- "cluster": true,
- "collection": "string",
- "db": "string"
}
]
}
], - "inheritedRoles": [
- {
- "db": "string",
- "role": "string"
}
], - "roleName": "string"
}
Updates one custom role in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
roleName required | string Human-readable label that identifies the role for the request. This name must beunique for this custom role in this project. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates one custom role in the specified project.
Array of objects (Database Privilege Action) List of the individual privilege actions that the role grants. | |
Array of objects (Inherited Role) unique List of the built-in roles that this custom role inherits. |
{- "actions": [
- {
- "action": "FIND",
- "resources": [
- {
- "cluster": true,
- "collection": "string",
- "db": "string"
}
]
}
], - "inheritedRoles": [
- {
- "db": "string",
- "role": "string"
}
]
}
{- "actions": [
- {
- "action": "FIND",
- "resources": [
- {
- "cluster": true,
- "collection": "string",
- "db": "string"
}
]
}
], - "inheritedRoles": [
- {
- "db": "string",
- "role": "string"
}
], - "roleName": "string"
}
Returns, adds, edits, and removes Federated Database Instances. This resource requires your project ID. Changes to federated database instance configurations can affect costs.
Returns the details of all federated database instances in the specified project. To use this resource, the requesting API Key must have the Project Read Only or higher role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
type | string Default: "USER" Enum: "USER" "ONLINE_ARCHIVE" Type of Federated Database Instances to return. |
[- {
- "cloudProviderConfig": {
- "aws": {
- "externalId": "string",
- "iamAssumedRoleARN": "arn:aws:iam::123456789012:root",
- "iamUserARN": "string",
- "roleId": "string"
}, - "azure": {
- "atlasAppId": "string",
- "roleId": "string",
- "servicePrincipalId": "string",
- "tenantId": "string"
}
}, - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "SYDNEY_AUS"
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "hostnames": [
- "string"
], - "name": "string",
- "privateEndpointHostnames": [
- {
- "hostname": "string",
- "privateEndpoint": "string"
}
], - "state": "UNVERIFIED",
- "storage": {
- "databases": [
- {
- "collections": [
- {
- "dataSources": [
- {
- "allowInsecure": false,
- "collection": "string",
- "collectionRegex": "string",
- "database": "string",
- "databaseRegex": "string",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetPrefix": "string",
- "defaultFormat": ".avro",
- "path": "string",
- "provenanceFieldName": "string",
- "storeName": "string",
- "trimLevel": 0,
- "urls": [
- null
]
}
], - "name": "string"
}
], - "maxWildcardCollections": 100,
- "name": "string",
- "views": [
- {
- "name": "string",
- "pipeline": "string",
- "source": "string"
}
]
}
], - "stores": [
- {
- "name": "string",
- "provider": "string",
- "additionalStorageClasses": [
- "STANDARD"
], - "bucket": "string",
- "delimiter": "string",
- "includeTags": false,
- "prefix": "string",
- "public": false,
- "region": "US_GOV_WEST_1"
}
]
}
}
]
Creates one federated database instance in the specified project. To use this resource, the requesting API Key must have the Project Owner or Project Charts Admin roles.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
skipRoleValidation | boolean Default: false Flag that indicates whether this request should check if the requesting IAM role can read from the S3 bucket. AWS checks if the role can list the objects in the bucket before writing to it. Some IAM roles only need write permissions. This flag allows you to skip that check. |
Details to create one federated database instance in the specified project.
object (Data Lake Cloud Provider) Cloud provider where this Federated Database Instance is hosted. | |
object (DataLakeDataProcessRegion) Information about the cloud provider region to which the Federated Database Instance routes client connections. | |
name | string Human-readable label that identifies the Federated Database Instance. |
object (DataLakeStorage) Configuration information for each data store and its mapping to MongoDB Cloud databases. |
{- "cloudProviderConfig": {
- "aws": {
- "roleId": "string",
- "testS3Bucket": "string"
}, - "azure": {
- "roleId": "string"
}
}, - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "SYDNEY_AUS"
}, - "name": "string",
- "storage": {
- "databases": [
- {
- "collections": [
- {
- "dataSources": [
- {
- "allowInsecure": false,
- "collection": "string",
- "collectionRegex": "string",
- "database": "string",
- "databaseRegex": "string",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetPrefix": "string",
- "defaultFormat": ".avro",
- "path": "string",
- "provenanceFieldName": "string",
- "storeName": "string",
- "trimLevel": 0,
- "urls": [
- "string"
]
}
], - "name": "string"
}
], - "maxWildcardCollections": 100,
- "name": "string",
- "views": [
- {
- "name": "string",
- "pipeline": "string",
- "source": "string"
}
]
}
], - "stores": [
- {
- "name": "string",
- "provider": "string",
- "additionalStorageClasses": [
- "STANDARD"
], - "bucket": "string",
- "delimiter": "string",
- "includeTags": false,
- "prefix": "string",
- "public": false,
- "region": "US_GOV_WEST_1"
}
]
}
}
{- "cloudProviderConfig": {
- "aws": {
- "externalId": "string",
- "iamAssumedRoleARN": "arn:aws:iam::123456789012:root",
- "iamUserARN": "string",
- "roleId": "string"
}, - "azure": {
- "atlasAppId": "string",
- "roleId": "string",
- "servicePrincipalId": "string",
- "tenantId": "string"
}
}, - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "SYDNEY_AUS"
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "hostnames": [
- "string"
], - "name": "string",
- "privateEndpointHostnames": [
- {
- "hostname": "string",
- "privateEndpoint": "string"
}
], - "state": "UNVERIFIED",
- "storage": {
- "databases": [
- {
- "collections": [
- {
- "dataSources": [
- {
- "allowInsecure": false,
- "collection": "string",
- "collectionRegex": "string",
- "database": "string",
- "databaseRegex": "string",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetPrefix": "string",
- "defaultFormat": ".avro",
- "path": "string",
- "provenanceFieldName": "string",
- "storeName": "string",
- "trimLevel": 0,
- "urls": [
- "string"
]
}
], - "name": "string"
}
], - "maxWildcardCollections": 100,
- "name": "string",
- "views": [
- {
- "name": "string",
- "pipeline": "string",
- "source": "string"
}
]
}
], - "stores": [
- {
- "name": "string",
- "provider": "string",
- "additionalStorageClasses": [
- "STANDARD"
], - "bucket": "string",
- "delimiter": "string",
- "includeTags": false,
- "prefix": "string",
- "public": false,
- "region": "US_GOV_WEST_1"
}
]
}
}
Removes one federated database instance from the specified project. To use this resource, the requesting API Key must have the Project Owner or Project Charts Admin roles.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the federated database instance to remove. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the details of one federated database instance within the specified project. To use this resource, the requesting API Key must have the Project Read Only or Project Charts Admin roles.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the Federated Database to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "cloudProviderConfig": {
- "aws": {
- "externalId": "string",
- "iamAssumedRoleARN": "arn:aws:iam::123456789012:root",
- "iamUserARN": "string",
- "roleId": "string"
}, - "azure": {
- "atlasAppId": "string",
- "roleId": "string",
- "servicePrincipalId": "string",
- "tenantId": "string"
}
}, - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "SYDNEY_AUS"
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "hostnames": [
- "string"
], - "name": "string",
- "privateEndpointHostnames": [
- {
- "hostname": "string",
- "privateEndpoint": "string"
}
], - "state": "UNVERIFIED",
- "storage": {
- "databases": [
- {
- "collections": [
- {
- "dataSources": [
- {
- "allowInsecure": false,
- "collection": "string",
- "collectionRegex": "string",
- "database": "string",
- "databaseRegex": "string",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetPrefix": "string",
- "defaultFormat": ".avro",
- "path": "string",
- "provenanceFieldName": "string",
- "storeName": "string",
- "trimLevel": 0,
- "urls": [
- "string"
]
}
], - "name": "string"
}
], - "maxWildcardCollections": 100,
- "name": "string",
- "views": [
- {
- "name": "string",
- "pipeline": "string",
- "source": "string"
}
]
}
], - "stores": [
- {
- "name": "string",
- "provider": "string",
- "additionalStorageClasses": [
- "STANDARD"
], - "bucket": "string",
- "delimiter": "string",
- "includeTags": false,
- "prefix": "string",
- "public": false,
- "region": "US_GOV_WEST_1"
}
]
}
}
Updates the details of one federated database instance in the specified project. To use this resource, the requesting API Key must have the Project Owner or higher role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the federated database instance to update. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
skipRoleValidation required | boolean Flag that indicates whether this request should check if the requesting IAM role can read from the S3 bucket. AWS checks if the role can list the objects in the bucket before writing to it. Some IAM roles only need write permissions. This flag allows you to skip that check. |
Details of one Federated Database to update in the specified project.
object (Data Lake Cloud Provider) Cloud provider where this Federated Database Instance is hosted. | |
object (DataLakeDataProcessRegion) Information about the cloud provider region to which the Federated Database Instance routes client connections. | |
name | string Human-readable label that identifies the Federated Database Instance. |
object (DataLakeStorage) Configuration information for each data store and its mapping to MongoDB Cloud databases. |
{- "cloudProviderConfig": {
- "aws": {
- "roleId": "string",
- "testS3Bucket": "string"
}, - "azure": {
- "roleId": "string"
}
}, - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "SYDNEY_AUS"
}, - "name": "string",
- "storage": {
- "databases": [
- {
- "collections": [
- {
- "dataSources": [
- {
- "allowInsecure": false,
- "collection": "string",
- "collectionRegex": "string",
- "database": "string",
- "databaseRegex": "string",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetPrefix": "string",
- "defaultFormat": ".avro",
- "path": "string",
- "provenanceFieldName": "string",
- "storeName": "string",
- "trimLevel": 0,
- "urls": [
- "string"
]
}
], - "name": "string"
}
], - "maxWildcardCollections": 100,
- "name": "string",
- "views": [
- {
- "name": "string",
- "pipeline": "string",
- "source": "string"
}
]
}
], - "stores": [
- {
- "name": "string",
- "provider": "string",
- "additionalStorageClasses": [
- "STANDARD"
], - "bucket": "string",
- "delimiter": "string",
- "includeTags": false,
- "prefix": "string",
- "public": false,
- "region": "US_GOV_WEST_1"
}
]
}
}
{- "cloudProviderConfig": {
- "aws": {
- "externalId": "string",
- "iamAssumedRoleARN": "arn:aws:iam::123456789012:root",
- "iamUserARN": "string",
- "roleId": "string"
}, - "azure": {
- "atlasAppId": "string",
- "roleId": "string",
- "servicePrincipalId": "string",
- "tenantId": "string"
}
}, - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "SYDNEY_AUS"
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "hostnames": [
- "string"
], - "name": "string",
- "privateEndpointHostnames": [
- {
- "hostname": "string",
- "privateEndpoint": "string"
}
], - "state": "UNVERIFIED",
- "storage": {
- "databases": [
- {
- "collections": [
- {
- "dataSources": [
- {
- "allowInsecure": false,
- "collection": "string",
- "collectionRegex": "string",
- "database": "string",
- "databaseRegex": "string",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetPrefix": "string",
- "defaultFormat": ".avro",
- "path": "string",
- "provenanceFieldName": "string",
- "storeName": "string",
- "trimLevel": 0,
- "urls": [
- "string"
]
}
], - "name": "string"
}
], - "maxWildcardCollections": 100,
- "name": "string",
- "views": [
- {
- "name": "string",
- "pipeline": "string",
- "source": "string"
}
]
}
], - "stores": [
- {
- "name": "string",
- "provider": "string",
- "additionalStorageClasses": [
- "STANDARD"
], - "bucket": "string",
- "delimiter": "string",
- "includeTags": false,
- "prefix": "string",
- "public": false,
- "region": "US_GOV_WEST_1"
}
]
}
}
Returns query limits for a federated databases instance in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the federated database instance for which you want to retrieve query limits. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "currentUsage": 0,
- "defaultLimit": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "maximumLimit": 0,
- "name": "string",
- "overrunPolicy": "BLOCK",
- "tenantName": "string",
- "value": 0
}
]
Deletes one query limit for one federated database instance. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. | |||||||||||||||
tenantName required | string Human-readable label that identifies the federated database instance to which the query limit applies. | |||||||||||||||
limitName required | string Enum: "bytesProcessed.query" "bytesProcessed.daily" "bytesProcessed.weekly" "bytesProcessed.monthly" Human-readable label that identifies this data federation instance limit.
|
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Returns the details of one query limit for the specified federated database instance in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. | |||||||||||||||
tenantName required | string Human-readable label that identifies the federated database instance to which the query limit applies. | |||||||||||||||
limitName required | string Enum: "bytesProcessed.query" "bytesProcessed.daily" "bytesProcessed.weekly" "bytesProcessed.monthly" Human-readable label that identifies this data federation instance limit.
|
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "currentUsage": 0,
- "defaultLimit": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "maximumLimit": 0,
- "name": "string",
- "overrunPolicy": "BLOCK",
- "tenantName": "string",
- "value": 0
}
Creates or updates one query limit for one federated database instance. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. | |||||||||||||||
tenantName required | string Human-readable label that identifies the federated database instance to which the query limit applies. | |||||||||||||||
limitName required | string Enum: "bytesProcessed.query" "bytesProcessed.daily" "bytesProcessed.weekly" "bytesProcessed.monthly" Human-readable label that identifies this data federation instance limit.
|
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Creates or updates one query limit for one federated database instance.
overrunPolicy | string Enum: "BLOCK" "BLOCK_AND_KILL" Only used for Data Federation limits. Action to take when the usage limit is exceeded. If limit span is set to QUERY, this is ignored because MongoDB Cloud stops the query when it exceeds the usage limit. |
value required | integer <int64> Amount to set the limit to. |
{- "overrunPolicy": "BLOCK",
- "value": 0
}
{- "currentUsage": 0,
- "defaultLimit": 0,
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "maximumLimit": 0,
- "name": "string",
- "overrunPolicy": "BLOCK",
- "tenantName": "string",
- "value": 0
}
Downloads the query logs for the specified federated database instance. To use this resource, the requesting API Key must have the Project Owner or Project Data Access Read Write roles. The API does not support direct calls with the json response schema. You must request a gzip response schema using an accept header of the format: "Accept: application/vnd.atlas.YYYY-MM-DD+gzip".
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the federated database instance for which you want to download query logs. |
endDate | integer <int64> 1199145600 Example: endDate=1636481348 Timestamp that specifies the end point for the range of log messages to download. MongoDB Cloud expresses this timestamp in the number of seconds that have elapsed since the UNIX epoch. |
startDate | integer <int64> 1199145600 Example: startDate=1636466948 Timestamp that specifies the starting point for the range of log messages to download. MongoDB Cloud expresses this timestamp in the number of seconds that have elapsed since the UNIX epoch. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns all private endpoints for Federated Database Instances and Online Archives in the specified project. To use this resource, the requesting API Key must have the Project Read Only or Project Charts Admin roles.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "comment": "string",
- "customerEndpointDNSName": "string",
- "endpointId": "vpce-3bf78b0ddee411ba1",
- "provider": "AWS",
- "region": "string",
- "type": "DATA_LAKE"
}
], - "totalCount": 0
}
Adds one private endpoint for Federated Database Instances and Online Archives to the specified projects. If the endpoint ID already exists and the associated comment is unchanged, Atlas Data Federation makes no change to the endpoint ID list. If the endpoint ID already exists and the associated comment is changed, Atlas Data Federation updates the comment value only in the endpoint ID list. If the endpoint ID doesn't exist, Atlas Data Federation appends the new endpoint to the list of endpoints in the endpoint ID list. Each region has an associated service name for the various endpoints in each region.
us-east-1
is com.amazonaws.vpce.us-east-1.vpce-svc-00e311695874992b4
.
us-west-1
is com.amazonaws.vpce.us-west-2.vpce-svc-09d86b19e59d1b4bb
.
eu-west-1
is com.amazonaws.vpce.eu-west-1.vpce-svc-0824460b72e1a420e
.
eu-west-2
is com.amazonaws.vpce.eu-west-2.vpce-svc-052f1840aa0c4f1f9
.
eu-central-1
is com.amazonaws.vpce.eu-central-1.vpce-svc-0ac8ce91871138c0d
.
sa-east-1
is com.amazonaws.vpce.sa-east-1.vpce-svc-0b56e75e8cdf50044
.
ap-southeast-2
is com.amazonaws.vpce.ap-southeast-2.vpce-svc-036f1de74d761706e
.
ap-south-1
is com.amazonaws.vpce.ap-south-1.vpce-svc-03eb8a541f96d356d
.
To use this resource, the requesting API Key must have the Project Owner or Project Charts Admin roles.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Private endpoint for Federated Database Instances and Online Archives to add to the specified project.
comment | string Human-readable string to associate with this private endpoint. |
customerEndpointDNSName | string Human-readable label to identify customer's VPC endpoint DNS name. |
endpointId required | string = 22 characters ^vpce-[0-9a-f]{17}$ Unique 22-character alphanumeric string that identifies the private endpoint. |
provider | string Default: "AWS" Value: "AWS" Human-readable label that identifies the cloud service provider. Atlas Data Lake supports Amazon Web Services only. |
region | string Human-readable label to identify the region of customer's VPC endpoint. |
type | string Default: "DATA_LAKE" Value: "DATA_LAKE" Human-readable label that identifies the resource type associated with this private endpoint. |
{- "comment": "string",
- "customerEndpointDNSName": "string",
- "endpointId": "vpce-3bf78b0ddee411ba1",
- "provider": "AWS",
- "region": "string",
- "type": "DATA_LAKE"
}
{- "results": [
- {
- "comment": "string",
- "customerEndpointDNSName": "string",
- "endpointId": "vpce-3bf78b0ddee411ba1",
- "provider": "AWS",
- "region": "string",
- "type": "DATA_LAKE"
}
], - "totalCount": 0
}
Removes one private endpoint for Federated Database Instances and Online Archives in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
endpointId required | string = 22 characters ^vpce-[0-9a-f]{17}$ Unique 22-character alphanumeric string that identifies the private endpoint to remove. Atlas Data Federation supports AWS private endpoints using the AWS PrivateLink feature. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the specified private endpoint for Federated Database Instances or Online Archives in the specified project. To use this resource, the requesting API Key must have the Project Read Only or Project Charts Admin roles.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
endpointId required | string = 22 characters ^vpce-[0-9a-f]{17}$ Unique 22-character alphanumeric string that identifies the private endpoint to return. Atlas Data Federation supports AWS private endpoints using the AWS PrivateLink feature. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "comment": "string",
- "customerEndpointDNSName": "string",
- "endpointId": "vpce-3bf78b0ddee411ba1",
- "provider": "AWS",
- "region": "string",
- "type": "DATA_LAKE"
}
Returns a list of Data Lake Pipelines. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
[- {
- "_id": "32b6e34b3d91647abb20e7b8",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "sink": {
- "type": "DLS"
}, - "source": {
- "type": "PERIODIC_CPS",
- "clusterName": "string",
- "collectionName": "string",
- "databaseName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8"
}, - "state": "ACTIVE",
- "transformations": [
- {
- "field": "string",
- "type": "EXCLUDE"
}
]
}
]
Creates one Data Lake Pipeline.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Creates one Data Lake Pipeline.
object (Dataset Retention Policy) Dataset Retention Policy for a Scheduled Data Lake Pipeline. | |
name | string Name of this Data Lake Pipeline. |
object (Ingestion Destination) Ingestion destination of a Data Lake Pipeline. | |
object (Ingestion Source) Ingestion Source of a Data Lake Pipeline. | |
Array of objects (Field Transformation) Fields to be excluded for this Data Lake Pipeline. |
{- "datasetRetentionPolicy": {
- "units": "DAYS",
- "value": 1
}, - "name": "string",
- "sink": { },
- "source": {
- "type": "PERIODIC_CPS",
- "clusterName": "string",
- "collectionName": "string",
- "databaseName": "string"
}, - "transformations": [
- {
- "field": "string",
- "type": "EXCLUDE"
}
]
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "sink": {
- "type": "DLS"
}, - "source": {
- "type": "PERIODIC_CPS",
- "clusterName": "string",
- "collectionName": "string",
- "databaseName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8"
}, - "state": "ACTIVE",
- "transformations": [
- {
- "field": "string",
- "type": "EXCLUDE"
}
]
}
Removes one Data Lake Pipeline.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Returns the details of one Data Lake Pipeline within the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "sink": {
- "type": "DLS"
}, - "source": {
- "type": "PERIODIC_CPS",
- "clusterName": "string",
- "collectionName": "string",
- "databaseName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8"
}, - "state": "ACTIVE",
- "transformations": [
- {
- "field": "string",
- "type": "EXCLUDE"
}
]
}
Updates one Data Lake Pipeline.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Updates one Data Lake Pipeline.
object (Dataset Retention Policy) Dataset Retention Policy for a Scheduled Data Lake Pipeline. | |
name | string Name of this Data Lake Pipeline. |
object (Ingestion Destination) Ingestion destination of a Data Lake Pipeline. | |
object (Ingestion Source) Ingestion Source of a Data Lake Pipeline. | |
Array of objects (Field Transformation) Fields to be excluded for this Data Lake Pipeline. |
{- "datasetRetentionPolicy": {
- "units": "DAYS",
- "value": 1
}, - "name": "string",
- "sink": { },
- "source": {
- "type": "PERIODIC_CPS",
- "clusterName": "string",
- "collectionName": "string",
- "databaseName": "string"
}, - "transformations": [
- {
- "field": "string",
- "type": "EXCLUDE"
}
]
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "sink": {
- "type": "DLS"
}, - "source": {
- "type": "PERIODIC_CPS",
- "clusterName": "string",
- "collectionName": "string",
- "databaseName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8"
}, - "state": "ACTIVE",
- "transformations": [
- {
- "field": "string",
- "type": "EXCLUDE"
}
]
}
Returns a list of backup schedule policy items that you can use as a Data Lake Pipeline source. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "frequencyInterval": 1,
- "frequencyType": "daily",
- "id": "stringstringstringstring",
- "retentionUnit": "days",
- "retentionValue": 0
}
]
Returns a list of backup snapshots that you can use to trigger an on demand pipeline run. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
completedAfter | string <date-time> Example: completedAfter=2022-01-01T00:00:00Z Date and time after which MongoDB Cloud created the snapshot. If specified, MongoDB Cloud returns available backup snapshots created after this time and date only. This parameter expresses its value in the ISO 8601 timestamp format in UTC. |
{- "results": [
- {
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "frequencyType": "hourly",
- "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "mongodVersion": "string",
- "policyItems": [
- "32b6e34b3d91647abb20e7b8"
], - "snapshotType": "onDemand",
- "status": "queued",
- "storageSizeBytes": 0,
- "type": "replicaSet"
}
], - "totalCount": 0
}
Pauses ingestion for a Data Lake Pipeline within the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "sink": {
- "type": "DLS"
}, - "source": {
- "type": "PERIODIC_CPS",
- "clusterName": "string",
- "collectionName": "string",
- "databaseName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8"
}, - "state": "ACTIVE",
- "transformations": [
- {
- "field": "string",
- "type": "EXCLUDE"
}
]
}
Resumes ingestion for a Data Lake Pipeline within the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "sink": {
- "type": "DLS"
}, - "source": {
- "type": "PERIODIC_CPS",
- "clusterName": "string",
- "collectionName": "string",
- "databaseName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8"
}, - "state": "ACTIVE",
- "transformations": [
- {
- "field": "string",
- "type": "EXCLUDE"
}
]
}
Returns a list of past Data Lake Pipeline runs. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
createdBefore | string <date-time> Example: createdBefore=2022-01-01T00:00:00Z If specified, Atlas returns only Data Lake Pipeline runs initiated before this time and date. |
{- "results": [
- {
- "_id": "32b6e34b3d91647abb20e7b8",
- "backupFrequencyType": "HOURLY",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "phase": "SNAPSHOT",
- "pipelineId": "32b6e34b3d91647abb20e7b8",
- "scheduledDeletionDate": "2019-08-24T14:15:22Z",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "state": "PENDING",
- "stats": {
- "bytesExported": 0,
- "numDocs": 0
}
}
], - "totalCount": 0
}
Deletes dataset that Atlas generated during the specified pipeline run.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
pipelineRunId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal character string that identifies a Data Lake Pipeline run. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the details of one Data Lake Pipeline run within the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
pipelineRunId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal character string that identifies a Data Lake Pipeline run. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "backupFrequencyType": "HOURLY",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "phase": "SNAPSHOT",
- "pipelineId": "32b6e34b3d91647abb20e7b8",
- "scheduledDeletionDate": "2019-08-24T14:15:22Z",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "state": "PENDING",
- "stats": {
- "bytesExported": 0,
- "numDocs": 0
}
}
Triggers a Data Lake Pipeline ingestion of a specified snapshot.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pipelineName required | string [ 1 .. 64 ] characters ^[^/\\ "$]{1,64}$ Human-readable label that identifies the Data Lake Pipeline. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Triggers a single ingestion run of a snapshot.
object (Dataset Retention Policy) Dataset Retention Policy for a Scheduled Data Lake Pipeline. | |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the snapshot. |
{- "datasetRetentionPolicy": {
- "units": "DAYS",
- "value": 1
}, - "snapshotId": "32b6e34b3d91647abb20e7b8"
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "backupFrequencyType": "HOURLY",
- "createdDate": "2019-08-24T14:15:22Z",
- "datasetName": "v1$atlas$snapshot$Cluster0$myDatabase$myCollection$19700101T000000Z",
- "datasetRetentionPolicy": {
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "units": "DAYS",
- "value": 1
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "lastUpdatedDate": "2019-08-24T14:15:22Z",
- "phase": "SNAPSHOT",
- "pipelineId": "32b6e34b3d91647abb20e7b8",
- "scheduledDeletionDate": "2019-08-24T14:15:22Z",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "state": "PENDING",
- "stats": {
- "bytesExported": 0,
- "numDocs": 0
}
}
Returns all database users that belong to the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "awsIAMType": "NONE",
- "databaseName": "admin",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "ldapAuthType": "NONE",
- "oidcAuthType": "NONE",
- "roles": [
- {
- "collectionName": "string",
- "databaseName": "string",
- "roleName": "atlasAdmin"
}
], - "scopes": [
- {
- "name": "string",
- "type": "CLUSTER"
}
], - "username": "string",
- "x509Type": "NONE"
}
], - "totalCount": 0
}
Creates one database user in the specified project. This MongoDB Cloud supports a maximum of 100 database users per project. If you require more than 100 database users on a project, contact Support. To use this resource, the requesting API Key must have the Project Owner or Project Charts Admin roles.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one database user in the specified project.
awsIAMType | string Default: "NONE" Enum: "NONE" "USER" "ROLE" Human-readable label that indicates whether the new database user authenticates with the Amazon Web Services (AWS) Identity and Access Management (IAM) credentials associated with the user or the user's role. | ||||||||||||||||||||||||||||||||||||||||
databaseName required | string Default: "admin" Enum: "admin" "$external" The database against which the database user authenticates. Database users must provide both a username and authentication database to log into MongoDB. If the user authenticates with AWS IAM, x.509, LDAP, or OIDC Workload this value should be | ||||||||||||||||||||||||||||||||||||||||
deleteAfterDate | string <date-time> Date and time when MongoDB Cloud deletes the user. This parameter expresses its value in the ISO 8601 timestamp format in UTC and can include the time zone designation. You must specify a future date that falls within one week of making the Application Programming Interface (API) request. | ||||||||||||||||||||||||||||||||||||||||
groupId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the project. | ||||||||||||||||||||||||||||||||||||||||
Array of objects (Component Label) List that contains the key-value pairs for tagging and categorizing the MongoDB database user. The labels that you define do not appear in the console. | |||||||||||||||||||||||||||||||||||||||||
ldapAuthType | string Default: "NONE" Enum: "NONE" "GROUP" "USER" Part of the Lightweight Directory Access Protocol (LDAP) record that the database uses to authenticate this database user on the LDAP host. | ||||||||||||||||||||||||||||||||||||||||
oidcAuthType | string Default: "NONE" Enum: "NONE" "IDP_GROUP" "USER" Human-readable label that indicates whether the new database user or group authenticates with OIDC federated authentication. To create a federated authentication user, specify the value of USER in this field. To create a federated authentication group, specify the value of IDP_GROUP in this field. | ||||||||||||||||||||||||||||||||||||||||
password | string >= 8 characters Alphanumeric string that authenticates this database user against the database specified in | ||||||||||||||||||||||||||||||||||||||||
Array of objects (Database User Role) List that provides the pairings of one role with one applicable database. | |||||||||||||||||||||||||||||||||||||||||
Array of objects (Database User Scope) List that contains clusters, MongoDB Atlas Data Lakes, and MongoDB Atlas Streams Instances that this database user can access. If omitted, MongoDB Cloud grants the database user access to all the clusters, MongoDB Atlas Data Lakes, and MongoDB Atlas Streams Instances in the project. | |||||||||||||||||||||||||||||||||||||||||
username required | string <= 1024 characters Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication:
| ||||||||||||||||||||||||||||||||||||||||
x509Type | string Default: "NONE" Enum: "NONE" "CUSTOMER" "MANAGED" X.509 method that MongoDB Cloud uses to authenticate the database user.
Users created with the |
AWS IAM Authentication
{- "awsIAMType": "USER",
- "databaseName": "$external",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "roles": [
- {
- "databaseName": "sales",
- "roleName": "readWrite"
}, - {
- "databaseName": "marketing",
- "roleName": "read"
}
], - "scopes": [
- {
- "name": "myCluster",
- "type": "CLUSTER"
}
], - "username": "arn:aws:iam::358363220050:user/mongodb-aws-iam-auth-test-user"
}
{- "awsIAMType": "NONE",
- "databaseName": "admin",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "ldapAuthType": "NONE",
- "oidcAuthType": "NONE",
- "roles": [
- {
- "collectionName": "string",
- "databaseName": "string",
- "roleName": "atlasAdmin"
}
], - "scopes": [
- {
- "name": "string",
- "type": "CLUSTER"
}
], - "username": "string",
- "x509Type": "NONE"
}
Removes one database user from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. | ||||||||||||||||||||||||||||||||||||||||
databaseName required | string The database against which the database user authenticates. Database users must provide both a username and authentication database to log into MongoDB. If the user authenticates with AWS IAM, x.509, LDAP, or OIDC Workload this value should be | ||||||||||||||||||||||||||||||||||||||||
username required | string Example: SCRAM-SHA: dylan or AWS IAM: arn:aws:iam::123456789012:user/sales/enterprise/DylanBloggs or x.509/LDAP: CN=Dylan Bloggs,OU=Enterprise,OU=Sales,DC=Example,DC=COM or OIDC: IdPIdentifier/IdPGroupName Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication:
|
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one database user that belong to the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. | ||||||||||||||||||||||||||||||||||||||||
databaseName required | string The database against which the database user authenticates. Database users must provide both a username and authentication database to log into MongoDB. If the user authenticates with AWS IAM, x.509, LDAP, or OIDC Workload this value should be | ||||||||||||||||||||||||||||||||||||||||
username required | string Example: SCRAM-SHA: dylan or AWS IAM: arn:aws:iam::123456789012:user/sales/enterprise/DylanBloggs or x.509/LDAP: CN=Dylan Bloggs,OU=Enterprise,OU=Sales,DC=Example,DC=COM or OIDC: IdPIdentifier/IdPGroupName Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication:
|
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "awsIAMType": "NONE",
- "databaseName": "admin",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "ldapAuthType": "NONE",
- "oidcAuthType": "NONE",
- "roles": [
- {
- "collectionName": "string",
- "databaseName": "string",
- "roleName": "atlasAdmin"
}
], - "scopes": [
- {
- "name": "string",
- "type": "CLUSTER"
}
], - "username": "string",
- "x509Type": "NONE"
}
Updates one database user that belongs to the specified project. To use this resource, the requesting API Key must have the Project Owner or Project Charts Admin roles.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. | ||||||||||||||||||||||||||||||||||||||||
databaseName required | string The database against which the database user authenticates. Database users must provide both a username and authentication database to log into MongoDB. If the user authenticates with AWS IAM, x.509, LDAP, or OIDC Workload this value should be | ||||||||||||||||||||||||||||||||||||||||
username required | string Example: SCRAM-SHA: dylan or AWS IAM: arn:aws:iam::123456789012:user/sales/enterprise/DylanBloggs or x.509/LDAP: CN=Dylan Bloggs,OU=Enterprise,OU=Sales,DC=Example,DC=COM or OIDC: IdPIdentifier/IdPGroupName Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication:
|
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates one database user that belongs to the specified project.
awsIAMType | string Default: "NONE" Enum: "NONE" "USER" "ROLE" Human-readable label that indicates whether the new database user authenticates with the Amazon Web Services (AWS) Identity and Access Management (IAM) credentials associated with the user or the user's role. | ||||||||||||||||||||||||||||||||||||||||
databaseName required | string Default: "admin" Enum: "admin" "$external" The database against which the database user authenticates. Database users must provide both a username and authentication database to log into MongoDB. If the user authenticates with AWS IAM, x.509, LDAP, or OIDC Workload this value should be | ||||||||||||||||||||||||||||||||||||||||
deleteAfterDate | string <date-time> Date and time when MongoDB Cloud deletes the user. This parameter expresses its value in the ISO 8601 timestamp format in UTC and can include the time zone designation. You must specify a future date that falls within one week of making the Application Programming Interface (API) request. | ||||||||||||||||||||||||||||||||||||||||
groupId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the project. | ||||||||||||||||||||||||||||||||||||||||
Array of objects (Component Label) List that contains the key-value pairs for tagging and categorizing the MongoDB database user. The labels that you define do not appear in the console. | |||||||||||||||||||||||||||||||||||||||||
ldapAuthType | string Default: "NONE" Enum: "NONE" "GROUP" "USER" Part of the Lightweight Directory Access Protocol (LDAP) record that the database uses to authenticate this database user on the LDAP host. | ||||||||||||||||||||||||||||||||||||||||
oidcAuthType | string Default: "NONE" Enum: "NONE" "IDP_GROUP" "USER" Human-readable label that indicates whether the new database user or group authenticates with OIDC federated authentication. To create a federated authentication user, specify the value of USER in this field. To create a federated authentication group, specify the value of IDP_GROUP in this field. | ||||||||||||||||||||||||||||||||||||||||
password | string >= 8 characters Alphanumeric string that authenticates this database user against the database specified in | ||||||||||||||||||||||||||||||||||||||||
Array of objects (Database User Role) List that provides the pairings of one role with one applicable database. | |||||||||||||||||||||||||||||||||||||||||
Array of objects (Database User Scope) List that contains clusters, MongoDB Atlas Data Lakes, and MongoDB Atlas Streams Instances that this database user can access. If omitted, MongoDB Cloud grants the database user access to all the clusters, MongoDB Atlas Data Lakes, and MongoDB Atlas Streams Instances in the project. | |||||||||||||||||||||||||||||||||||||||||
username required | string <= 1024 characters Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication:
| ||||||||||||||||||||||||||||||||||||||||
x509Type | string Default: "NONE" Enum: "NONE" "CUSTOMER" "MANAGED" X.509 method that MongoDB Cloud uses to authenticate the database user.
Users created with the |
{- "awsIAMType": "NONE",
- "databaseName": "admin",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "ldapAuthType": "NONE",
- "oidcAuthType": "NONE",
- "password": "stringst",
- "roles": [
- {
- "collectionName": "string",
- "databaseName": "string",
- "roleName": "atlasAdmin"
}
], - "scopes": [
- {
- "name": "string",
- "type": "CLUSTER"
}
], - "username": "string",
- "x509Type": "NONE"
}
{- "awsIAMType": "NONE",
- "databaseName": "admin",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "ldapAuthType": "NONE",
- "oidcAuthType": "NONE",
- "roles": [
- {
- "collectionName": "string",
- "databaseName": "string",
- "roleName": "atlasAdmin"
}
], - "scopes": [
- {
- "name": "string",
- "type": "CLUSTER"
}
], - "username": "string",
- "x509Type": "NONE"
}
Returns and edits the Encryption at Rest using Customer Key Management configuration. MongoDB Cloud encrypts all storage whether or not you use your own key management.
Returns the configuration for encryption at rest using the keys you manage through your cloud provider. MongoDB Cloud encrypts all storage even if you don't use your own key management. This resource requires the requesting API Key to have the Project Owner role.
LIMITED TO M10 OR GREATER: MongoDB Cloud limits this feature to dedicated cluster tiers of M10 and greater.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "awsKms": {
- "accessKeyID": "019dd98d94b4bb778e7552e4",
- "customerMasterKeyID": "string",
- "enabled": true,
- "region": "US_GOV_WEST_1",
- "valid": true
}, - "azureKeyVault": {
- "azureEnvironment": "AZURE",
- "clientID": "5e4ea010-a908-45a1-a70b-ebd2e4feb055",
- "enabled": true,
- "keyVaultName": "string",
- "resourceGroupName": "string",
- "subscriptionID": "d0dd68eb-7e97-448c-b361-f7a7213dc7e2",
- "tenantID": "f95ac700-4c8f-4a38-a8d1-1582733edd5b",
- "valid": true
}, - "googleCloudKms": {
- "enabled": true,
- "keyVersionResourceID": "projects/my-project-common-0/locations/us-east4/keyRings/my-key-ring-0/cryptoKeys/my-key-0/cryptoKeyVersions/1",
- "valid": true
}
}
Updates the configuration for encryption at rest using the keys you manage through your cloud provider. MongoDB Cloud encrypts all storage even if you don't use your own key management. This resource requires the requesting API Key to have the Project Owner role. This feature isn't available for M0
free clusters, M2
, M5
, or serverless clusters.
After you configure at least one Encryption at Rest using a Customer Key Management provider for the MongoDB Cloud project, Project Owners can enable Encryption at Rest using Customer Key Management for each MongoDB Cloud cluster for which they require encryption. The Encryption at Rest using Customer Key Management provider doesn't have to match the cluster cloud service provider. MongoDB Cloud doesn't automatically rotate user-managed encryption keys. Defer to your preferred Encryption at Rest using Customer Key Management provider's documentation and guidance for best practices on key rotation. MongoDB Cloud automatically creates a 90-day key rotation alert when you configure Encryption at Rest using Customer Key Management using your Key Management in an MongoDB Cloud project. MongoDB Cloud encrypts all storage whether or not you use your own key management.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Required parameters depend on whether someone has enabled Encryption at Rest using Customer Key Management:
If you have enabled Encryption at Rest using Customer Key Management (CMK), Atlas requires all of the parameters for the desired encryption provider.
If you enabled Encryption at Rest using Customer Key Management, administrators can pass only the changed fields for the awsKms, azureKeyVault, or googleCloudKms object to update the configuration to this endpoint.
object (AWSKMSConfiguration) Amazon Web Services (AWS) KMS configuration details and encryption at rest configuration set for the specified project. | |
object (AzureKeyVault) Details that define the configuration of Encryption at Rest using Azure Key Vault (AKV). | |
object (GoogleCloudKMS) Details that define the configuration of Encryption at Rest using Google Cloud Key Management Service (KMS). |
{- "awsKms": {
- "accessKeyID": "019dd98d94b4bb778e7552e4",
- "customerMasterKeyID": "string",
- "enabled": true,
- "region": "US_GOV_WEST_1",
- "roleId": "32b6e34b3d91647abb20e7b8",
- "secretAccessKey": "string"
}, - "azureKeyVault": {
- "azureEnvironment": "AZURE",
- "clientID": "5e4ea010-a908-45a1-a70b-ebd2e4feb055",
- "enabled": true,
- "keyVaultName": "string",
- "resourceGroupName": "string",
- "secret": "string",
- "subscriptionID": "d0dd68eb-7e97-448c-b361-f7a7213dc7e2",
- "tenantID": "f95ac700-4c8f-4a38-a8d1-1582733edd5b"
}, - "googleCloudKms": {
- "enabled": true,
- "keyVersionResourceID": "projects/my-project-common-0/locations/us-east4/keyRings/my-key-ring-0/cryptoKeys/my-key-0/cryptoKeyVersions/1",
- "serviceAccountKey": "string"
}
}
{- "awsKms": {
- "accessKeyID": "019dd98d94b4bb778e7552e4",
- "customerMasterKeyID": "string",
- "enabled": true,
- "region": "US_GOV_WEST_1",
- "valid": true
}, - "azureKeyVault": {
- "azureEnvironment": "AZURE",
- "clientID": "5e4ea010-a908-45a1-a70b-ebd2e4feb055",
- "enabled": true,
- "keyVaultName": "string",
- "resourceGroupName": "string",
- "subscriptionID": "d0dd68eb-7e97-448c-b361-f7a7213dc7e2",
- "tenantID": "f95ac700-4c8f-4a38-a8d1-1582733edd5b",
- "valid": true
}, - "googleCloudKms": {
- "enabled": true,
- "keyVersionResourceID": "projects/my-project-common-0/locations/us-east4/keyRings/my-key-ring-0/cryptoKeys/my-key-0/cryptoKeyVersions/1",
- "valid": true
}
}
Returns a list of all event types, along with a description and additional metadata about each event.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "alertable": true,
- "description": "string",
- "eventType": "string"
}
], - "totalCount": 0
}
Returns one event for the specified project. Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting API Key must have the Project Read Only role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
clusterNames | Array of strings[ items [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ ] Human-readable label that identifies the cluster. |
Array of Alert Audit Types (object) or Alert Audit Types (object) or API User Event Types (object) or Service Account Event Types (object) or App Services Event Types (object) or Auto Indexing Event Types (object) or Automation Config Event Types (object) or AWS Peer Vpc Audit Types (object) or Azure Peer Network Audit Types (object) or Billing Event Types (object) or Cluster Connection Audit Types (object) or Cluster Event Types (object) or Cps Backup Event Types (object) or Data Explorer Accessed Event Types (object) or CPS Backup Compliance Policy Event Types (object) or Disk Backup Event Types (object) or Encryption Event Types (object) or Export Bucket Audit Types (object) or FTS Index Audit Types (object) or GCP Peer Vpc Audit Types (object) or Group Audit Types (object) or Group Event Types (object) or Group Integration Event Types (object) or Host Event Types (object) or Host Metric Event Types (object) or Index Build Audit Types (object) or NDS Audit Types (object) or NDS DB Check Audit Types (object) or NDS Data Validation Audit Types (object) or NDS Auto Scaling Audit Types (object) or NDS Maintenance Window Audit Types (object) or NDS Serverless Auto Scaling Audit Types (object) or NDS Serverless Instance Audit Types (object) or NDS Auto Scaling Audit Types (object) or NDS Tenant Endpoint Service Deployment Audit Types (object) or NDS x509 User Auth Event Types (object) or Online Archive Event Types (object) or Private Link Audit Types (object) or Proactive Operation Event Types (object) or ReplicaSet Event Types (object) or Serverless Deployment Audit Types (object) or Serverless Event Types (object) or Setup Serverless Audit Types (object) or Streams Event Types (object) or Stream Processor Event Types (object) or Support Case Event Types (object) or Support Event Types (object) or Team Event Types (object) or Tenant Backup Event Types (object) or User Event Types (object) or Version Audit Types (object) or Resource Event Types (object) (EventTypeForNdsGroup) Category of incident recorded at this moment in time. IMPORTANT: The complete list of event type values changes frequently. | |
Array of Alert Audit Types (object) or Alert Audit Types (object) or API User Event Types (object) or Service Account Event Types (object) or App Services Event Types (object) or Auto Indexing Event Types (object) or Automation Config Event Types (object) or AWS Peer Vpc Audit Types (object) or Azure Peer Network Audit Types (object) or Billing Event Types (object) or Cluster Connection Audit Types (object) or Cluster Event Types (object) or Cps Backup Event Types (object) or Data Explorer Accessed Event Types (object) or CPS Backup Compliance Policy Event Types (object) or Disk Backup Event Types (object) or Encryption Event Types (object) or Export Bucket Audit Types (object) or FTS Index Audit Types (object) or GCP Peer Vpc Audit Types (object) or Group Audit Types (object) or Group Event Types (object) or Group Integration Event Types (object) or Host Event Types (object) or Host Metric Event Types (object) or Index Build Audit Types (object) or NDS Audit Types (object) or NDS DB Check Audit Types (object) or NDS Data Validation Audit Types (object) or NDS Auto Scaling Audit Types (object) or NDS Maintenance Window Audit Types (object) or NDS Serverless Auto Scaling Audit Types (object) or NDS Serverless Instance Audit Types (object) or NDS Auto Scaling Audit Types (object) or NDS Tenant Endpoint Service Deployment Audit Types (object) or NDS x509 User Auth Event Types (object) or Online Archive Event Types (object) or Private Link Audit Types (object) or Proactive Operation Event Types (object) or ReplicaSet Event Types (object) or Serverless Deployment Audit Types (object) or Serverless Event Types (object) or Setup Serverless Audit Types (object) or Streams Event Types (object) or Stream Processor Event Types (object) or Support Case Event Types (object) or Support Event Types (object) or Team Event Types (object) or Tenant Backup Event Types (object) or User Event Types (object) or Version Audit Types (object) or Resource Event Types (object) (EventTypeForNdsGroup) Category of event that you would like to exclude from query results, such as CLUSTER_CREATED IMPORTANT: Event type names change frequently. Verify that you specify the event type correctly by checking the complete list of event types. | |
includeRaw | boolean Default: false Flag that indicates whether to include the raw document in the output. The raw document contains additional meta information about the event. |
maxDate | string <date-time> Date and time from when MongoDB Cloud stops returning events. This parameter uses the ISO 8601 timestamp format in UTC. |
minDate | string <date-time> Date and time from when MongoDB Cloud starts returning events. This parameter uses the ISO 8601 timestamp format in UTC. |
{- "results": [
- {
- "apiKeyId": "32b6e34b3d91647abb20e7b8",
- "created": "2019-08-24T14:15:22Z",
- "eventTypeName": "AUTO_INDEXING_ENABLED",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "isGlobalAdmin": false,
- "orgId": "32b6e34b3d91647abb20e7b8",
- "publicKey": "test.user@mongodb.com",
- "raw": {
- "_t": "ALERT_AUDIT",
- "alertConfigId": "32b6e34b3d91647abb20e7b8",
- "cid": "32b6e34b3d91647abb20e7b8",
- "cre": "2019-08-24T14:15:22Z",
- "description": "Alert Acknowledged",
- "gn": "Test Project",
- "id": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "Test Organization",
- "severity": "INFO"
}, - "remoteAddress": "216.172.40.186",
- "userId": "32b6e34b3d91647abb20e7b8",
- "username": "test.user@mongodb.com"
}
], - "totalCount": 0
}
Returns one event for the specified project. Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting API Key must have the Project Read Only role.
This resource remains under revision and may change.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
eventId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the event that you want to return. Use the /events endpoint to retrieve all events to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
includeRaw | boolean Default: false Flag that indicates whether to include the raw document in the output. The raw document contains additional meta information about the event. |
{- "apiKeyId": "32b6e34b3d91647abb20e7b8",
- "created": "2019-08-24T14:15:22Z",
- "eventTypeName": "AUTO_INDEXING_ENABLED",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "isGlobalAdmin": false,
- "orgId": "32b6e34b3d91647abb20e7b8",
- "publicKey": "test.user@mongodb.com",
- "raw": {
- "_t": "ALERT_AUDIT",
- "alertConfigId": "32b6e34b3d91647abb20e7b8",
- "cid": "32b6e34b3d91647abb20e7b8",
- "cre": "2019-08-24T14:15:22Z",
- "description": "Alert Acknowledged",
- "gn": "Test Project",
- "id": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "Test Organization",
- "severity": "INFO"
}, - "remoteAddress": "216.172.40.186",
- "userId": "32b6e34b3d91647abb20e7b8",
- "username": "test.user@mongodb.com"
}
Returns all events for the specified organization. Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting API Key must have the Organization Member role.
This resource remains under revision and may change.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Array of Alert Audit Types (object) or Alert Audit Types (object) or API User Event Types (object) or Service Account Event Types (object) or Billing Event Types (object) or Federation Settings Event Types (object) or Group Audit Types (object) or Mlab Migration Audit Types (object) or NDS Audit Types (object) or Org Event Types (object) or Partner Event Types (object) or Support Event Types (object) or Team Event Types (object) or User Event Types (object) or Resource Event Types (object) (EventTypeForOrg) Category of incident recorded at this moment in time. IMPORTANT: The complete list of event type values changes frequently. | |
includeRaw | boolean Default: false Flag that indicates whether to include the raw document in the output. The raw document contains additional meta information about the event. |
maxDate | string <date-time> Date and time from when MongoDB Cloud stops returning events. This parameter uses the ISO 8601 timestamp format in UTC. |
minDate | string <date-time> Example: minDate=2021-11-17T23:15:00.06Z Date and time from when MongoDB Cloud starts returning events. This parameter uses the ISO 8601 timestamp format in UTC. |
{- "results": [
- {
- "apiKeyId": "32b6e34b3d91647abb20e7b8",
- "created": "2019-08-24T14:15:22Z",
- "eventTypeName": "FEDERATION_SETTINGS_CREATED",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "isGlobalAdmin": false,
- "orgId": "32b6e34b3d91647abb20e7b8",
- "publicKey": "test.user@mongodb.com",
- "raw": {
- "_t": "ALERT_AUDIT",
- "alertConfigId": "32b6e34b3d91647abb20e7b8",
- "cid": "32b6e34b3d91647abb20e7b8",
- "cre": "2019-08-24T14:15:22Z",
- "description": "Alert Acknowledged",
- "gn": "Test Project",
- "id": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "Test Organization",
- "severity": "INFO"
}, - "remoteAddress": "216.172.40.186",
- "userId": "32b6e34b3d91647abb20e7b8",
- "username": "test.user@mongodb.com"
}
], - "totalCount": 0
}
Returns one event for the specified organization. Events identify significant database, billing, or security activities or status changes. To use this resource, the requesting API Key must have the Organization Member role.
This resource remains under revision and may change.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
eventId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the event that you want to return. Use the /events endpoint to retrieve all events to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
includeRaw | boolean Default: false Flag that indicates whether to include the raw document in the output. The raw document contains additional meta information about the event. |
{- "apiKeyId": "32b6e34b3d91647abb20e7b8",
- "created": "2019-08-24T14:15:22Z",
- "eventTypeName": "FEDERATION_SETTINGS_CREATED",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "isGlobalAdmin": false,
- "orgId": "32b6e34b3d91647abb20e7b8",
- "publicKey": "test.user@mongodb.com",
- "raw": {
- "_t": "ALERT_AUDIT",
- "alertConfigId": "32b6e34b3d91647abb20e7b8",
- "cid": "32b6e34b3d91647abb20e7b8",
- "cre": "2019-08-24T14:15:22Z",
- "description": "Alert Acknowledged",
- "gn": "Test Project",
- "id": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "Test Organization",
- "severity": "INFO"
}, - "remoteAddress": "216.172.40.186",
- "userId": "32b6e34b3d91647abb20e7b8",
- "username": "test.user@mongodb.com"
}
Returns, adds, edits, and removes federation-related features such as role mappings and connected organization configurations.
Deletes the federation settings instance and all associated data, including identity providers and domains. To use this resource, the requesting API Key must have the Organization Owner role in the last remaining connected organization. Note: requests to this resource will fail if there is more than one connected organization in the federation.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns all connected org configs in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected orgs.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
{- "results": [
- {
- "dataAccessIdentityProviderIds": [
- "32b6e34b3d91647abb20e7b8"
], - "domainAllowList": [
- "string"
], - "domainRestrictionEnabled": true,
- "identityProviderId": "stringstringstringst",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "postAuthRoleGrants": [
- "ORG_OWNER"
], - "roleMappings": [
- {
- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "userConflicts": [
- {
- "emailAddress": "user@example.com",
- "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "firstName": "string",
- "lastName": "string",
- "userId": "stringstringstringstring"
}
]
}
], - "totalCount": 0
}
Removes one connected organization configuration from the specified federation. To use this resource, the requesting API Key must have the Organization Owner role. Note: This request fails if only one connected organization exists in the federation.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the connected organization configuration to remove. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Returns the specified connected org config from the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in the connected org.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the connected organization configuration to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "dataAccessIdentityProviderIds": [
- "32b6e34b3d91647abb20e7b8"
], - "domainAllowList": [
- "string"
], - "domainRestrictionEnabled": true,
- "identityProviderId": "stringstringstringst",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "postAuthRoleGrants": [
- "ORG_OWNER"
], - "roleMappings": [
- {
- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "userConflicts": [
- {
- "emailAddress": "user@example.com",
- "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "firstName": "string",
- "lastName": "string",
- "userId": "stringstringstringstring"
}
]
}
Updates one connected organization configuration from the specified federation. To use this resource, the requesting API Key must have the Organization Owner role.
Note If the organization configuration has no associated identity provider, you can't use this resource to update role mappings or post authorization role grants.
Note: The domainRestrictionEnabled field defaults to false if not provided in the request.
Note: If the identityProviderId field is not provided, you will disconnect the organization and the identity provider.
Note: Currently connected data access identity providers missing from the dataAccessIdentityProviderIds field will be disconnected.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the connected organization configuration to update. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
The connected organization configuration that you want to update.
dataAccessIdentityProviderIds | Array of strings unique [ items = 24 characters ^([a-f0-9]{24})$ ] The collection of unique ids representing the identity providers that can be used for data access in this organization. |
domainAllowList | Array of strings unique Approved domains that restrict users who can join the organization based on their email address. |
domainRestrictionEnabled required | boolean Value that indicates whether domain restriction is enabled for this connected org. |
identityProviderId | string = 20 characters ^([a-f0-9]{20})$ Legacy 20-hexadecimal digit string that identifies the UI access identity provider that this connected org config is associated with. This id can be found within the Federation Management Console > Identity Providers tab by clicking the info icon in the IdP ID row of a configured identity provider. |
postAuthRoleGrants | Array of strings unique Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_BILLING_READ_ONLY" "ORG_READ_ONLY" Atlas roles that are granted to a user in this organization after authenticating. Roles are a human-readable label that identifies the collection of privileges that MongoDB Cloud grants a specific MongoDB Cloud user. These roles can only be organization specific roles. |
Array of objects (Federated Authentication Role Mapping) unique Role mappings that are configured in this organization. | |
Array of objects (Federated User) List that contains the users who have an email address that doesn't match any domain on the allowed list. |
{- "dataAccessIdentityProviderIds": [
- "32b6e34b3d91647abb20e7b8"
], - "domainAllowList": [
- "string"
], - "domainRestrictionEnabled": true,
- "identityProviderId": "stringstringstringst",
- "postAuthRoleGrants": [
- "ORG_OWNER"
], - "roleMappings": [
- {
- "externalGroupName": "string",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "userConflicts": [
- {
- "emailAddress": "user@example.com",
- "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "firstName": "string",
- "lastName": "string"
}
]
}
{- "dataAccessIdentityProviderIds": [
- "32b6e34b3d91647abb20e7b8"
], - "domainAllowList": [
- "string"
], - "domainRestrictionEnabled": true,
- "identityProviderId": "stringstringstringst",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "postAuthRoleGrants": [
- "ORG_OWNER"
], - "roleMappings": [
- {
- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "userConflicts": [
- {
- "emailAddress": "user@example.com",
- "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "firstName": "string",
- "lastName": "string",
- "userId": "stringstringstringstring"
}
]
}
Returns all role mappings from the specified organization in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "results": [
- {
- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "totalCount": 0
}
Adds one role mapping to the specified organization in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
The role mapping that you want to create.
externalGroupName required | string [ 1 .. 200 ] characters Unique human-readable label that identifies the identity provider group to which this role mapping applies. |
Array of objects (RoleAssignment) unique Atlas roles and the unique identifiers of the groups and organizations associated with each role. The array must include at least one element with an Organization role and its respective orgId. Each element in the array can have a value for orgId or groupId, but not both. |
{- "externalGroupName": "string",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
{- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
Removes one role mapping in the specified organization from the specified federation. To use this resource, the requesting API Key must have the Organization Owner role.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
id required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the role mapping that you want to remove. |
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns one role mapping from the specified organization in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
id required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the role mapping that you want to return. |
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
Updates one role mapping in the specified organization in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
id required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the role mapping that you want to update. |
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
The role mapping that you want to update.
externalGroupName required | string [ 1 .. 200 ] characters Unique human-readable label that identifies the identity provider group to which this role mapping applies. |
Array of objects (RoleAssignment) unique Atlas roles and the unique identifiers of the groups and organizations associated with each role. The array must include at least one element with an Organization role and its respective orgId. Each element in the array can have a value for orgId or groupId, but not both. |
{- "externalGroupName": "string",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
{- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
Returns all identity providers with the provided protocol and type in the specified federation. If no protocol is specified, only SAML identity providers will be returned. If no idpType is specified, only WORKFORCE identity providers will be returned. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
protocol | Array of strings Items Enum: "SAML" "OIDC" The protocols of the target identity providers. |
idpType | Array of strings Items Enum: "WORKFORCE" "WORKLOAD" The types of the target identity providers. |
{- "results": [
- {
- "associatedOrgs": [
- {
- "dataAccessIdentityProviderIds": [
- "32b6e34b3d91647abb20e7b8"
], - "domainAllowList": [
- "string"
], - "domainRestrictionEnabled": true,
- "identityProviderId": "stringstringstringst",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "postAuthRoleGrants": [
- "ORG_OWNER"
], - "roleMappings": [
- {
- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "userConflicts": [
- {
- "emailAddress": "user@example.com",
- "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "firstName": "string",
- "lastName": "string",
- "userId": "stringstringstringstring"
}
]
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "idpType": "WORKFORCE",
- "issuerUri": "string",
- "oktaIdpId": "stringstringstringst",
- "protocol": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "acsUrl": "string",
- "associatedDomains": [
- "string"
], - "audienceUri": "string",
- "pemFileInfo": {
- "certificates": [
- {
- "notAfter": "2019-08-24T14:15:22Z",
- "notBefore": "2019-08-24T14:15:22Z"
}
], - "fileName": "string"
}, - "requestBinding": "HTTP-POST",
- "responseSignatureAlgorithm": "SHA-1",
- "slug": "string",
- "ssoDebugEnabled": true,
- "ssoUrl": "string",
- "status": "ACTIVE"
}
], - "totalCount": 0
}
Creates one identity provider within the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
Note: This resource only supports the creation of OIDC identity providers.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
The identity provider that you want to create.
associatedDomains | Array of strings unique List that contains the domains associated with the identity provider. |
audience | string Identifier of the intended recipient of the token. |
authorizationType | string Enum: "GROUP" "USER" Indicates whether authorization is granted based on group membership or user ID. |
clientId | string Client identifier that is assigned to an application by the Identity Provider. |
description | string The description of the identity provider. |
displayName | string [ 1 .. 50 ] characters Human-readable label that identifies the identity provider. |
groupsClaim | string Identifier of the claim which contains IdP Group IDs in the token. |
idpType | string Enum: "WORKFORCE" "WORKLOAD" String enum that indicates the type of the identity provider. Default is WORKFORCE. |
issuerUri | string Unique string that identifies the issuer of the SAML Assertion or OIDC metadata/discovery document URL. |
protocol | string The protocol of the identity provider. Either SAML or OIDC. |
requestedScopes | Array of strings Scopes that MongoDB applications will request from the authorization endpoint. |
userClaim | string Identifier of the claim which contains the user ID in the token. |
{- "associatedDomains": [
- "string"
], - "audience": "string",
- "authorizationType": "GROUP",
- "clientId": "string",
- "description": "string",
- "displayName": "string",
- "groupsClaim": "string",
- "idpType": "WORKFORCE",
- "issuerUri": "urn:idp:default",
- "protocol": "string",
- "requestedScopes": [
- "string"
], - "userClaim": "string"
}
{- "associatedDomains": [
- "string"
], - "associatedOrgs": [
- {
- "dataAccessIdentityProviderIds": [
- "32b6e34b3d91647abb20e7b8"
], - "domainAllowList": [
- "string"
], - "domainRestrictionEnabled": true,
- "identityProviderId": "stringstringstringst",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "postAuthRoleGrants": [
- "ORG_OWNER"
], - "roleMappings": [
- {
- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "userConflicts": [
- {
- "emailAddress": "user@example.com",
- "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "firstName": "string",
- "lastName": "string",
- "userId": "stringstringstringstring"
}
]
}
], - "audience": "string",
- "authorizationType": "GROUP",
- "clientId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "groupsClaim": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "idpType": "WORKFORCE",
- "issuerUri": "string",
- "oktaIdpId": "stringstringstringst",
- "protocol": "string",
- "requestedScopes": [
- "string"
], - "updatedAt": "2019-08-24T14:15:22Z",
- "userClaim": "string"
}
Deletes one identity provider in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
Note: Requests to this resource will fail if the identity provider has any connected organizations. Before deleting an identity provider, disconnect all organizations and confirm that no organization in your account uses this identity provider. To learn more, see Manage Organization Mapping for Federated Authentication.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
identityProviderId required | string Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the identity provider to connect. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns one identity provider in the specified federation by the identity provider's id. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations. Deprecated versions: v2-{2023-01-01}
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
identityProviderId required | string Example: 32b6e34b3d91647abb20e7b8 Unique string that identifies the identity provider to connect. If using an API version before 11-15-2023, use the legacy 20-hexadecimal digit id. This id can be found within the Federation Management Console > Identity Providers tab by clicking the info icon in the IdP ID row of a configured identity provider. For all other versions, use the 24-hexadecimal digit id. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "acsUrl": "string",
- "associatedDomains": [
- "string"
], - "associatedOrgs": [
- {
- "dataAccessIdentityProviderIds": [
- "32b6e34b3d91647abb20e7b8"
], - "domainAllowList": [
- "string"
], - "domainRestrictionEnabled": true,
- "identityProviderId": "stringstringstringst",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "postAuthRoleGrants": [
- "ORG_OWNER"
], - "roleMappings": [
- {
- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "userConflicts": [
- {
- "emailAddress": "user@example.com",
- "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "firstName": "string",
- "lastName": "string",
- "userId": "stringstringstringstring"
}
]
}
], - "audienceUri": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "idpType": "WORKFORCE",
- "issuerUri": "string",
- "oktaIdpId": "stringstringstringst",
- "pemFileInfo": {
- "certificates": [
- {
- "notAfter": "2019-08-24T14:15:22Z",
- "notBefore": "2019-08-24T14:15:22Z"
}
], - "fileName": "string"
}, - "protocol": "string",
- "requestBinding": "HTTP-POST",
- "responseSignatureAlgorithm": "SHA-1",
- "slug": "string",
- "ssoDebugEnabled": true,
- "ssoUrl": "string",
- "status": "ACTIVE",
- "updatedAt": "2019-08-24T14:15:22Z"
}
Updates one identity provider in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
Note: Changing authorization types and/or updating authorization claims can prevent current users and/or groups from accessing the database. Deprecated versions: v2-{2023-01-01}
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
identityProviderId required | string Example: 32b6e34b3d91647abb20e7b8 Unique string that identifies the identity provider to connect. If using an API version before 11-15-2023, use the legacy 20-hexadecimal digit id. This id can be found within the Federation Management Console > Identity Providers tab by clicking the info icon in the IdP ID row of a configured identity provider. For all other versions, use the 24-hexadecimal digit id. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
The identity provider that you want to update.
associatedDomains | Array of strings unique List that contains the domains associated with the identity provider. |
description | string The description of the identity provider. |
displayName | string [ 1 .. 50 ] characters Human-readable label that identifies the identity provider. |
idpType | string Enum: "WORKFORCE" "WORKLOAD" String enum that indicates the type of the identity provider. Default is WORKFORCE. |
issuerUri | string Unique string that identifies the issuer of the SAML Assertion or OIDC metadata/discovery document URL. |
object (PemFileInfoUpdate) PEM file information for the identity provider's current certificates. | |
protocol | string The protocol of the identity provider. Either SAML or OIDC. |
requestBinding | string Enum: "HTTP-POST" "HTTP-REDIRECT" SAML Authentication Request Protocol HTTP method binding (POST or REDIRECT) that Federated Authentication uses to send the authentication request. |
responseSignatureAlgorithm | string Enum: "SHA-1" "SHA-256" Signature algorithm that Federated Authentication uses to encrypt the identity provider signature. |
slug | string Custom SSO Url for the identity provider. |
ssoDebugEnabled required | boolean Flag that indicates whether the identity provider has SSO debug enabled. |
ssoUrl | string URL that points to the receiver of the SAML authentication request. |
status | string Enum: "ACTIVE" "INACTIVE" String enum that indicates whether the identity provider is active. |
{- "associatedDomains": [
- "string"
], - "description": "string",
- "displayName": "string",
- "idpType": "WORKFORCE",
- "issuerUri": "urn:idp:default",
- "pemFileInfo": {
- "certificates": [
- {
- "content": "string",
- "notAfter": "2019-08-24T14:15:22Z",
- "notBefore": "2019-08-24T14:15:22Z"
}
], - "fileName": "string"
}, - "protocol": "string",
- "requestBinding": "HTTP-POST",
- "responseSignatureAlgorithm": "SHA-1",
- "slug": "string",
- "ssoDebugEnabled": true,
- "status": "ACTIVE"
}
{- "acsUrl": "string",
- "associatedDomains": [
- "string"
], - "associatedOrgs": [
- {
- "dataAccessIdentityProviderIds": [
- "32b6e34b3d91647abb20e7b8"
], - "domainAllowList": [
- "string"
], - "domainRestrictionEnabled": true,
- "identityProviderId": "stringstringstringst",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "postAuthRoleGrants": [
- "ORG_OWNER"
], - "roleMappings": [
- {
- "externalGroupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "roleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "role": "ORG_OWNER"
}
]
}
], - "userConflicts": [
- {
- "emailAddress": "user@example.com",
- "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "firstName": "string",
- "lastName": "string",
- "userId": "stringstringstringstring"
}
]
}
], - "audienceUri": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "description": "string",
- "displayName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "idpType": "WORKFORCE",
- "issuerUri": "string",
- "oktaIdpId": "stringstringstringst",
- "pemFileInfo": {
- "certificates": [
- {
- "notAfter": "2019-08-24T14:15:22Z",
- "notBefore": "2019-08-24T14:15:22Z"
}
], - "fileName": "string"
}, - "protocol": "string",
- "requestBinding": "HTTP-POST",
- "responseSignatureAlgorithm": "SHA-1",
- "slug": "string",
- "ssoDebugEnabled": true,
- "ssoUrl": "string",
- "status": "ACTIVE",
- "updatedAt": "2019-08-24T14:15:22Z"
}
Revokes the JWKS tokens from the requested OIDC identity provider. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
Note: Revoking your JWKS tokens immediately refreshes your IdP public keys from all your Atlas clusters, invalidating previously signed access tokens and logging out all users. You may need to restart your MongoDB clients. All organizations connected to the identity provider will be affected. To learn more, see Configure OIDC Authorization.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
identityProviderId required | string Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the identity provider to connect. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns the metadata of one identity provider in the specified federation. To use this resource, the requesting API Key must have the Organization Owner role in one of the connected organizations.
federationSettingsId required | string = 24 characters ^([a-f0-9]{24})$ Example: 55fa922fb343282757d9554e Unique 24-hexadecimal digit string that identifies your federation. |
identityProviderId required | string = 20 characters ^([a-f0-9]{20})$ Example: c2777a9eca931f29fc2f Legacy 20-hexadecimal digit string that identifies the identity provider. This id can be found within the Federation Management Console > Identity Providers tab by clicking the info icon in the IdP ID row of a configured identity provider. |
"string"
Returns information about the federation settings for the specified organization. To use this resource, the requesting API Key must have the Organization Owner role in the connected org.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "federatedDomains": [
- "string"
], - "hasRoleMappings": true,
- "id": "32b6e34b3d91647abb20e7b8",
- "identityProviderId": "c2777a9eca931f29fc2f",
- "identityProviderStatus": "ACTIVE"
}
Returns, adds, and removes Global Cluster managed namespaces and custom zone mappings. Each collection in a Global Cluster is associated with a managed namespace. When you create a managed namespace for a Global Cluster, MongoDB Cloud creates an empty collection for that namespace. Creating a managed namespace doesn't populate a collection with data. Similarly, deleting a managed namespace doesn't delete the associated collection.
MongoDB Cloud shards the empty collection using the required location field and a custom shard key. For example, if your custom shard key is city
, the compound shard key is location, city
. Each Global Cluster is also associated with one or more Global Writes Zones. When a user creates a Global Cluster, MongoDB Cloud automatically maps each location code to the closest geographical zone. Custom zone mappings allow administrators to override these automatic mappings. For example, a use case might require mapping a location code to a geographically distant zone. Administrators can manage custom zone mappings with the APIs below and the Global Cluster Configuration pane when you create or modify your Global Cluster.
Returns one managed namespace within the specified global cluster. A managed namespace identifies a collection using the database name, the dot separator, and the collection name. To use this resource, the requesting API Key must have the Project Read Only role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies this cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "customZoneMapping": {
- "property1": "string",
- "property2": "string"
}, - "managedNamespaces": [
- {
- "collection": "string",
- "customShardKey": "string",
- "db": "string"
}
], - "selfManagedSharding": true
}
Removes all custom zone mappings for the specified global cluster. A custom zone mapping matches one ISO 3166-2 location code to a zone in your global cluster. Removing the custom zone mappings restores the default mapping. By default, MongoDB Cloud maps each location code to the closest geographical zone. To use this resource, the requesting API Key must have the Project Owner role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies this cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "customZoneMapping": {
- "property1": "string",
- "property2": "string"
}, - "managedNamespaces": [
- {
- "collection": "string",
- "customShardKey": "string",
- "db": "string"
}
], - "selfManagedSharding": true
}
Creates one custom zone mapping for the specified global cluster. A custom zone mapping matches one ISO 3166-2 location code to a zone in your global cluster. By default, MongoDB Cloud maps each location code to the closest geographical zone. To use this resource, the requesting API Key must have the Project Owner role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies this cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Custom zone mapping to add to the specified global cluster.
Array of objects (Global Cluster Zone) List that contains comma-separated key value pairs to map zones to geographic regions. These pairs map an ISO 3166-1a2 location code, with an ISO 3166-2 subdivision code when possible, to the human-readable label for the desired custom zone. MongoDB Cloud maps the ISO 3166-1a2 code to the nearest geographical zone by default. Include this parameter to override the default mappings. This parameter returns an empty object if no custom zones exist. |
{- "customZoneMappings": [
- {
- "location": "string",
- "zone": "string"
}
]
}
{- "customZoneMapping": {
- "property1": "string",
- "property2": "string"
}, - "managedNamespaces": [
- {
- "collection": "string",
- "customShardKey": "string",
- "db": "string"
}
], - "selfManagedSharding": true
}
Removes one managed namespace within the specified global cluster. A managed namespace identifies a collection using the database name, the dot separator, and the collection name. Deleting a managed namespace does not remove the associated collection or data. To use this resource, the requesting API Key must have the Project Data Access Admin role. Deprecated versions: v2-{2023-01-01}
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies this cluster. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
db | string Human-readable label that identifies the database that contains the collection. |
collection | string Human-readable label that identifies the collection associated with the managed namespace. |
{- "customZoneMapping": {
- "property1": "string",
- "property2": "string"
}, - "managedNamespaces": [
- {
- "collection": "string",
- "customShardKey": "string",
- "db": "string"
}
], - "selfManagedSharding": true
}
Creates one managed namespace within the specified global cluster. A managed namespace identifies a collection using the database name, the dot separator, and the collection name. To use this resource, the requesting API Key must have the Project Data Access Admin role. Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies this cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Managed namespace to create within the specified global cluster.
collection | string Human-readable label of the collection to manage for this Global Cluster. |
customShardKey | string Database parameter used to divide the collection into shards. Global clusters require a compound shard key. This compound shard key combines the location parameter and the user-selected custom key. |
db | string Human-readable label of the database to manage for this Global Cluster. |
isCustomShardKeyHashed | boolean Default: false Flag that indicates whether someone hashed the custom shard key. If this parameter returns |
isShardKeyUnique | boolean Default: false Flag that indicates whether the underlying index enforces unique values. |
numInitialChunks | integer <int64> Minimum number of chunks to create initially when sharding an empty collection with a hashed shard key. |
presplitHashedZones | boolean Default: false Flag that indicates whether MongoDB Cloud should create and distribute initial chunks for an empty or non-existing collection. MongoDB Cloud distributes data based on the defined zones and zone ranges for the collection. |
{- "collection": "string",
- "customShardKey": "string",
- "db": "string",
- "isCustomShardKeyHashed": false,
- "isShardKeyUnique": false,
- "numInitialChunks": 0,
- "presplitHashedZones": false
}
{- "customZoneMapping": {
- "property1": "string",
- "property2": "string"
}, - "managedNamespaces": [
- {
- "collection": "string",
- "customShardKey": "string",
- "db": "string"
}
], - "selfManagedSharding": true
}
Creates a query process within the Cost Explorer for the given parameters. A token is returned that can be used to poll the status of the query and eventually retrieve the results.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Filter parameters for the Cost Explorer query.
clusters | Array of strings The list of projects to be included in the Cost Explorer Query. |
endDate required | string <date> The exclusive ending date for the Cost Explorer query. The date must be the start of a month. |
groupBy | string Enum: "organizations" "projects" "clusters" "services" The dimension to group the returned usage results by. At least one filter value needs to be provided for a dimension to be used. |
includePartialMatches | boolean Flag to control whether usage that matches the filter criteria, but does not have values for all filter criteria is included in response. Default is false, which excludes the partially matching data. |
organizations | Array of strings The list of organizations to be included in the Cost Explorer Query. |
projects | Array of strings The list of projects to be included in the Cost Explorer Query. |
services | Array of strings Items Enum: "Atlas" "Clusters" "Storage" "Serverless Instances" "Backup" "Data Transfer" "BI Connector" "Premium Features" "Atlas Data Federation" "Atlas Stream Processing" "App Services" "Charts" "Cloud Manager" "Cloud Manager Standard/Premium" "Legacy Backup" "Flex Consulting" "Support" "Credits" The list of projects to be included in the Cost Explorer Query. |
startDate required | string <date> The inclusive starting date for the Cost Explorer query. The date must be the start of a month. |
{- "clusters": [
- "5feeac500000000000000000",
- "61cfdfd00000000000000000"
], - "endDate": "2022-02-01",
- "groupBy": "organizations",
- "includePartialMatches": true,
- "organizations": [
- "5feeac500000000000000000",
- "61cfdfd00000000000000000"
], - "projects": [
- "5feeac500000000000000000",
- "61cfdfd00000000000000000"
], - "services": [
- "Data Transfer",
- "Atlas Data Federation"
], - "startDate": "2022-02-01"
}
{- "token": "d9ab638a801efe182f98ae3e18ea4bb47b9fda808a28a8c7de205bb0e94f7d71"
}
Returns the usage details for a Cost Explorer query, if the query is finished and the data is ready to be viewed. If the data is not ready, a 'processing' response willindicate that another request should be sent later to view the data.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
token required | string = 64 characters Example: 4ABBE973862346D40F3AE859D4BE96E0F895764EB14EAB039E7B82F9D638C05C Unique 64 digit string that identifies the Cost Explorer query. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Returns all invoices that MongoDB issued to the specified organization. This list includes all invoices regardless of invoice status. To use this resource, the requesting API Key must have the Organization Billing Viewer, Organization Billing Admin, or Organization Owner role. If you have a cross-organization setup, you can view linked invoices if you have the Organization Billing Admin or Organization Owner role. To compute the total owed amount of the invoices - sum up total owed of each invoice. It could be computed as a sum of owed amount of each payment included into the invoice. To compute payment's owed amount - use formula totalBilledCents * unitPrice + salesTax - startingBalanceCents.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
viewLinkedInvoices | boolean Default: true Example: viewLinkedInvoices=true Flag that indicates whether to return linked invoices in the linkedInvoices field. |
{- "results": [
- {
- "amountBilledCents": 0,
- "amountPaidCents": 0,
- "created": "2019-08-24T14:15:22Z",
- "creditsCents": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "linkedInvoices": [
- { }
], - "orgId": "32b6e34b3d91647abb20e7b8",
- "salesTaxCents": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startingBalanceCents": 0,
- "statusName": "PENDING",
- "subtotalCents": 0,
- "updated": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Returns all invoices accruing charges for the current billing cycle for the specified organization. To use this resource, the requesting API Key must have the Organization Billing Viewer, Organization Billing Admin, or Organization Owner role. If you have a cross-organization setup, you can view linked invoices if you have the Organization Billing Admin or Organization Owner Role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "amountBilledCents": 0,
- "amountPaidCents": 0,
- "created": "2019-08-24T14:15:22Z",
- "creditsCents": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "lineItems": [
- {
- "clusterName": "string",
- "created": "2019-08-24T14:15:22Z",
- "discountCents": 0,
- "endDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupName": "string",
- "note": "string",
- "percentDiscount": 0,
- "quantity": 0,
- "sku": "CLASSIC_BACKUP_OPLOG",
- "startDate": "2019-08-24T14:15:22Z",
- "stitchAppName": "string",
- "tags": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "tierLowerBound": 0,
- "tierUpperBound": 0,
- "totalPriceCents": 0,
- "unit": "string",
- "unitPriceDollars": 0
}
], - "linkedInvoices": [
- { }
], - "orgId": "32b6e34b3d91647abb20e7b8",
- "payments": [
- {
- "amountBilledCents": 0,
- "amountPaidCents": 0,
- "created": "2019-08-24T14:15:22Z",
- "currency": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "salesTaxCents": 0,
- "statusName": "NEW",
- "subtotalCents": 0,
- "unitPrice": "string",
- "updated": "2019-08-24T14:15:22Z"
}
], - "refunds": [
- {
- "amountCents": 0,
- "created": "2019-08-24T14:15:22Z",
- "paymentId": "stringstringstringstring",
- "reason": "string"
}
], - "salesTaxCents": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startingBalanceCents": 0,
- "statusName": "PENDING",
- "subtotalCents": 0,
- "updated": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Returns one invoice that MongoDB issued to the specified organization. A unique 24-hexadecimal digit string identifies the invoice. You can choose to receive this invoice in JSON or CSV format. To use this resource, the requesting API Key must have the Organization Billing Viewer, Organization Billing Admin, or Organization Owner role. If you have a cross-organization setup, you can query for a linked invoice if you have the Organization Billing Admin or Organization Owner role. To compute the total owed amount of the invoice - sum up total owed amount of each payment included into the invoice. To compute payment's owed amount - use formula totalBilledCents * unitPrice + salesTax - startingBalanceCents.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
invoiceId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the invoice submitted to the specified organization. Charges typically post the next day. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Returns one invoice that MongoDB issued to the specified organization in CSV format. A unique 24-hexadecimal digit string identifies the invoice. To use this resource, the requesting API Key have at least the Organization Billing Viewer, Organization Billing Admin, or Organization Owner role. If you have a cross-organization setup, you can query for a linked invoice if you have the Organization Billing Admin or Organization Owner Role. To compute the total owed amount of the invoice - sum up total owed amount of each payment included into the invoice. To compute payment's owed amount - use formula totalBilledCents * unitPrice + salesTax - startingBalanceCents.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
invoiceId required | string[0-9a-f]+ Unique 24-hexadecimal digit string that identifies the invoice submitted to the specified organization. Charges typically post the next day. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint)",
- "error": 401,
- "errorCode": "NOT_ORG_GROUP_CREATOR",
- "reason": "Unauthorized"
}
Returns, edits, verifies, and removes LDAP configurations. An LDAP configuration defines settings for MongoDB Cloud to connect to your LDAP server over TLS for user authentication and authorization. Your LDAP server must be visible to the internet or connected to your MongoDB Cloud cluster with VPC Peering. Also, your LDAP server must use TLS. You must have the MongoDB Cloud admin user privilege to use these endpoints. Also, to configure user authentication and authorization with LDAPS, your cluster must run MongoDB 3.6 or higher. Groups for which you have configured LDAPS can't create a cluster using a version of MongoDB 3.6 or lower.
Returns the current LDAP configuration for the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "customerX509": {
- "cas": "string",
}, - "ldap": {
- "authenticationEnabled": true,
- "authorizationEnabled": true,
- "authzQueryTemplate": "{USER}?memberOf?base",
- "bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
- "caCertificate": "string",
- "hostname": "string",
- "port": 636,
- "userToDNMapping": [
- {
- "ldapQuery": "string",
- "match": "(.*)",
- "substitution": "CN={0},CN=Users,DC=my-atlas-ldap-server,DC=example,DC=com"
}
]
},
}
Edits the LDAP configuration for the specified project. To use this resource, the requesting API Key must have the Project Owner role.
Updating this configuration triggers a rolling restart of the database.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates the LDAP configuration for the specified project.
object (Database User TLS Certificate Settings) Settings to configure TLS Certificates for database users. | |
object (LDAP Security Settings) Lightweight Directory Access Protocol (LDAP) over Transport Layer Security (TLS) configuration details that apply to the specified project. |
{- "customerX509": {
- "cas": "string"
}, - "ldap": {
- "authenticationEnabled": true,
- "authorizationEnabled": true,
- "authzQueryTemplate": "{USER}?memberOf?base",
- "bindPassword": "string",
- "bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
- "caCertificate": "string",
- "hostname": "string",
- "port": 636,
- "userToDNMapping": [
- {
- "ldapQuery": "string",
- "match": "(.*)",
- "substitution": "CN={0},CN=Users,DC=my-atlas-ldap-server,DC=example,DC=com"
}
]
}
}
{- "customerX509": {
- "cas": "string",
}, - "ldap": {
- "authenticationEnabled": true,
- "authorizationEnabled": true,
- "authzQueryTemplate": "{USER}?memberOf?base",
- "bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
- "caCertificate": "string",
- "hostname": "string",
- "port": 636,
- "userToDNMapping": [
- {
- "ldapQuery": "string",
- "match": "(.*)",
- "substitution": "CN={0},CN=Users,DC=my-atlas-ldap-server,DC=example,DC=com"
}
]
},
}
Removes the current LDAP Distinguished Name mapping captured in the userToDNMapping
document from the LDAP configuration for the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "customerX509": {
- "cas": "string",
}, - "ldap": {
- "authenticationEnabled": true,
- "authorizationEnabled": true,
- "authzQueryTemplate": "{USER}?memberOf?base",
- "bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
- "caCertificate": "string",
- "hostname": "string",
- "port": 636,
- "userToDNMapping": [
- {
- "ldapQuery": "string",
- "match": "(.*)",
- "substitution": "CN={0},CN=Users,DC=my-atlas-ldap-server,DC=example,DC=com"
}
]
},
}
Verifies the LDAP configuration for the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
The LDAP configuration for the specified project that you want to verify.
authzQueryTemplate | string Default: "{USER}?memberOf?base" Lightweight Directory Access Protocol (LDAP) query template that MongoDB Cloud applies to create an LDAP query to return the LDAP groups associated with the authenticated MongoDB user. MongoDB Cloud uses this parameter only for user authorization. Use the |
bindPassword required | string Password that MongoDB Cloud uses to authenticate the bindUsername. |
bindUsername required | string^(?:(?<cn>CN=(?<name>[^,]*)),)?(?:(?<path>(?:... Full Distinguished Name (DN) of the Lightweight Directory Access Protocol (LDAP) user that MongoDB Cloud uses to connect to the LDAP host. LDAP distinguished names must be formatted according to RFC 2253. |
caCertificate | string Certificate Authority (CA) certificate that MongoDB Cloud uses to verify the identity of the Lightweight Directory Access Protocol (LDAP) host. MongoDB Cloud allows self-signed certificates. To delete an assigned value, pass an empty string: |
hostname required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}:)... Human-readable label that identifies the hostname or Internet Protocol (IP) address of the Lightweight Directory Access Protocol (LDAP) host. This host must have access to the internet or have a Virtual Private Cloud (VPC) peering connection to your cluster. |
port required | integer <int32> Default: 636 IANA port to which the Lightweight Directory Access Protocol (LDAP) host listens for client connections. |
{- "authzQueryTemplate": "{USER}?memberOf?base",
- "bindPassword": "string",
- "bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
- "caCertificate": "string",
- "hostname": "string",
- "port": 636
}
{- "groupId": "32b6e34b3d91647abb20e7b8",
- "request": {
- "bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
- "caCertificate": "string",
- "hostname": "string",
- "port": 636
}, - "requestId": "32b6e34b3d91647abb20e7b8",
- "status": "FAIL",
- "validations": [
- {
- "status": "FAIL",
- "validationType": "AUTHENTICATE"
}
]
}
Returns the status of one request to verify one LDAP configuration for the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
requestId required | string = 24 characters ^([a-f0-9]{24})$ Unique string that identifies the request to verify an LDAP configuration. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "groupId": "32b6e34b3d91647abb20e7b8",
- "request": {
- "bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
- "caCertificate": "string",
- "hostname": "string",
- "port": 636
}, - "requestId": "32b6e34b3d91647abb20e7b8",
- "status": "FAIL",
- "validations": [
- {
- "status": "FAIL",
- "validationType": "AUTHENTICATE"
}
]
}
Returns all legacy backup checkpoints for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that contains the checkpoints that you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "completed": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "parts": [
- {
- "replicaSetName": "string",
- "shardName": "string",
- "tokenDiscovered": true,
- "tokenTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "typeName": "REPLICA_SET"
}
], - "restorable": true,
- "started": "2019-08-24T14:15:22Z",
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "totalCount": 0
}
Returns one legacy backup checkpoint for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
checkpointId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the checkpoint. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that contains the checkpoints that you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "clusterId": "32b6e34b3d91647abb20e7b8",
- "completed": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "parts": [
- {
- "replicaSetName": "string",
- "shardName": "string",
- "tokenDiscovered": true,
- "tokenTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "typeName": "REPLICA_SET"
}
], - "restorable": true,
- "started": "2019-08-24T14:15:22Z",
- "timestamp": "2019-08-24T14:15:22Z"
}
Returns all legacy backup restore jobs for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation. If you use the BATCH-ID
query parameter, you can retrieve all restore jobs in the specified batch. When creating a restore job for a sharded cluster, MongoDB Cloud creates a separate job for each shard, plus another for the config server. Each of those jobs are part of a batch. However, a batch can't include a restore job for a replica set.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster with the snapshot you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
batchId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the batch of restore jobs to return. Timestamp in ISO 8601 date and time format in UTC when creating a restore job for a sharded cluster, Application creates a separate job for each shard, plus another for the config host. Each of these jobs comprise one batch. A restore job for a replica set can't be part of a batch. |
{- "results": [
- {
- "batchId": "32b6e34b3d91647abb20e7b8",
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "created": "2019-08-24T14:15:22Z",
- "delivery": {
- "authHeader": "string",
- "authValue": "string",
- "expirationHours": 1,
- "expires": "2019-08-24T14:15:22Z",
- "maxDownloads": 1,
- "methodName": "CLIENT_PIT_HTTP",
- "statusName": "NOT_STARTED",
- "targetClusterId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "url": "string",
- "urlV2": "string"
}, - "encryptionEnabled": true,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hashes": [
- {
- "fileName": "string",
- "hash": "string",
- "typeName": "SHA1"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "statusName": "IN_PROGRESS",
- "timestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}
}
], - "totalCount": 0
}
Restores one legacy backup for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Owner role. Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation. This endpoint doesn't support creating checkpoint restore jobs for sharded clusters, or creating restore jobs for queryable backup snapshots. If you create an automated restore job by specifying delivery.methodName
of AUTOMATED_RESTORE
in your request body, MongoDB Cloud removes all existing data on the target cluster prior to the restore.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster with the snapshot you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Legacy backup to restore to one cluster in the specified project.
checkpointId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the sharded cluster checkpoint. The checkpoint represents the point in time back to which you want to restore you data. This parameter applies when
|
required | object (Restore Snapshot Delivery Metadata) Method and details that indicate how to deliver the restored snapshot data. |
oplogInc | integer <int32> >= 1 Thirty-two-bit incrementing ordinal that represents operations within a given second. When paired with oplogTs, this represents the point in time to which MongoDB Cloud restores your data. This parameter applies when
|
oplogTs | string^(?:[1-9]\\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9... Date and time from which you want to restore this snapshot. This parameter expresses its value in ISO 8601 format in UTC. This represents the first part of an Oplog timestamp. When paired with oplogInc, they represent the last database operation to which you want to restore your data. This parameter applies when
|
pointInTimeUTCMillis | integer <int64> >= 1199145600000 Timestamp from which you want to restore this snapshot. This parameter expresses its value in the number of milliseconds elapsed since the UNIX epoch. This timestamp must fall within the last 24 hours of the current time. This parameter applies when
|
snapshotId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the snapshot to restore. If you set snapshotId, you can't set oplogInc, oplogTs, pointInTimeUTCMillis, or checkpointId. |
{- "checkpointId": "32b6e34b3d91647abb20e7b8",
- "delivery": {
- "expirationHours": 1,
- "maxDownloads": 1,
- "methodName": "CLIENT_PIT_HTTP",
- "targetClusterId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8"
}, - "oplogInc": 1,
- "oplogTs": "string",
- "pointInTimeUTCMillis": 1199145600000,
- "snapshotId": "32b6e34b3d91647abb20e7b8"
}
{- "results": [
- {
- "batchId": "32b6e34b3d91647abb20e7b8",
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "created": "2019-08-24T14:15:22Z",
- "delivery": {
- "authHeader": "string",
- "authValue": "string",
- "expirationHours": 1,
- "expires": "2019-08-24T14:15:22Z",
- "maxDownloads": 1,
- "methodName": "CLIENT_PIT_HTTP",
- "statusName": "NOT_STARTED",
- "targetClusterId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "url": "string",
- "urlV2": "string"
}, - "encryptionEnabled": true,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hashes": [
- {
- "fileName": "string",
- "hash": "string",
- "typeName": "SHA1"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "statusName": "IN_PROGRESS",
- "timestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}
}
], - "totalCount": 0
}
Returns one legacy backup restore job for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster with the snapshot you want to return. |
jobId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the restore job. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "batchId": "32b6e34b3d91647abb20e7b8",
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "created": "2019-08-24T14:15:22Z",
- "delivery": {
- "authHeader": "string",
- "authValue": "string",
- "expirationHours": 1,
- "expires": "2019-08-24T14:15:22Z",
- "maxDownloads": 1,
- "methodName": "CLIENT_PIT_HTTP",
- "statusName": "NOT_STARTED",
- "targetClusterId": "32b6e34b3d91647abb20e7b8",
- "targetClusterName": "string",
- "targetGroupId": "32b6e34b3d91647abb20e7b8",
- "url": "string",
- "urlV2": "string"
}, - "encryptionEnabled": true,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hashes": [
- {
- "fileName": "string",
- "hash": "string",
- "typeName": "SHA1"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "snapshotId": "32b6e34b3d91647abb20e7b8",
- "statusName": "IN_PROGRESS",
- "timestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}
}
Returns the snapshot schedule for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster with the snapshot you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "clusterCheckpointIntervalMin": 15,
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "dailySnapshotRetentionDays": 0,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "monthlySnapshotRetentionMonths": 0,
- "pointInTimeWindowHours": 0,
- "snapshotIntervalHours": 6,
- "snapshotRetentionDays": 2,
- "weeklySnapshotRetentionWeeks": 0
}
Updates the snapshot schedule for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster with the snapshot you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Update the snapshot schedule for one cluster in the specified project.
clusterCheckpointIntervalMin required | integer <int32> Enum: 15 30 60 Quantity of time expressed in minutes between successive cluster checkpoints. This parameter applies only to sharded clusters. This number determines the granularity of continuous cloud backups for sharded clusters. |
clusterId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the cluster with the snapshot you want to return. |
dailySnapshotRetentionDays required | integer <int32> Enum: 0 3 4 5 6 7 15 30 60 90 120 180 360 Quantity of time to keep daily snapshots. MongoDB Cloud expresses this value in days. Set this value to |
monthlySnapshotRetentionMonths required | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 18 24 36 Number of months that MongoDB Cloud must keep monthly snapshots. Set this value to |
pointInTimeWindowHours required | integer <int32> Number of hours before the current time from which MongoDB Cloud can create a Continuous Cloud Backup snapshot. |
snapshotIntervalHours required | integer <int32> Enum: 6 8 12 24 Number of hours that must elapse before taking another snapshot. |
snapshotRetentionDays required | integer <int32> Enum: 2 3 4 5 Number of days that MongoDB Cloud must keep recent snapshots. |
weeklySnapshotRetentionWeeks required | integer <int32> Enum: 0 1 2 3 4 5 6 7 8 12 16 20 24 52 Number of weeks that MongoDB Cloud must keep weekly snapshots. Set this value to |
{- "clusterCheckpointIntervalMin": 15,
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "dailySnapshotRetentionDays": 0,
- "monthlySnapshotRetentionMonths": 0,
- "pointInTimeWindowHours": 0,
- "snapshotIntervalHours": 6,
- "snapshotRetentionDays": 2,
- "weeklySnapshotRetentionWeeks": 0
}
{- "clusterCheckpointIntervalMin": 15,
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "dailySnapshotRetentionDays": 0,
- "groupId": "32b6e34b3d91647abb20e7b8",
- "monthlySnapshotRetentionMonths": 0,
- "pointInTimeWindowHours": 0,
- "snapshotIntervalHours": 6,
- "snapshotRetentionDays": 2,
- "weeklySnapshotRetentionWeeks": 0
}
Returns all legacy backup snapshots for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Read Only role. Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
completed | string Default: "true" Enum: "all" "true" "false" Human-readable label that specifies whether to return only completed, incomplete, or all snapshots. By default, MongoDB Cloud only returns completed snapshots. |
{- "results": [
- {
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "complete": true,
- "created": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "doNotDelete": true,
- "expires": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "incremental": true,
- "lastOplogAppliedTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "parts": [
- {
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "compressionSetting": "NONE",
- "dataSizeBytes": 0,
- "encryptionEnabled": true,
- "fileSizeBytes": 0,
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "mongodVersion": "string",
- "replicaSetName": "string",
- "storageSizeBytes": 0,
- "typeName": "REPLICA_SET"
}
]
}
], - "totalCount": 0
}
Removes one legacy backup snapshot for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Owner role. Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one legacy backup snapshot for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Read Only role. Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "clusterId": "32b6e34b3d91647abb20e7b8",
- "complete": true,
- "created": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "doNotDelete": true,
- "expires": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "incremental": true,
- "lastOplogAppliedTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "parts": [
- {
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "compressionSetting": "NONE",
- "dataSizeBytes": 0,
- "encryptionEnabled": true,
- "fileSizeBytes": 0,
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "mongodVersion": "string",
- "replicaSetName": "string",
- "storageSizeBytes": 0,
- "typeName": "REPLICA_SET"
}
]
}
Changes the expiration date for one legacy backup snapshot for one cluster in the specified project. To use this resource, the requesting API Key must have the Project Owner role. Effective 23 March 2020, all new clusters can use only Cloud Backups. When you upgrade to 4.2, your backup system upgrades to cloud backup if it is currently set to legacy backup. After this upgrade, all your existing legacy backup snapshots remain available. They expire over time in accordance with your retention policy. Your backup policy resets to the default schedule. If you had a custom backup policy in place with legacy backups, you must re-create it with the procedure outlined in the Cloud Backup documentation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
snapshotId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the desired snapshot. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Changes One Legacy Backup Snapshot Expiration.
doNotDelete | boolean Flag that indicates whether someone can delete this snapshot. You can't set |
expires | string <date-time> Date and time when MongoDB Cloud deletes the snapshot. If |
{- "doNotDelete": true,
- "expires": "2019-08-24T14:15:22Z"
}
{- "clusterId": "32b6e34b3d91647abb20e7b8",
- "complete": true,
- "created": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "doNotDelete": true,
- "expires": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "incremental": true,
- "lastOplogAppliedTimestamp": {
- "date": "2019-08-24T14:15:22Z",
- "increment": 1199145600
}, - "parts": [
- {
- "clusterId": "32b6e34b3d91647abb20e7b8",
- "compressionSetting": "NONE",
- "dataSizeBytes": 0,
- "encryptionEnabled": true,
- "fileSizeBytes": 0,
- "masterKeyUUID": "72659f08-8b3c-4913-bb4e-a8a68e036502",
- "mongodVersion": "string",
- "replicaSetName": "string",
- "storageSizeBytes": 0,
- "typeName": "REPLICA_SET"
}
]
}
Returns, edits, and removes maintenance windows. The maintenance procedure that MongoDB Cloud performs requires at least one replica set election during the maintenance window per replica set. You can defer a scheduled maintenance event for a project up to two times. Deferred maintenance events occur during your preferred maintenance window exactly one week after the previously scheduled date and time.
Resets the maintenance window for the specified project. To use this resource, the requesting API Key must have the Project Owner role. Urgent maintenance activities such as security patches can't wait for your chosen window. MongoDB Cloud starts those maintenance activities when needed. After you schedule maintenance for your cluster, you can't change your maintenance window until the current maintenance efforts complete. The maintenance procedure that MongoDB Cloud performs requires at least one replica set election during the maintenance window per replica set. Maintenance always begins as close to the scheduled hour as possible, but in-progress cluster updates or unexpected system issues could delay the start time. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns the maintenance window for the specified project. MongoDB Cloud starts those maintenance activities when needed. You can't change your maintenance window until the current maintenance efforts complete. The maintenance procedure that MongoDB Cloud performs requires at least one replica set election during the maintenance window per replica set. Maintenance always begins as close to the scheduled hour as possible, but in-progress cluster updates or unexpected system issues could delay the start time. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "autoDeferOnceEnabled": true,
- "dayOfWeek": 1,
- "hourOfDay": 23,
- "numberOfDeferrals": 0,
- "startASAP": true
}
Updates the maintenance window for the specified project. Urgent maintenance activities such as security patches can't wait for your chosen window. MongoDB Cloud starts those maintenance activities when needed. After you schedule maintenance for your cluster, you can't change your maintenance window until the current maintenance efforts complete. The maintenance procedure that MongoDB Cloud performs requires at least one replica set election during the maintenance window per replica set. Maintenance always begins as close to the scheduled hour as possible, but in-progress cluster updates or unexpected system issues could delay the start time. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Updates the maintenance window for the specified project.
autoDeferOnceEnabled | boolean Flag that indicates whether MongoDB Cloud should defer all maintenance windows for one week after you enable them. | ||||||||||||||||
dayOfWeek required | integer <int32> [ 1 .. 7 ] One-based integer that represents the day of the week that the maintenance window starts.
| ||||||||||||||||
hourOfDay | integer <int32> [ 0 .. 23 ] Zero-based integer that represents the hour of the of the day that the maintenance window starts according to a 24-hour clock. Use | ||||||||||||||||
startASAP | boolean Flag that indicates whether MongoDB Cloud starts the maintenance window immediately upon receiving this request. To start the maintenance window immediately for your project, MongoDB Cloud must have maintenance scheduled and you must set a maintenance window. This flag resets to |
{- "autoDeferOnceEnabled": true,
- "dayOfWeek": 1,
- "hourOfDay": 23,
- "startASAP": true
}
{ }
Toggles automatic deferral of the maintenance window for the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Defers the maintenance window for the specified project. Urgent maintenance activities such as security patches can't wait for your chosen window. MongoDB Cloud starts those maintenance activities when needed. After you schedule maintenance for your cluster, you can't change your maintenance window until the current maintenance efforts complete. The maintenance procedure that MongoDB Cloud performs requires at least one replica set election during the maintenance window per replica set. Maintenance always begins as close to the scheduled hour as possible, but in-progress cluster updates or unexpected system issues could delay the start time. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Creates one MongoDB Cloud user account. A MongoDB Cloud user account grants access to only the MongoDB Cloud application. To grant database access, create a database user. MongoDB Cloud sends an email to the users you specify, inviting them to join the project. Invited users don't have access to the project until they accept the invitation. Invitations expire after 30 days.
MongoDB Cloud limits MongoDB Cloud user membership to a maximum of 250 MongoDB Cloud users per team. MongoDB Cloud limits MongoDB Cloud user membership to 500 MongoDB Cloud users per project and 500 MongoDB Cloud users per organization, which includes the combined membership of all projects in the organization. MongoDB Cloud raises an error if an operation exceeds these limits. For example, if you have an organization with five projects, and each project has 100 MongoDB Cloud users, and each MongoDB Cloud user belongs to only one project, you can't add any MongoDB Cloud users to this organization without first removing existing MongoDB Cloud users from the organization.
To use this resource, the requesting API Key can have any role.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
MongoDB Cloud user account to create.
country required | string^([A-Z]{2})$ Two alphabet characters that identifies MongoDB Cloud user's geographic location. This parameter uses the ISO 3166-1a2 code format. |
firstName required | string First or given name that belongs to the MongoDB Cloud user. |
lastName required | string Last name, family name, or surname that belongs to the MongoDB Cloud user. |
mobileNumber required | string(?:(?:\\+?1\\s*(?:[.-]\\s*)?)?(?:(\\s*([2-9]1... Mobile phone number that belongs to the MongoDB Cloud user. |
password required | string >= 8 characters Password applied with the username to log in to MongoDB Cloud. MongoDB Cloud does not return this parameter except in response to creating a new MongoDB Cloud user. Only the MongoDB Cloud user can update their password after it has been set from the MongoDB Cloud console. |
Array of objects (Role Assignment) List of objects that display the MongoDB Cloud user's roles and the corresponding organization or project to which that role applies. A role can apply to one organization or one project but not both. | |
username required | string <email> Email address that represents the username of the MongoDB Cloud user. |
{- "country": "string",
- "firstName": "string",
- "lastName": "string",
- "mobileNumber": "string",
- "password": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
], - "username": "user@example.com"
}
{- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "emailAddress": "user@example.com",
- "firstName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastAuth": "2019-08-24T14:15:22Z",
- "lastName": "string",
- "mobileNumber": "string",
- "password": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
Returns the details for one MongoDB Cloud user account with the specified username. You can't use this endpoint to return information about an API Key. To return information about an API Key, use the Return One Organization API Key endpoint. To use this resource, the requesting API Key can have any role.
userName required | string^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%... Email address that belongs to the MongoDB Cloud user account. You cannot modify this address after creating the user. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "emailAddress": "user@example.com",
- "firstName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastAuth": "2019-08-24T14:15:22Z",
- "lastName": "string",
- "mobileNumber": "string",
- "password": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
Returns the details for one MongoDB Cloud user account with the specified unique identifier for the user. You can't use this endpoint to return information on an API Key. To return information about an API Key, use the Return One Organization API Key endpoint. You can always retrieve your own user account. If you are the owner of a MongoDB Cloud organization or project, you can also retrieve the user profile for any user with membership in that organization or project. To use this resource, the requesting API Key can have any role.
userId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this user. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "emailAddress": "user@example.com",
- "firstName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastAuth": "2019-08-24T14:15:22Z",
- "lastName": "string",
- "mobileNumber": "string",
- "password": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
Returns a compressed (.gz) log file that contains a range of log messages for the specified host for the specified project. MongoDB updates process and audit logs from the cluster backend infrastructure every five minutes and contain log data from the previous five minutes. If you poll the API for log files, we recommend polling every five minutes. For example, if the logs are updated at 4:00 UTC and then you poll the API, the API returns log data from the interval between 3:55 UTC and 4:00 UTC. This feature isn't available for M0
free clusters, M2
, M5
, or serverless clusters. To use this resource, the requesting API Key must have the Project Data Access Read Only or higher role. The API does not support direct calls with the json response schema. You must request a gzip response schema using an accept header of the format: "Accept: application/vnd.atlas.YYYY-MM-DD+gzip". Deprecated versions: v2-{2023-01-01}
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
hostName required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}:)... Human-readable label that identifies the host that stores the log files that you want to download. |
logName required | string Enum: "mongodb" "mongos" "mongodb-audit-log" "mongos-audit-log" Human-readable label that identifies the log file that you want to return. To return audit logs, enable Database Auditing for the specified project. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
endDate | integer <int64> >= 1199145600 Date and time when the period specifies the inclusive ending point for the range of log messages to retrieve. This parameter expresses its value in the number of seconds that have elapsed since the UNIX epoch. |
startDate | integer <int64> >= 1199145600 Date and time when the period specifies the inclusive starting point for the range of log messages to retrieve. This parameter expresses its value in the number of seconds that have elapsed since the UNIX epoch. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns all Atlas Search metric types available for one process in the specified project. You must have the Project Read Only or higher role to view the Atlas Search metric types.
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: my.host.name.com:27017 Combination of hostname and IANA port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process (mongod or mongos). The port must be the IANA port on which the MongoDB process listens for requests. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "groupId": "32b6e34b3d91647abb20e7b8",
- "hardwareMetrics": [
- {
- "metricName": "INDEX_SIZE_ON_DISK",
- "units": "BYTES"
}
], - "indexMetrics": [
- {
- "metricName": "INDEX_SIZE_ON_DISK",
- "units": "BYTES"
}
], - "processId": "mongodb.example.com:27017",
- "statusMetrics": [
- {
- "metricName": "INDEX_SIZE_ON_DISK",
- "units": "BYTES"
}
]
}
Returns the Atlas Search index metrics within the specified time range for one namespace in the specified process.
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: my.host.name.com:27017 Combination of hostname and IANA port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process (mongod or mongos). The port must be the IANA port on which the MongoDB process listens for requests. |
databaseName required | string Example: mydb Human-readable label that identifies the database. |
collectionName required | string Example: mycoll Human-readable label that identifies the collection. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
granularity required | string Example: granularity=PT1M Duration that specifies the interval at which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
metrics required | Array of strings <= 10 items unique Items Enum: "INDEX_SIZE_ON_DISK" "NUMBER_OF_DELETES" "NUMBER_OF_ERROR_QUERIES" "NUMBER_OF_GETMORE_COMMANDS" "NUMBER_OF_INDEX_FIELDS" "NUMBER_OF_INSERTS" "NUMBER_OF_SUCCESS_QUERIES" "NUMBER_OF_UPDATES" "REPLICATION_LAG" "TOTAL_NUMBER_OF_QUERIES" List that contains the measurements that MongoDB Atlas reports for the associated data series. |
{- "collectionName": "string",
- "databaseName": "string",
- "end": "2019-08-24T14:15:22Z",
- "granularity": "PT1M",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "indexIds": [
- "32b6e34b3d91647abb20e7b8"
], - "indexStatsMeasurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
], - "processId": "mongodb.example.com:27017",
- "start": "2019-08-24T14:15:22Z"
}
Returns the Atlas Search metrics data series within the provided time range for one namespace and index name on the specified process. You must have the Project Read Only or higher role to view the Atlas Search metric types.
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: my.host.name.com:27017 Combination of hostname and IANA port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process (mongod or mongos). The port must be the IANA port on which the MongoDB process listens for requests. |
indexName required | string Example: myindex Human-readable label that identifies the index. |
databaseName required | string Example: mydb Human-readable label that identifies the database. |
collectionName required | string Example: mycoll Human-readable label that identifies the collection. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
granularity required | string Example: granularity=PT1M Duration that specifies the interval at which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
metrics required | Array of strings <= 10 items unique Items Enum: "INDEX_SIZE_ON_DISK" "NUMBER_OF_DELETES" "NUMBER_OF_ERROR_QUERIES" "NUMBER_OF_GETMORE_COMMANDS" "NUMBER_OF_INDEX_FIELDS" "NUMBER_OF_INSERTS" "NUMBER_OF_SUCCESS_QUERIES" "NUMBER_OF_UPDATES" "REPLICATION_LAG" "TOTAL_NUMBER_OF_QUERIES" List that contains the measurements that MongoDB Atlas reports for the associated data series. |
{- "collectionName": "string",
- "databaseName": "string",
- "end": "2019-08-24T14:15:22Z",
- "granularity": "PT1M",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "indexIds": [
- "32b6e34b3d91647abb20e7b8"
], - "indexStatsMeasurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
], - "processId": "mongodb.example.com:27017",
- "start": "2019-08-24T14:15:22Z"
}
Returns the Atlas Search hardware and status data series within the provided time range for one process in the specified project. You must have the Project Read Only or higher role to view the Atlas Search metric types.
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: my.host.name.com:27017 Combination of hostname and IANA port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process (mongod or mongos). The port must be the IANA port on which the MongoDB process listens for requests. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
granularity required | string Example: granularity=PT1M Duration that specifies the interval at which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
metrics required | Array of strings <= 10 items unique Items Enum: "FTS_DISK_USAGE" "FTS_PROCESS_CPU_KERNEL" "FTS_PROCESS_CPU_USER" "FTS_PROCESS_NORMALIZED_CPU_KERNEL" "FTS_PROCESS_NORMALIZED_CPU_USER" "FTS_PROCESS_RESIDENT_MEMORY" "FTS_PROCESS_SHARED_MEMORY" "FTS_PROCESS_VIRTUAL_MEMORY" "JVM_CURRENT_MEMORY" "JVM_MAX_MEMORY" "PAGE_FAULTS" List that contains the metrics that you want MongoDB Atlas to report for the associated data series. If you don't set this parameter, this resource returns all hardware and status metrics for the associated data series. |
{- "end": "2019-08-24T14:15:22Z",
- "granularity": "PT1M",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hardwareMeasurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
], - "processId": "mongodb.example.com:27017",
- "start": "2019-08-24T14:15:22Z",
- "statusMeasurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
]
}
Returns details of all processes for the specified project. A MongoDB process can be either a mongod
or mongos
. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "created": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hostname": "string",
- "id": "string",
- "lastPing": "2019-08-24T14:15:22Z",
- "port": 0,
- "replicaSetName": "string",
- "shardName": "string",
- "typeName": "REPLICA_PRIMARY",
- "userAlias": "string",
- "version": "string"
}
], - "totalCount": 0
}
Returns the processes for the specified host for the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: mongodb.example.com:27017 Combination of hostname and Internet Assigned Numbers Authority (IANA) port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "created": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hostname": "string",
- "id": "string",
- "lastPing": "2019-08-24T14:15:22Z",
- "port": 0,
- "replicaSetName": "string",
- "shardName": "string",
- "typeName": "REPLICA_PRIMARY",
- "userAlias": "string",
- "version": "string"
}
Returns the list of databases running on the specified host for the specified project. M0
free clusters, M2
, M5
, and serverless clusters have some operational limits. The MongoDB Cloud process must be a mongod
. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: mongodb.example.com:27017 Combination of hostname and Internet Assigned Numbers Authority (IANA) port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
], - "totalCount": 0
}
Returns one database running on the specified host for the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
databaseName required | string Human-readable label that identifies the database that the specified MongoDB process serves. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: mongodb.example.com:27017 Combination of hostname and Internet Assigned Numbers Authority (IANA) port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "databaseName": "string",
}
Returns the measurements of one database for the specified host for the specified project. Returns the database's on-disk storage space based on the MongoDB dbStats
command output. To calculate some metric series, Atlas takes the rate between every two adjacent points. For these metric series, the first data point has a null value because Atlas can't calculate a rate for the first data point given the query time range. Atlas retrieves database metrics every 20 minutes but reduces frequency when necessary to optimize database performance. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
databaseName required | string Human-readable label that identifies the database that the specified MongoDB process serves. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: mongodb.example.com:27017 Combination of hostname and Internet Assigned Numbers Authority (IANA) port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
m | Array of strings [ 1 .. 10 ] items unique Items Enum: "DATABASE_AVERAGE_OBJECT_SIZE" "DATABASE_COLLECTION_COUNT" "DATABASE_DATA_SIZE" "DATABASE_STORAGE_SIZE" "DATABASE_INDEX_SIZE" "DATABASE_INDEX_COUNT" "DATABASE_EXTENT_COUNT" "DATABASE_OBJECT_COUNT" "DATABASE_VIEW_COUNT" One or more types of measurement to request for this MongoDB process. If omitted, the resource returns all measurements. To specify multiple values for |
granularity required | string Example: granularity=PT1M Duration that specifies the interval at which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
{- "databaseName": "string",
- "end": "2019-08-24T14:15:22Z",
- "granularity": "PT1M",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hostId": "mongodb.example.com:27017",
- "measurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
], - "partitionName": "string",
- "processId": "mongodb.example.com:27017",
- "start": "2019-08-24T14:15:22Z"
}
Returns the list of disks or partitions for the specified host for the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: mongodb.example.com:27017 Combination of hostname and Internet Assigned Numbers Authority (IANA) port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "partitionName": "string"
}
], - "totalCount": 0
}
Returns measurement details for one disk or partition for the specified host for the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
partitionName required | string Human-readable label of the disk or partition to which the measurements apply. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: mongodb.example.com:27017 Combination of hostname and Internet Assigned Numbers Authority (IANA) port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "partitionName": "string"
}
Returns the measurements of one disk or partition for the specified host for the specified project. Returned value can be one of the following:
To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
partitionName required | string Human-readable label of the disk or partition to which the measurements apply. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: mongodb.example.com:27017 Combination of hostname and Internet Assigned Numbers Authority (IANA) port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
m | Array of strings [ 1 .. 10 ] items unique Items Enum: "DISK_PARTITION_IOPS_READ" "MAX_DISK_PARTITION_IOPS_READ" "DISK_PARTITION_IOPS_WRITE" "MAX_DISK_PARTITION_IOPS_WRITE" "DISK_PARTITION_IOPS_TOTAL" "MAX_DISK_PARTITION_IOPS_TOTAL" "DISK_PARTITION_LATENCY_READ" "MAX_DISK_PARTITION_LATENCY_READ" "DISK_PARTITION_LATENCY_WRITE" "MAX_DISK_PARTITION_LATENCY_WRITE" "DISK_PARTITION_SPACE_FREE" "MAX_DISK_PARTITION_SPACE_FREE" "DISK_PARTITION_SPACE_USED" "MAX_DISK_PARTITION_SPACE_USED" "DISK_PARTITION_SPACE_PERCENT_FREE" "MAX_DISK_PARTITION_SPACE_PERCENT_FREE" "DISK_PARTITION_SPACE_PERCENT_USED" "MAX_DISK_PARTITION_SPACE_PERCENT_USED" One or more types of measurement to request for this MongoDB process. If omitted, the resource returns all measurements. To specify multiple values for |
granularity required | string Example: granularity=PT1M Duration that specifies the interval at which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
{- "databaseName": "string",
- "end": "2019-08-24T14:15:22Z",
- "granularity": "PT1M",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hostId": "mongodb.example.com:27017",
- "measurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
], - "partitionName": "string",
- "processId": "mongodb.example.com:27017",
- "start": "2019-08-24T14:15:22Z"
}
Returns disk, partition, or host measurements per process for the specified host for the specified project. Returned value can be one of the following:
To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Example: mongodb.example.com:27017 Combination of hostname and Internet Assigned Numbers Authority (IANA) port that serves the MongoDB process. The host must be the hostname, fully qualified domain name (FQDN), or Internet Protocol address (IPv4 or IPv6) of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
m | Array of strings [ 1 .. 10 ] items unique Items Enum: "ASSERT_MSG" "ASSERT_REGULAR" "ASSERT_USER" "ASSERT_WARNING" "BACKGROUND_FLUSH_AVG" "CACHE_BYTES_READ_INTO" "CACHE_BYTES_WRITTEN_FROM" "CACHE_DIRTY_BYTES" "CACHE_USED_BYTES" "COMPUTED_MEMORY" "CONNECTIONS" "CURSORS_TOTAL_OPEN" "CURSORS_TOTAL_TIMED_OUT" "DB_DATA_SIZE_TOTAL" "DB_STORAGE_TOTAL" "DOCUMENT_METRICS_DELETED" "DOCUMENT_METRICS_INSERTED" "DOCUMENT_METRICS_RETURNED" "DOCUMENT_METRICS_UPDATED" "EXTRA_INFO_PAGE_FAULTS" "FTS_DISK_UTILIZATION" "FTS_MEMORY_MAPPED" "FTS_MEMORY_RESIDENT" "FTS_MEMORY_VIRTUAL" "FTS_PROCESS_CPU_KERNEL" "FTS_PROCESS_CPU_USER" "FTS_PROCESS_NORMALIZED_CPU_KERNEL" "FTS_PROCESS_NORMALIZED_CPU_USER" "GLOBAL_ACCESSES_NOT_IN_MEMORY" "GLOBAL_LOCK_CURRENT_QUEUE_READERS" "GLOBAL_LOCK_CURRENT_QUEUE_TOTAL" "GLOBAL_LOCK_CURRENT_QUEUE_WRITERS" "GLOBAL_PAGE_FAULT_EXCEPTIONS_THROWN" "INDEX_COUNTERS_BTREE_ACCESSES" "INDEX_COUNTERS_BTREE_HITS" "INDEX_COUNTERS_BTREE_MISS_RATIO" "INDEX_COUNTERS_BTREE_MISSES" "JOURNALING_COMMITS_IN_WRITE_LOCK" "JOURNALING_MB" "JOURNALING_WRITE_DATA_FILES_MB" "MAX_PROCESS_CPU_CHILDREN_KERNEL" "MAX_PROCESS_CPU_CHILDREN_USER" "MAX_PROCESS_CPU_KERNEL" "MAX_PROCESS_CPU_USER" "MAX_PROCESS_NORMALIZED_CPU_CHILDREN_KERNEL" "MAX_PROCESS_NORMALIZED_CPU_CHILDREN_USER" "MAX_PROCESS_NORMALIZED_CPU_KERNEL" "MAX_PROCESS_NORMALIZED_CPU_USER" "MAX_SWAP_USAGE_FREE" "MAX_SWAP_USAGE_USED " "MAX_SYSTEM_CPU_GUEST" "MAX_SYSTEM_CPU_IOWAIT" "MAX_SYSTEM_CPU_IRQ" "MAX_SYSTEM_CPU_KERNEL" "MAX_SYSTEM_CPU_SOFTIRQ" "MAX_SYSTEM_CPU_STEAL" "MAX_SYSTEM_CPU_USER" "MAX_SYSTEM_MEMORY_AVAILABLE" "MAX_SYSTEM_MEMORY_FREE" "MAX_SYSTEM_MEMORY_USED" "MAX_SYSTEM_NETWORK_IN" "MAX_SYSTEM_NETWORK_OUT" "MAX_SYSTEM_NORMALIZED_CPU_GUEST" "MAX_SYSTEM_NORMALIZED_CPU_IOWAIT" "MAX_SYSTEM_NORMALIZED_CPU_IRQ" "MAX_SYSTEM_NORMALIZED_CPU_KERNEL" "MAX_SYSTEM_NORMALIZED_CPU_NICE" "MAX_SYSTEM_NORMALIZED_CPU_SOFTIRQ" "MAX_SYSTEM_NORMALIZED_CPU_STEAL" "MAX_SYSTEM_NORMALIZED_CPU_USER" "MEMORY_MAPPED" "MEMORY_RESIDENT" "MEMORY_VIRTUAL" "NETWORK_BYTES_IN" "NETWORK_BYTES_OUT" "NETWORK_NUM_REQUESTS" "OP_EXECUTION_TIME_COMMANDS" "OP_EXECUTION_TIME_READS" "OP_EXECUTION_TIME_WRITES" "OPCOUNTER_CMD" "OPCOUNTER_DELETE" "OPCOUNTER_GETMORE" "OPCOUNTER_INSERT" "OPCOUNTER_QUERY" "OPCOUNTER_REPL_CMD" "OPCOUNTER_REPL_DELETE" "OPCOUNTER_REPL_INSERT" "OPCOUNTER_REPL_UPDATE" "OPCOUNTER_UPDATE" "OPERATIONS_SCAN_AND_ORDER" "OPLOG_MASTER_LAG_TIME_DIFF" "OPLOG_MASTER_TIME" "OPLOG_RATE_GB_PER_HOUR" "OPLOG_SLAVE_LAG_MASTER_TIME" "OPLOG_REPLICATION_LAG" "PROCESS_CPU_CHILDREN_KERNEL" "PROCESS_CPU_CHILDREN_USER" "PROCESS_CPU_KERNEL" "PROCESS_CPU_USER" "PROCESS_NORMALIZED_CPU_CHILDREN_KERNEL" "PROCESS_NORMALIZED_CPU_CHILDREN_USER" "PROCESS_NORMALIZED_CPU_KERNEL" "PROCESS_NORMALIZED_CPU_USER" "QUERY_EXECUTOR_SCANNED" "QUERY_EXECUTOR_SCANNED_OBJECTS" "QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNED" "QUERY_TARGETING_SCANNED_PER_RETURNED" "RESTARTS_IN_LAST_HOUR" "SWAP_USAGE_FREE" "SWAP_USAGE_USED" "SYSTEM_CPU_GUEST" "SYSTEM_CPU_IOWAIT" "SYSTEM_CPU_IRQ" "SYSTEM_CPU_KERNEL" "SYSTEM_CPU_NICE" "SYSTEM_CPU_SOFTIRQ" "SYSTEM_CPU_STEAL" "SYSTEM_CPU_USER" "SYSTEM_MEMORY_AVAILABLE" "SYSTEM_MEMORY_FREE" "SYSTEM_MEMORY_USED" "SYSTEM_NETWORK_IN" "SYSTEM_NETWORK_OUT" "SYSTEM_NORMALIZED_CPU_GUEST" "SYSTEM_NORMALIZED_CPU_IOWAIT" "SYSTEM_NORMALIZED_CPU_IRQ" "SYSTEM_NORMALIZED_CPU_KERNEL" "SYSTEM_NORMALIZED_CPU_NICE" "SYSTEM_NORMALIZED_CPU_SOFTIRQ" "SYSTEM_NORMALIZED_CPU_STEAL" "SYSTEM_NORMALIZED_CPU_USER" "TICKETS_AVAILABLE_READS" "TICKETS_AVAILABLE_WRITE" One or more types of measurement to request for this MongoDB process. If omitted, the resource returns all measurements. To specify multiple values for |
period | string Example: period=PT10H Duration over which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. Include this parameter when you do not set start and end. |
granularity required | string Example: granularity=PT1M Duration that specifies the interval at which Atlas reports the metrics. This parameter expresses its value in the ISO 8601 duration format in UTC. |
start | string <date-time> Date and time when MongoDB Cloud begins reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
end | string <date-time> Date and time when MongoDB Cloud stops reporting the metrics. This parameter expresses its value in the ISO 8601 timestamp format in UTC. Include this parameter when you do not set period. |
{- "databaseName": "string",
- "end": "2019-08-24T14:15:22Z",
- "granularity": "PT1M",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "hostId": "mongodb.example.com:27017",
- "measurements": [
- {
- "dataPoints": [
- {
- "timestamp": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "name": "string",
- "units": "BYTES"
}
], - "partitionName": "string",
- "processId": "mongodb.example.com:27017",
- "start": "2019-08-24T14:15:22Z"
}
Returns, adds, edits, and removes network peering containers and peering connections. When you deploy an M10+ dedicated cluster, Atlas creates a VPC for the selected provider and region or regions if no existing VPC or VPC peering connection exists for that provider and region. Atlas assigns the VPC a Classless Inter-Domain Routing (CIDR) block.
Returns details about all network peering containers in the specified project for the specified cloud provider. If you do not specify the cloud provider, MongoDB Cloud returns details about all network peering containers in the project for Amazon Web Services (AWS). To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
providerName required | string Default: "AWS" Enum: "AWS" "AZURE" "GCP" Cloud service provider that serves the desired network peering containers. |
{- "results": [
- {
- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "provisioned": true,
- "atlasCidrBlock": "string",
- "azureSubscriptionId": "32b6e34b3d91647abb20e7b8",
- "region": "US_CENTRAL",
- "vnetName": "stringstringstringstringstringstringst"
}
], - "totalCount": 0
}
Creates one new network peering container in the specified project. MongoDB Cloud can deploy Network Peering connections in a network peering container. GCP can have one container per project. AWS and Azure can have one container per cloud provider region. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one new network peering container in the specified project.
providerName | string Cloud service provider that serves the requested network peering containers. |
atlasCidrBlock | string^((([0-9]{1,3}\.){3}[0-9]{1,3})|(:{0,2}([0-9a... IP addresses expressed in Classless Inter-Domain Routing (CIDR) notation that MongoDB Cloud uses for the network peering containers in your project. MongoDB Cloud assigns all of the project's clusters deployed to this cloud provider an IP address from this range. MongoDB Cloud locks this value if an M10 or greater cluster or a network peering connection exists in this project. These CIDR blocks must fall within the ranges reserved per RFC 1918. AWS and Azure further limit the block to between the To modify the CIDR block, the target project cannot have:
You can also create a new project and create a network peering connection to set the desired MongoDB Cloud network peering container CIDR block for that project. MongoDB Cloud limits the number of MongoDB nodes per network peering connection based on the CIDR block and the region selected for the project. Example: A project in an Amazon Web Services (AWS) region supporting three availability zones and an MongoDB CIDR network peering container block of limit of |
regionName required | string Enum: "US_EAST_1" "US_EAST_2" "US_WEST_1" "US_WEST_2" "CA_CENTRAL_1" "EU_NORTH_1" "EU_WEST_1" "EU_WEST_2" "EU_WEST_3" "EU_CENTRAL_1" "EU_CENTRAL_2" "SA_EAST_1" "AP_EAST_1" "AP_SOUTHEAST_2" "AP_SOUTHEAST_3" "AP_SOUTHEAST_4" "AP_NORTHEAST_1" "AP_NORTHEAST_2" "AP_NORTHEAST_3" "AP_SOUTHEAST_1" "AP_SOUTH_1" "AP_SOUTH_2" "CN_NORTH_1" "CN_NORTHWEST_1" "ME_CENTRAL_1" "ME_SOUTH_1" "AF_SOUTH_1" "EU_SOUTH_1" "EU_SOUTH_2" "IL_CENTRAL_1" "CA_WEST_1" "GLOBAL" "US_GOV_WEST_1" "US_GOV_EAST_1" Geographic area that Amazon Web Services (AWS) defines to which MongoDB Cloud deployed this network peering container. |
{- "providerName": "AWS",
- "atlasCidrBlock": "string",
- "region": "US_CENTRAL",
- "regionName": "US_EAST_1"
}
{- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "provisioned": true,
- "atlasCidrBlock": "string",
- "azureSubscriptionId": "32b6e34b3d91647abb20e7b8",
- "region": "US_CENTRAL",
- "vnetName": "stringstringstringstringstringstringst",
- "regionName": "US_EAST_1",
- "vpcId": "vpc-b555d3b0d9cb783b0"
}
Returns details about all network peering containers in the specified project. Network peering containers contain network peering connections. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "provisioned": true,
- "atlasCidrBlock": "string",
- "azureSubscriptionId": "32b6e34b3d91647abb20e7b8",
- "region": "US_CENTRAL",
- "vnetName": "stringstringstringstringstringstringst"
}
], - "totalCount": 0
}
Removes one network peering container in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
containerId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the MongoDB Cloud network container that you want to remove. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns details about one network peering container in one specified project. Network peering containers contain network peering connections. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
containerId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the MongoDB Cloud network container that you want to remove. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "provisioned": true,
- "atlasCidrBlock": "string",
- "azureSubscriptionId": "32b6e34b3d91647abb20e7b8",
- "region": "US_CENTRAL",
- "vnetName": "stringstringstringstringstringstringst",
- "regionName": "US_EAST_1",
- "vpcId": "vpc-b555d3b0d9cb783b0"
}
Updates the network details and labels of one specified network peering container in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
containerId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies the MongoDB Cloud network container that you want to remove. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates the network details and labels of one specified network peering container in the specified project.
providerName | string Cloud service provider that serves the requested network peering containers. |
atlasCidrBlock | string^((([0-9]{1,3}\.){3}[0-9]{1,3})|(:{0,2}([0-9a... IP addresses expressed in Classless Inter-Domain Routing (CIDR) notation that MongoDB Cloud uses for the network peering containers in your project. MongoDB Cloud assigns all of the project's clusters deployed to this cloud provider an IP address from this range. MongoDB Cloud locks this value if an M10 or greater cluster or a network peering connection exists in this project. These CIDR blocks must fall within the ranges reserved per RFC 1918. AWS and Azure further limit the block to between the To modify the CIDR block, the target project cannot have:
You can also create a new project and create a network peering connection to set the desired MongoDB Cloud network peering container CIDR block for that project. MongoDB Cloud limits the number of MongoDB nodes per network peering connection based on the CIDR block and the region selected for the project. Example: A project in an Amazon Web Services (AWS) region supporting three availability zones and an MongoDB CIDR network peering container block of limit of |
regionName required | string Enum: "US_EAST_1" "US_EAST_2" "US_WEST_1" "US_WEST_2" "CA_CENTRAL_1" "EU_NORTH_1" "EU_WEST_1" "EU_WEST_2" "EU_WEST_3" "EU_CENTRAL_1" "EU_CENTRAL_2" "SA_EAST_1" "AP_EAST_1" "AP_SOUTHEAST_2" "AP_SOUTHEAST_3" "AP_SOUTHEAST_4" "AP_NORTHEAST_1" "AP_NORTHEAST_2" "AP_NORTHEAST_3" "AP_SOUTHEAST_1" "AP_SOUTH_1" "AP_SOUTH_2" "CN_NORTH_1" "CN_NORTHWEST_1" "ME_CENTRAL_1" "ME_SOUTH_1" "AF_SOUTH_1" "EU_SOUTH_1" "EU_SOUTH_2" "IL_CENTRAL_1" "CA_WEST_1" "GLOBAL" "US_GOV_WEST_1" "US_GOV_EAST_1" Geographic area that Amazon Web Services (AWS) defines to which MongoDB Cloud deployed this network peering container. |
{- "providerName": "AWS",
- "atlasCidrBlock": "string",
- "region": "US_CENTRAL",
- "regionName": "US_EAST_1"
}
{- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "provisioned": true,
- "atlasCidrBlock": "string",
- "azureSubscriptionId": "32b6e34b3d91647abb20e7b8",
- "region": "US_CENTRAL",
- "vnetName": "stringstringstringstringstringstringst",
- "regionName": "US_EAST_1",
- "vpcId": "vpc-b555d3b0d9cb783b0"
}
Returns details about all network peering connections in the specified project. Network peering allows multiple cloud-hosted applications to securely connect to the same project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
providerName | string Default: "AWS" Enum: "AWS" "AZURE" "GCP" Cloud service provider to use for this VPC peering connection. |
{- "results": [
- {
- "containerId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "accepterRegionName": "string",
- "awsAccountId": "stringstring",
- "connectionId": "string",
- "errorStateName": "REJECTED",
- "routeTableCidrBlock": "string",
- "statusName": "INITIATING",
- "vpcId": "string"
}
], - "totalCount": 0
}
Creates one new network peering connection in the specified project. Network peering allows multiple cloud-hosted applications to securely connect to the same project. To use this resource, the requesting API Key must have the Project Owner role. To learn more about considerations and prerequisites, see the Network Peering Documentation.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Create one network peering connection.
accepterRegionName required | string Amazon Web Services (AWS) region where the Virtual Peering Connection (VPC) that you peered with the MongoDB Cloud VPC resides. The resource returns |
awsAccountId required | string = 12 characters ^[0-9]{12}$ Unique twelve-digit string that identifies the Amazon Web Services (AWS) account that owns the VPC that you peered with the MongoDB Cloud VPC. |
containerId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the MongoDB Cloud network container that contains the specified network peering connection. |
providerName | string Cloud service provider that serves the requested network peering connection. |
routeTableCidrBlock required | string^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$))... Internet Protocol (IP) addresses expressed in Classless Inter-Domain Routing (CIDR) notation of the VPC's subnet that you want to peer with the MongoDB Cloud VPC. |
vpcId required | string >= 5 characters ^vpc-[0-9a-f]{17}$ Unique string that identifies the VPC on Amazon Web Services (AWS) that you want to peer with the MongoDB Cloud VPC. |
{- "accepterRegionName": "string",
- "awsAccountId": "stringstring",
- "containerId": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "routeTableCidrBlock": "string",
- "vpcId": "string"
}
{- "accepterRegionName": "string",
- "awsAccountId": "stringstring",
- "connectionId": "string",
- "containerId": "32b6e34b3d91647abb20e7b8",
- "errorStateName": "REJECTED",
- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "routeTableCidrBlock": "string",
- "statusName": "INITIATING",
- "vpcId": "string"
}
Removes one network peering connection in the specified project. If you Removes the last network peering connection associated with a project, MongoDB Cloud also removes any AWS security groups from the project IP access list. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
peerId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the network peering connection that you want to delete. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns details about one specified network peering connection in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
peerId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the network peering connection that you want to retrieve. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "accepterRegionName": "string",
- "awsAccountId": "stringstring",
- "connectionId": "string",
- "containerId": "32b6e34b3d91647abb20e7b8",
- "errorStateName": "REJECTED",
- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "routeTableCidrBlock": "string",
- "statusName": "INITIATING",
- "vpcId": "string"
}
Updates one specified network peering connection in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
peerId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the network peering connection that you want to update. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Modify one network peering connection.
accepterRegionName required | string Amazon Web Services (AWS) region where the Virtual Peering Connection (VPC) that you peered with the MongoDB Cloud VPC resides. The resource returns |
awsAccountId required | string = 12 characters ^[0-9]{12}$ Unique twelve-digit string that identifies the Amazon Web Services (AWS) account that owns the VPC that you peered with the MongoDB Cloud VPC. |
containerId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the MongoDB Cloud network container that contains the specified network peering connection. |
providerName | string Cloud service provider that serves the requested network peering connection. |
routeTableCidrBlock required | string^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$))... Internet Protocol (IP) addresses expressed in Classless Inter-Domain Routing (CIDR) notation of the VPC's subnet that you want to peer with the MongoDB Cloud VPC. |
vpcId required | string >= 5 characters ^vpc-[0-9a-f]{17}$ Unique string that identifies the VPC on Amazon Web Services (AWS) that you want to peer with the MongoDB Cloud VPC. |
{- "accepterRegionName": "string",
- "awsAccountId": "stringstring",
- "containerId": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "routeTableCidrBlock": "string",
- "vpcId": "string"
}
{- "accepterRegionName": "string",
- "awsAccountId": "stringstring",
- "connectionId": "string",
- "containerId": "32b6e34b3d91647abb20e7b8",
- "errorStateName": "REJECTED",
- "id": "32b6e34b3d91647abb20e7b8",
- "providerName": "AWS",
- "routeTableCidrBlock": "string",
- "statusName": "INITIATING",
- "vpcId": "string"
}
Verifies if someone set the specified project to Connect via Peering Only mode. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "enabled": true
}
Disables Connect via Peering Only mode for the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Disables Connect via Peering Only mode for the specified project.
enabled required | boolean Flag that indicates whether someone enabled Connect via Peering Only mode for the specified project. |
{- "enabled": true
}
{- "enabled": true
}
Returns details of all online archives. This archive stores data from one cluster within one project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that contains the collection for which you want to return the online archives. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "_id": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "collName": "string",
- "collectionType": "TIMESERIES",
- "criteria": {
- "type": "DATE"
}, - "dataExpirationRule": {
- "expireAfterDays": 7
}, - "dataProcessRegion": {
- "cloudProvider": "AWS"
}, - "dataSetName": "string",
- "dbName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "partitionFields": [
- {
- "fieldName": "string",
- "fieldType": "date",
- "order": 0
}
], - "paused": true,
- "schedule": {
- "type": "DEFAULT"
}, - "state": "PENDING"
}
], - "totalCount": 0
}
Creates one online archive. This archive stores data from one cluster within one project. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that contains the collection for which you want to create one online archive. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one online archive.
collName required | string Human-readable label that identifies the collection for which you created the online archive. |
collectionType | string Default: "STANDARD" Enum: "TIMESERIES" "STANDARD" Classification of MongoDB database collection that you want to return. If you set this parameter to |
required | object (CriteriaView) Rules by which MongoDB Cloud archives data. Use the criteria.type field to choose how MongoDB Cloud selects data to archive. Choose data using the age of the data or a MongoDB query. "criteria.type": "DATE" selects documents to archive based on a date. "criteria.type": "CUSTOM" selects documents to archive based on a custom JSON query. MongoDB Cloud doesn't support "criteria.type": "CUSTOM" when "collectionType": "TIMESERIES". |
object (DataExpirationRuleView) Rule for specifying when data should be deleted from the archive. | |
object (CreateDataProcessRegionView) Settings to configure the region where you wish to store your archived data. | |
dbName required | string Human-readable label of the database that contains the collection that contains the online archive. |
Array of objects (Online Archive Partition) non-empty List that contains document parameters to use to logically divide data within a collection. Partitions provide a coarse level of filtering of the underlying collection data. To divide your data, specify parameters that you frequently query. If you "specified :criteria.type": "DATE" in the CREATE ONE ONLINE ARCHIVE endpoint, then you can specify up to three parameters by which to query. One of these parameters must be the DATE value, which is required in this case. If you "specified :criteria.type": "CUSTOM" in the CREATE ONE ONLINE ARCHIVE endpoint, then you can specify up to two parameters by which to query. Queries that don't use ":criteria.type": "DATE" or ":criteria.type": "CUSTOM" parameters cause MongoDB to scan a full collection of all archived documents. This takes more time and increases your costs. | |
paused | boolean Flag that indicates whether this online archive exists in the paused state. A request to resume fails if the collection has another active online archive. To pause an active online archive or resume a paused online archive, you must include this parameter. To pause an active archive, set this to true. To resume a paused archive, set this to false. |
object (Online Archive Schedule) Regular frequency and duration when archiving process occurs. |
{- "collName": "string",
- "collectionType": "TIMESERIES",
- "criteria": {
- "type": "DATE"
}, - "dataExpirationRule": {
- "expireAfterDays": 7
}, - "dataProcessRegion": {
- "cloudProvider": "AWS"
}, - "dbName": "string",
- "partitionFields": [
- {
- "fieldName": "string",
- "order": 0
}
], - "paused": true,
- "schedule": {
- "type": "DEFAULT"
}
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "collName": "string",
- "collectionType": "TIMESERIES",
- "criteria": {
- "type": "DATE"
}, - "dataExpirationRule": {
- "expireAfterDays": 7
}, - "dataProcessRegion": {
- "cloudProvider": "AWS"
}, - "dataSetName": "string",
- "dbName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "partitionFields": [
- {
- "fieldName": "string",
- "fieldType": "date",
- "order": 0
}
], - "paused": true,
- "schedule": {
- "type": "DEFAULT"
}, - "state": "PENDING"
}
Downloads query logs for the specified online archive. To use this resource, the requesting API Key must have the Project Data Access Read Only or higher role. The API does not support direct calls with the json response schema. You must request a gzip response schema using an accept header of the format: "Accept: application/vnd.atlas.YYYY-MM-DD+gzip".
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that contains the collection for which you want to return the query logs from one online archive. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
startDate | integer <int64> >= 1199145600 Example: startDate=1636481348 Date and time that specifies the starting point for the range of log messages to return. This resource expresses this value in the number of seconds that have elapsed since the UNIX epoch. |
endDate | integer <int64> >= 1199145600 Example: endDate=1636481348 Date and time that specifies the end point for the range of log messages to return. This resource expresses this value in the number of seconds that have elapsed since the UNIX epoch. |
archiveOnly | boolean Default: false Flag that indicates whether to download logs for queries against your online archive only or both your online archive and cluster. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Removes one online archive. This archive stores data from one cluster within one project. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
archiveId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the online archive to delete. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that contains the collection from which you want to remove an online archive. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one online archive for one cluster. This archive stores data from one cluster within one project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
archiveId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the online archive to return. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that contains the specified collection from which Application created the online archive. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "collName": "string",
- "collectionType": "TIMESERIES",
- "criteria": {
- "type": "DATE"
}, - "dataExpirationRule": {
- "expireAfterDays": 7
}, - "dataProcessRegion": {
- "cloudProvider": "AWS"
}, - "dataSetName": "string",
- "dbName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "partitionFields": [
- {
- "fieldName": "string",
- "fieldType": "date",
- "order": 0
}
], - "paused": true,
- "schedule": {
- "type": "DEFAULT"
}, - "state": "PENDING"
}
Updates, pauses, or resumes one online archive. This archive stores data from one cluster within one project. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
archiveId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the online archive to update. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster that contains the specified collection from which Application created the online archive. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates, pauses, or resumes one online archive.
object (CriteriaView) Rules by which MongoDB Cloud archives data. Use the criteria.type field to choose how MongoDB Cloud selects data to archive. Choose data using the age of the data or a MongoDB query. "criteria.type": "DATE" selects documents to archive based on a date. "criteria.type": "CUSTOM" selects documents to archive based on a custom JSON query. MongoDB Cloud doesn't support "criteria.type": "CUSTOM" when "collectionType": "TIMESERIES". | |
object (DataExpirationRuleView) Rule for specifying when data should be deleted from the archive. | |
paused | boolean Flag that indicates whether this online archive exists in the paused state. A request to resume fails if the collection has another active online archive. To pause an active online archive or resume a paused online archive, you must include this parameter. To pause an active archive, set this to true. To resume a paused archive, set this to false. |
object (Online Archive Schedule) Regular frequency and duration when archiving process occurs. |
{- "criteria": {
- "type": "DATE"
}, - "dataExpirationRule": {
- "expireAfterDays": 7
}, - "paused": true,
- "schedule": {
- "type": "DEFAULT"
}
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "clusterName": "string",
- "collName": "string",
- "collectionType": "TIMESERIES",
- "criteria": {
- "type": "DATE"
}, - "dataExpirationRule": {
- "expireAfterDays": 7
}, - "dataProcessRegion": {
- "cloudProvider": "AWS"
}, - "dataSetName": "string",
- "dbName": "string",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "partitionFields": [
- {
- "fieldName": "string",
- "fieldType": "date",
- "order": 0
}
], - "paused": true,
- "schedule": {
- "type": "DEFAULT"
}, - "state": "PENDING"
}
Returns all organizations to which the requesting API Key has access. To use this resource, the requesting API Key must have the Organization Member role.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
name | string Human-readable label of the organization to use to filter the returned list. Performs a case-insensitive search for an organization that starts with the specified name. |
{- "results": [
- {
- "id": "32b6e34b3d91647abb20e7b8",
- "isDeleted": true,
- "name": "string"
}
], - "totalCount": 0
}
Creates one organization in MongoDB Cloud and links it to the requesting API Key's organization. To use this resource, the requesting API Key must have the Organization Owner role. The requesting API Key's organization must be a paying organization. To learn more, see Configure a Paying Organization in the MongoDB Atlas documentation.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Organization that you want to create.
object (CreateAtlasOrganizationApiKey) Details of the programmatic API key to be created. | |
federationSettingsId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the federation to link the newly created organization to. If specified, the proposed Organization Owner of the new organization must have the Organization Owner role in an organization associated with the federation. |
name required | string [ 1 .. 64 ] characters ^[\p{L}\p{N}\-_.(),:&@+']{1,64}$ Human-readable label that identifies the organization. |
orgOwnerId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the MongoDB Cloud user that you want to assign the Organization Owner role. This user must be a member of the same organization as the calling API key. If you provide |
{- "apiKey": {
- "desc": "string",
- "roles": [
- "ORG_OWNER"
]
}, - "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "orgOwnerId": "32b6e34b3d91647abb20e7b8"
}
{- "apiKey": {
- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}, - "federationSettingsId": "32b6e34b3d91647abb20e7b8",
- "orgOwnerId": "32b6e34b3d91647abb20e7b8",
- "organization": {
- "id": "32b6e34b3d91647abb20e7b8",
- "isDeleted": true,
- "name": "string"
}
}
Removes one specified organization. MongoDB Cloud imposes the following limits on this resource:
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Returns one organization to which the requesting API key has access. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "id": "32b6e34b3d91647abb20e7b8",
- "isDeleted": true,
- "name": "string"
}
Renames one organization. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to update on the specified organization.
name required | string [ 1 .. 64 ] characters ^[\p{L}\p{N}\-_.(),:&@+']{1,64}$ Human-readable label that identifies the organization. |
{- "name": "string"
}
{- "id": "32b6e34b3d91647abb20e7b8",
- "isDeleted": true,
- "name": "string"
}
Returns multiple projects in the specified organization. Each organization can have multiple projects. Use projects to:
To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
name | string Human-readable label of the project to use to filter the returned list. Performs a case-insensitive search for a project within the organization which is prefixed by the specified name. |
{- "results": [
- {
- "clusterCount": 0,
- "created": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "regionUsageRestrictions": "COMMERCIAL_FEDRAMP_REGIONS_ONLY",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
], - "totalCount": 0
}
Returns all pending invitations to the specified organization. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
username | string <email> Email address of the user account invited to this organization. If you exclude this parameter, this resource returns all pending invitations. |
[- {
- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupRole": "GROUP_CLUSTER_MANAGER"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "string",
- "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
]
Updates the details of one pending invitation to the specified organization. To specify which invitation, provide the username of the invited user. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates the details of one pending invitation to the specified organization.
Array of objects (OrganizationInvitationGroupRoleAssignmentsRequest) List of projects that the user will be added to when they accept their invitation to the organization. | |
roles | Array of strings unique Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" One or more organization level roles to assign to the MongoDB Cloud user. |
teamIds | Array of strings unique [ items = 24 characters ^([a-f0-9]{24})$ ] List of teams to which you want to invite the desired MongoDB Cloud user. |
username | string <email> Email address that belongs to the desired MongoDB Cloud user. |
{- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "roles": [
- "GROUP_CLUSTER_MANAGER"
]
}
], - "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupRole": "GROUP_CLUSTER_MANAGER"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "string",
- "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
Invites one MongoDB Cloud user to join the specified organization. The user must accept the invitation to access information within the specified organization. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Invites one MongoDB Cloud user to join the specified organization.
Array of objects (OrganizationInvitationGroupRoleAssignmentsRequest) List of projects that the user will be added to when they accept their invitation to the organization. | |
roles | Array of strings unique Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" One or more organization level roles to assign to the MongoDB Cloud user. |
teamIds | Array of strings unique [ items = 24 characters ^([a-f0-9]{24})$ ] List of teams to which you want to invite the desired MongoDB Cloud user. |
username | string <email> Email address that belongs to the desired MongoDB Cloud user. |
{- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "roles": [
- "GROUP_CLUSTER_MANAGER"
]
}
], - "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupRole": "GROUP_CLUSTER_MANAGER"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "string",
- "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
Cancels one pending invitation sent to the specified MongoDB Cloud user to join an organization. You can't cancel an invitation that the user accepted. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
invitationId required | string Unique 24-hexadecimal digit string that identifies the invitation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the details of one pending invitation to the specified organization. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
invitationId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the invitation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupRole": "GROUP_CLUSTER_MANAGER"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "string",
- "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
Updates the details of one pending invitation to the specified organization. To specify which invitation, provide the unique identification string for that invitation. Use the Return All Organization Invitations endpoint to retrieve IDs for all pending organization invitations. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
invitationId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the invitation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates the details of one pending invitation to the specified organization.
Array of objects (OrganizationInvitationGroupRoleAssignmentsRequest) List of projects that the user will be added to when they accept their invitation to the organization. | |
roles | Array of strings unique Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" One or more organization level roles to assign to the MongoDB Cloud user. |
teamIds | Array of strings unique [ items = 24 characters ^([a-f0-9]{24})$ ] List of teams to which you want to invite the desired MongoDB Cloud user. |
{- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "roles": [
- "GROUP_CLUSTER_MANAGER"
]
}
], - "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
]
}
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupRole": "GROUP_CLUSTER_MANAGER"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "string",
- "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
Returns details about the specified organization's settings. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "apiAccessListRequired": true,
- "multiFactorAuthRequired": true,
- "restrictEmployeeAccess": true
}
Updates the organization's settings. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to update on the specified organization's settings.
apiAccessListRequired | boolean Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization. |
multiFactorAuthRequired | boolean Flag that indicates whether to require users to set up Multi-Factor Authentication (MFA) before accessing the specified organization. To learn more, see: https://www.mongodb.com/docs/atlas/security-multi-factor-authentication/. |
restrictEmployeeAccess | boolean Flag that indicates whether to block MongoDB Support from accessing Atlas infrastructure for any deployment in the specified organization without explicit permission. Once this setting is turned on, you can grant MongoDB Support a 24-hour bypass access to the Atlas deployment to resolve support issues. To learn more, see: https://www.mongodb.com/docs/atlas/security-restrict-support-access/. |
{- "apiAccessListRequired": true,
- "multiFactorAuthRequired": true,
- "restrictEmployeeAccess": true
}
{- "apiAccessListRequired": true,
- "multiFactorAuthRequired": true,
- "restrictEmployeeAccess": true
}
Returns details about the MongoDB Cloud users associated with the specified organization. Each MongoDB Cloud user returned must belong to the specified organization or to a project within the specified organization. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
{- "results": [
- {
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "emailAddress": "user@example.com",
- "firstName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastAuth": "2019-08-24T14:15:22Z",
- "lastName": "string",
- "mobileNumber": "string",
- "password": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
], - "totalCount": 0
}
Removes one MongoDB Cloud user from the specified organization. To use this resource, the requesting API Key must have the Organization User Admin role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
userId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the user to be deleted. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Updates the roles of the specified user in the specified organization. To specify the user to update, provide the unique 24-hexadecimal digit string that identifies the user in the specified organization. To use this resource, the requesting API Key must have the Organization User Admin role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
userId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the user to modify. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Roles to update for the specified user.
orgRoles | Array of strings unique Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" One or more organization level roles to assign to the MongoDB Cloud user. |
{- "orgRoles": [
- "ORG_OWNER"
]
}
{- "orgRoles": [
- "ORG_OWNER"
]
}
Returns suggested indexes and slow query data for a database deployment. Also enables or disables MongoDB Cloud-managed slow operation thresholds. To view field values in a sample query, you must have the Project Data Access Read Only role or higher. Otherwise, MongoDB Cloud returns redacted data rather than the field values.
Get whether the Managed Slow MS feature is enabled.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint)",
- "error": 401,
- "errorCode": "NOT_ORG_GROUP_CREATOR",
- "reason": "Unauthorized"
}
Disables the slow operation threshold that MongoDB Cloud calculated for the specified project. The threshold determines which operations the Performance Advisor and Query Profiler considers slow. When enabled, MongoDB Cloud uses the average execution time for operations on your cluster to determine slow-running queries. As a result, the threshold is more pertinent to your cluster workload. The slow operation threshold is enabled by default for dedicated clusters (M10+). When disabled, MongoDB Cloud considers any operation that takes longer than 100 milliseconds to be slow. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint)",
- "error": 401,
- "errorCode": "NOT_ORG_GROUP_CREATOR",
- "reason": "Unauthorized"
}
Enables MongoDB Cloud to use its slow operation threshold for the specified project. The threshold determines which operations the Performance Advisor and Query Profiler considers slow. When enabled, MongoDB Cloud uses the average execution time for operations on your cluster to determine slow-running queries. As a result, the threshold is more pertinent to your cluster workload. The slow operation threshold is enabled by default for dedicated clusters (M10+). When disabled, MongoDB Cloud considers any operation that takes longer than 100 milliseconds to be slow. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint)",
- "error": 401,
- "errorCode": "NOT_ORG_GROUP_CREATOR",
- "reason": "Unauthorized"
}
Returns up to 20 namespaces for collections experiencing slow queries on the specified host. If you specify a secondary member of a replica set that hasn't received any database read operations, the endpoint doesn't return any namespaces. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Combination of host and port that serves the MongoDB process. The host must be the hostname, FQDN, IPv4 address, or IPv6 address of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
duration | integer <int64> Length of time expressed during which the query finds suggested indexes among the managed namespaces in the cluster. This parameter expresses its value in milliseconds.
|
since | integer <int64> >= 1199145600000 Date and time from which the query retrieves the suggested indexes. This parameter expresses its value in the number of milliseconds that have elapsed since the UNIX epoch.
|
{- "namespaces": [
- {
- "namespace": "string",
- "type": "collection"
}
]
}
Returns log lines for slow queries that the Performance Advisor and Query Profiler identified. The Performance Advisor monitors queries that MongoDB considers slow and suggests new indexes to improve query performance. MongoDB Cloud bases the threshold for slow queries on the average time of operations on your cluster. This enables workload-relevant recommendations. To use this resource, the requesting API Key must have the Project Data Access Read Write role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Combination of host and port that serves the MongoDB process. The host must be the hostname, FQDN, IPv4 address, or IPv6 address of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
duration | integer <int64> Length of time expressed during which the query finds slow queries among the managed namespaces in the cluster. This parameter expresses its value in milliseconds.
|
namespaces | Array of strings Namespaces from which to retrieve slow queries. A namespace consists of one database and one collection resource written as |
nLogs | integer <int64> [ 0 .. 20000 ] Default: 20000 Maximum number of lines from the log to return. |
since | integer <int64> >= 1199145600000 Date and time from which the query retrieves the slow queries. This parameter expresses its value in the number of milliseconds that have elapsed since the UNIX epoch.
|
{- "slowQueries": [
- {
- "line": "string",
- "namespace": "string"
}
]
}
Returns the indexes that the Performance Advisor suggests. The Performance Advisor monitors queries that MongoDB considers slow and suggests new indexes to improve query performance. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
processId required | string^([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-f]{1,4}\:... Combination of host and port that serves the MongoDB process. The host must be the hostname, FQDN, IPv4 address, or IPv6 address of the host that runs the MongoDB process ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
duration | integer <int64> Length of time expressed during which the query finds suggested indexes among the managed namespaces in the cluster. This parameter expresses its value in milliseconds.
|
namespaces | Array of strings Namespaces from which to retrieve suggested indexes. A namespace consists of one database and one collection resource written as |
nExamples | integer <int64> Default: 5 Maximum number of example queries that benefit from the suggested index. |
nIndexes | integer <int64> Number that indicates the maximum indexes to suggest. |
since | integer <int64> >= 1199145600000 Date and time from which the query retrieves the suggested indexes. This parameter expresses its value in the number of milliseconds that have elapsed since the UNIX epoch.
|
{- "shapes": [
- {
- "avgMs": 0,
- "count": 0,
- "id": "stringstringstringstring",
- "inefficiencyScore": 0,
- "namespace": "string",
- "operations": [
- {
- "predicates": [
- { }
], - "stats": {
- "ms": 0,
- "nReturned": 0,
- "nScanned": 0,
- "ts": 0
}
}
]
}
], - "suggestedIndexes": [
- {
- "avgObjSize": 0,
- "id": "stringstringstringstring",
- "impact": [
- "stringstringstringstring"
], - "index": [
- {
- "property1": 1,
- "property2": 1
}
], - "namespace": "string",
- "weight": 0
}
]
}
Get whether the Serverless Auto Indexing feature is enabled.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
true
Set whether the Serverless Auto Indexing feature is enabled.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster. |
enable required | boolean Value that we want to set for the Serverless Auto Indexing toggle. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Creates one private endpoint service for the specified cloud service provider. This cloud service provider manages the private endpoint service for the project. When you create a private endpoint service, MongoDB Cloud creates a network container in the project for the cloud provider for which you create the private endpoint service if one doesn't already exist. To learn more about private endpoint terminology in MongoDB Cloud, see Private Endpoint Concepts. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one private endpoint for the specified cloud service provider.
providerName required | string Enum: "AWS" "AZURE" "GCP" Human-readable label that identifies the cloud service provider for which you want to create the private endpoint service. |
region required | string Cloud provider region in which you want to create the private endpoint service. Regions accepted as values differ for Amazon Web Services, Google Cloud Platform, and Microsoft Azure. |
{- "providerName": "AWS",
- "region": "string"
}
{- "cloudProvider": "AWS",
- "endpointServiceName": "string",
- "errorMessage": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "interfaceEndpoints": [
- "32b6e34b3d91647abb20e7b8"
], - "regionName": "string",
- "status": "INITIATING"
}
Checks whether each region in the specified cloud service provider can create multiple private endpoints per region. The cloud service provider manages the private endpoint for the project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "enabled": true
}
Enables or disables the ability to create multiple private endpoints per region in all cloud service providers in one project. The cloud service provider manages the private endpoints for the project. Connection strings to existing multi-region and global sharded clusters change when you enable this setting. You must update your applications to use the new connection strings. This might cause downtime. To use this resource, the requesting API Key must have the Project Owner role and all clusters in the deployment must be sharded clusters. Once enabled, you cannot create replica sets.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Enables or disables the ability to create multiple private endpoints per region in all cloud service providers in one project.
enabled required | boolean Flag that indicates whether someone enabled the regionalized private endpoint setting for the specified project.
|
{- "enabled": true
}
{- "enabled": true
}
Returns the name, interfaces, and state of all private endpoint services for the specified cloud service provider. This cloud service provider manages the private endpoint service for the project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
cloudProvider required | string Default: "AWS" Enum: "AWS" "AZURE" "GCP" Cloud service provider that manages this private endpoint service. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "cloudProvider": "AWS",
- "errorMessage": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "regionName": "string",
- "status": "INITIATING"
}
]
Removes one private endpoint service from the specified project. This cloud service provider manages the private endpoint service that belongs to the project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
cloudProvider required | string Default: "AWS" Enum: "AWS" "AZURE" "GCP" Cloud service provider that manages this private endpoint service. |
endpointServiceId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the private endpoint service that you want to delete. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the name, interfaces, and state of the specified private endpoint service from one project. The cloud service provider hosted this private endpoint service that belongs to the project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
cloudProvider required | string Default: "AWS" Enum: "AWS" "AZURE" "GCP" Cloud service provider that manages this private endpoint service. |
endpointServiceId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the private endpoint service that you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "cloudProvider": "AWS",
- "endpointServiceName": "string",
- "errorMessage": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "interfaceEndpoints": [
- "32b6e34b3d91647abb20e7b8"
], - "regionName": "string",
- "status": "INITIATING"
}
Creates one private endpoint for the specified cloud service provider. This cloud service provider manages the private endpoint service, which in turn manages the private endpoints for the project. To use this resource, the requesting API Key must have the Project Owner role. To learn more about considerations, limitations, and prerequisites, see the MongoDB documentation for setting up a private endpoint.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
cloudProvider required | string Default: "AWS" Enum: "AWS" "AZURE" "GCP" Cloud service provider that manages this private endpoint. |
endpointServiceId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the private endpoint service for which you want to create a private endpoint. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Creates one private endpoint for the specified cloud service provider.
{- "id": "vpce-3bf78b0ddee411ba1"
}
{- "cloudProvider": "AWS",
- "connectionStatus": "PENDING_ACCEPTANCE",
- "deleteRequested": true,
- "errorMessage": "string",
- "interfaceEndpointId": "32b6e34b3d91647abb20e7b8"
}
Removes one private endpoint from the specified project and private endpoint service, as managed by the specified cloud service provider. When the last private endpoint is removed from a given private endpoint service, that private endpoint service is also removed. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
cloudProvider required | string Default: "AWS" Enum: "AWS" "AZURE" "GCP" Cloud service provider that manages this private endpoint. |
endpointId required | string^vpce-[0-9a-f]{17}|^%2[fF]subscriptions%2[fF]... Unique string that identifies the private endpoint you want to delete. The format of the endpointId parameter differs for AWS and Azure. You must URL encode the endpointId for Azure private endpoints. |
endpointServiceId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the private endpoint service from which you want to delete a private endpoint. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the connection state of the specified private endpoint. The private endpoint service manages this private endpoint which belongs to one project hosted from one cloud service provider. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
cloudProvider required | string Default: "AWS" Enum: "AWS" "AZURE" "GCP" Cloud service provider that manages this private endpoint. |
endpointId required | string^vpce-[0-9a-f]{17}|^%2[fF]subscriptions%2[fF]... Unique string that identifies the private endpoint you want to return. The format of the endpointId parameter differs for AWS and Azure. You must URL encode the endpointId for Azure private endpoints. |
endpointServiceId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the private endpoint service for which you want to return a private endpoint. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "cloudProvider": "AWS",
- "connectionStatus": "PENDING_ACCEPTANCE",
- "deleteRequested": true,
- "errorMessage": "string",
- "interfaceEndpointId": "32b6e34b3d91647abb20e7b8"
}
Returns, adds, edits, and removes access tokens to use the MongoDB Cloud API. MongoDB Cloud applies these keys to organizations. These resources can return, assign, or revoke use of these keys within a specified project.
Returns all organization API keys that you assigned to the specified project. Users with the Project Owner role in the project associated with the API key can use the organization API key to access the resources. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}
], - "totalCount": 0
}
Creates and assigns the specified organization API key to the specified project. Users with the Project Owner role in the project associated with the API key can use the organization API key to access the resources. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Organization API key to be created and assigned to the specified project.
desc required | string [ 1 .. 250 ] characters Purpose or explanation provided when someone created this project API key. |
roles required | Array of strings non-empty Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" "ORG_TEAM_MEMBERS_ADMIN" "GROUP_ATLAS_ADMIN" "GROUP_AUTOMATION_ADMIN" "GROUP_BACKUP_ADMIN" "GROUP_MONITORING_ADMIN" "GROUP_OWNER" "GROUP_READ_ONLY" "GROUP_USER_ADMIN" "GROUP_BILLING_ADMIN" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_CHARTS_ADMIN" "GROUP_CLUSTER_MANAGER" "GROUP_SEARCH_INDEX_EDITOR" "GROUP_STREAM_PROCESSING_OWNER" List of roles to grant this API key. If you provide this list, provide a minimum of one role and ensure each role applies to this project. |
{- "desc": "string",
- "roles": [
- "ORG_OWNER"
]
}
{- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}
Removes one organization API key from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key that you want to unassign from one project. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Updates the roles of the organization API key that you specify for the project that you specify. You must specify at least one valid role for the project. The application removes any roles that you do not include in this request if they were previously set in the organization API key that you specify for the project.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key that you want to unassign from one project. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Organization API Key to be updated. This request requires a minimum of one of the two body parameters.
desc | string [ 1 .. 250 ] characters Purpose or explanation provided when someone creates this project API key. |
roles | Array of strings Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" "ORG_TEAM_MEMBERS_ADMIN" "GROUP_ATLAS_ADMIN" "GROUP_AUTOMATION_ADMIN" "GROUP_BACKUP_ADMIN" "GROUP_MONITORING_ADMIN" "GROUP_OWNER" "GROUP_READ_ONLY" "GROUP_USER_ADMIN" "GROUP_BILLING_ADMIN" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_CHARTS_ADMIN" "GROUP_CLUSTER_MANAGER" "GROUP_SEARCH_INDEX_EDITOR" "GROUP_STREAM_PROCESSING_OWNER" List of roles to grant this API key. If you provide this list, provide a minimum of one role and ensure each role applies to this project. |
{- "desc": "string",
- "roles": [
- "ORG_OWNER"
]
}
{- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}
Assigns the specified organization API key to the specified project. Users with the Project Owner role in the project associated with the API key can then use the organization API key to access the resources. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key that you want to assign to one project. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Organization API key to be assigned to the specified project.
roles | Array of strings Items Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_SEARCH_INDEX_EDITOR" "GROUP_STREAM_PROCESSING_OWNER" "GROUP_OWNER" "GROUP_READ_ONLY" List of roles to grant this API key. If you provide this list, provide a minimum of one role and ensure each role applies to this project. |
[- {
- "roles": [
- "GROUP_CLUSTER_MANAGER"
]
}
]
{- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}
Returns all organization API keys for the specified organization. The organization API keys grant programmatic access to an organization. You can't use the API key to log into MongoDB Cloud through the console. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}
], - "totalCount": 0
}
Creates one API key for the specified organization. An organization API key grants programmatic access to an organization. You can't use the API key to log into the console. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Organization API Key to be created.
desc required | string [ 1 .. 250 ] characters Purpose or explanation provided when someone created this organization API key. |
roles required | Array of strings non-empty Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" "ORG_TEAM_MEMBERS_ADMIN" List of roles to grant this API key. If you provide this list, provide a minimum of one role and ensure each role applies to this organization. |
{- "desc": "string",
- "roles": [
- "ORG_OWNER"
]
}
{- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}
Removes one organization API key from the specified organization. When you remove an API key from an organization, MongoDB Cloud also removes that key from any projects that use that key. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one organization API key. The organization API keys grant programmatic access to an organization. You can't use the API key to log into MongoDB Cloud through the user interface. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key that you want to update. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}
Updates one organization API key in the specified organization. The organization API keys grant programmatic access to an organization. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key you want to update. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Organization API key to be updated. This request requires a minimum of one of the two body parameters.
desc | string [ 1 .. 250 ] characters Purpose or explanation provided when someone creates this organization API key. |
roles | Array of strings Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" "ORG_TEAM_MEMBERS_ADMIN" List of roles to grant this API key. If you provide this list, provide a minimum of one role and ensure each role applies to this organization. |
{- "desc": "string",
- "roles": [
- "ORG_OWNER"
]
}
{- "desc": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "privateKey": "55c3bbb6-b4bb-0be1-e66d20841f3e",
- "publicKey": "zmmrboas",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}
Returns all access list entries that you configured for the specified organization API key. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key for which you want to return access list entries. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "cidrBlock": "203.0.113.0/24",
- "count": 1,
- "created": "2019-08-24T14:15:22Z",
- "ipAddress": "203.0.113.10",
- "lastUsed": "2019-08-24T14:15:22Z",
- "lastUsedAddress": "203.0.113.10",
}
], - "totalCount": 0
}
Creates the access list entries for the specified organization API key. Resources require all API requests originate from IP addresses on the API access list. To use this resource, the requesting API Key must have the Read Write role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key for which you want to create a new access list entry. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Access list entries to be created for the specified organization API key.
cidrBlock | string^((([0-9]{1,3}\.){3}[0-9]{1,3})|(:{0,2}([0-9a... Range of network addresses that you want to add to the access list for the API key. This parameter requires the range to be expressed in classless inter-domain routing (CIDR) notation of Internet Protocol version 4 or version 6 addresses. You can set a value for this parameter or ipAddress but not both in the same request. |
ipAddress | string^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$))... Network address that you want to add to the access list for the API key. This parameter requires the address to be expressed as one Internet Protocol version 4 or version 6 address. You can set a value for this parameter or cidrBlock but not both in the same request. |
[- {
- "cidrBlock": "203.0.113.0/24",
- "ipAddress": "203.0.113.10"
}
]
{- "results": [
- {
- "cidrBlock": "203.0.113.0/24",
- "count": 1,
- "created": "2019-08-24T14:15:22Z",
- "ipAddress": "203.0.113.10",
- "lastUsed": "2019-08-24T14:15:22Z",
- "lastUsedAddress": "203.0.113.10",
}
], - "totalCount": 0
}
Removes the specified access list entry from the specified organization API key. Resources require all API requests originate from the IP addresses on the API access list. To use this resource, the requesting API Key must have the Read Write role. In addition, you cannot remove the requesting IP address from the requesting organization API key.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key for which you want to remove access list entries. |
ipAddress required | string^([0-9]{1,3}\.){3}[0-9]{1,3}(%2[fF][0-9]{1,3}... Example: 192.0.2.0%2F24 One IP address or multiple IP addresses represented as one CIDR block to limit requests to API resources in the specified organization. When adding a CIDR block with a subnet mask, such as 192.0.2.0/24, use the URL-encoded value %2F for the forward slash /. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one access list entry for the specified organization API key. Resources require all API requests originate from IP addresses on the API access list. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
ipAddress required | string^([0-9]{1,3}\.){3}[0-9]{1,3}(%2[fF][0-9]{1,3}... Example: 192.0.2.0%2F24 One IP address or multiple IP addresses represented as one CIDR block to limit requests to API resources in the specified organization. When adding a CIDR block with a subnet mask, such as 192.0.2.0/24, use the URL-encoded value %2F for the forward slash /. |
apiUserId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies this organization API key for which you want to return access list entries. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "cidrBlock": "203.0.113.0/24",
- "count": 1,
- "created": "2019-08-24T14:15:22Z",
- "ipAddress": "203.0.113.10",
- "lastUsed": "2019-08-24T14:15:22Z",
- "lastUsedAddress": "203.0.113.10",
}
Returns, adds, edits, and removes network access limits to database deployments in Atlas. This resource replaces the whitelist resource. Atlas removed whitelists in July 2021. Update your applications to use this new resource. This resource manages a project's IP Access List and supports creating temporary Access List entries that automatically expire within a user-configurable 7-day period.
Returns all access list entries from the specified project's IP access list. Each entry in the project's IP access list contains either one IP address or one CIDR-notated block of IP addresses. MongoDB Cloud only allows client connections to the cluster from entries in the project's IP access list. To use this resource, the requesting API Key must have the Project Read Only or Project Charts Admin roles. This resource replaces the whitelist resource. MongoDB Cloud removed whitelists in July 2021. Update your applications to use this new resource. The /groups/{GROUP-ID}/accessList
endpoint manages the database IP access list. This endpoint is distinct from the orgs/{ORG-ID}/apiKeys/{API-KEY-ID}/accesslist
endpoint, which manages the access list for MongoDB Cloud organizations.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "awsSecurityGroup": "string",
- "cidrBlock": "string",
- "comment": "string",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "ipAddress": "string",
}
], - "totalCount": 0
}
Adds one or more access list entries to the specified project. MongoDB Cloud only allows client connections to the cluster from entries in the project's IP access list. Write each entry as either one IP address or one CIDR-notated block of IP addresses. To use this resource, the requesting API Key must have the Project Owner or Project Charts Admin roles. This resource replaces the whitelist resource. MongoDB Cloud removed whitelists in July 2021. Update your applications to use this new resource. The /groups/{GROUP-ID}/accessList
endpoint manages the database IP access list. This endpoint is distinct from the orgs/{ORG-ID}/apiKeys/{API-KEY-ID}/accesslist
endpoint, which manages the access list for MongoDB Cloud organizations. This endpoint doesn't support concurrent POST
requests. You must submit multiple POST
requests synchronously.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
One or more access list entries to add to the specified project.
awsSecurityGroup | string^([0-9]*/)?sg-([0-9]*) Unique string of the Amazon Web Services (AWS) security group that you want to add to the project's IP access list. Your IP access list entry can be one awsSecurityGroup, one cidrBlock, or one ipAddress. You must configure Virtual Private Connection (VPC) peering for your project before you can add an AWS security group to an IP access list. You cannot set AWS security groups as temporary access list entries. Don't set this parameter if you set cidrBlock or ipAddress. |
cidrBlock | string^([0-9]{1,3}\.){3}[0-9]{1,3}(%2[fF][0-9]{1,3}... Range of IP addresses in Classless Inter-Domain Routing (CIDR) notation that you want to add to the project's IP access list. Your IP access list entry can be one awsSecurityGroup, one cidrBlock, or one ipAddress. Don't set this parameter if you set awsSecurityGroup or ipAddress. |
comment | string <= 80 characters Remark that explains the purpose or scope of this IP access list entry. |
deleteAfterDate | string <date-time> Date and time after which MongoDB Cloud deletes the temporary access list entry. This parameter expresses its value in the ISO 8601 timestamp format in UTC and can include the time zone designation. The date must be later than the current date but no later than one week after you submit this request. The resource returns this parameter if you specified an expiration date when creating this IP access list entry. |
ipAddress | string^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$))... IP address that you want to add to the project's IP access list. Your IP access list entry can be one awsSecurityGroup, one cidrBlock, or one ipAddress. Don't set this parameter if you set awsSecurityGroup or cidrBlock. |
[- {
- "awsSecurityGroup": "string",
- "cidrBlock": "string",
- "comment": "string",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "ipAddress": "string"
}
]
{- "results": [
- {
- "awsSecurityGroup": "string",
- "cidrBlock": "string",
- "comment": "string",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "ipAddress": "string",
}
], - "totalCount": 0
}
Removes one access list entry from the specified project's IP access list. Each entry in the project's IP access list contains one IP address, one CIDR-notated block of IP addresses, or one AWS Security Group ID. MongoDB Cloud only allows client connections to the cluster from entries in the project's IP access list. To use this resource, the requesting API Key must have the Project Owner role. This resource replaces the whitelist resource. MongoDB Cloud removed whitelists in July 2021. Update your applications to use this new resource. The /groups/{GROUP-ID}/accessList
endpoint manages the database IP access list. This endpoint is distinct from the orgs/{ORG-ID}/apiKeys/{API-KEY-ID}/accesslist
endpoint, which manages the access list for MongoDB Cloud organizations.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
entryValue required | string^([0-9]{1,3}\.){3}[0-9]{1,3}(%2[fF][0-9]{1,3}... Example: IPv4: 192.0.2.0%2F24 or IPv6: 2001:db8:85a3:8d3:1319:8a2e:370:7348 or IPv4 CIDR: 198.51.100.0%2f24 or IPv6 CIDR: 2001:db8::%2f58 or AWS SG: sg-903004f8 Access list entry that you want to remove from the project's IP access list. This value can use one of the following: one AWS security group ID, one IP address, or one CIDR block of addresses. For CIDR blocks that use a subnet mask, replace the forward slash (
|
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one access list entry from the specified project's IP access list. Each entry in the project's IP access list contains either one IP address or one CIDR-notated block of IP addresses. MongoDB Cloud only allows client connections to the cluster from entries in the project's IP access list. To use this resource, the requesting API Key must have the Project Read Only or Project Charts Admin roles. This resource replaces the whitelist resource. MongoDB Cloud removed whitelists in July 2021. Update your applications to use this new resource. This endpoint (/groups/{GROUP-ID}/accessList
) manages the Project IP Access List. It doesn't manage the access list for MongoDB Cloud organizations. TheProgrammatic API Keys endpoint (/orgs/{ORG-ID}/apiKeys/{API-KEY-ID}/accesslist
) manages those access lists.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
entryValue required | string^([0-9]{1,3}\.){3}[0-9]{1,3}(%2[fF][0-9]{1,3}... Example: IPv4: 192.0.2.0%2F24 or IPv6: 2001:db8:85a3:8d3:1319:8a2e:370:7348 or IPv4 CIDR: 198.51.100.0%2f24 or IPv6 CIDR: 2001:db8::%2f58 or AWS SG: sg-903004f8 Access list entry that you want to return from the project's IP access list. This value can use one of the following: one AWS security group ID, one IP address, or one CIDR block of addresses. For CIDR blocks that use a subnet mask, replace the forward slash ( |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "awsSecurityGroup": "string",
- "cidrBlock": "string",
- "comment": "string",
- "deleteAfterDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "ipAddress": "string",
}
Returns the status of one project IP access list entry. This resource checks if the provided project IP access list entry applies to all cloud providers serving clusters from the specified project.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
entryValue required | string^([0-9]{1,3}\.){3}[0-9]{1,3}(%2[fF][0-9]{1,3}... Example: IPv4: 192.0.2.0%2F24 or IPv6: 2001:db8:85a3:8d3:1319:8a2e:370:7348 or IPv4 CIDR: 198.51.100.0%2f24 or IPv6 CIDR: 2001:db8::%2f58 or AWS SG: sg-903004f8 Network address or cloud provider security construct that identifies which project access list entry to be verified. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "STATUS": "PENDING"
}
Returns details about all projects. Projects group clusters into logical collections that support an application environment, workload, or both. Each project can have its own users, teams, security, tags, and alert settings. To use this resource, the requesting API Key must have the Organization Read Only role or higher.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "clusterCount": 0,
- "created": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "regionUsageRestrictions": "COMMERCIAL_FEDRAMP_REGIONS_ONLY",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
], - "totalCount": 0
}
Creates one project. Projects group clusters into logical collections that support an application environment, workload, or both. Each project can have its own users, teams, security, tags, and alert settings. To use this resource, the requesting API Key must have the Read Write role.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
projectOwnerId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the MongoDB Cloud user to whom to grant the Project Owner role on the specified project. If you set this parameter, it overrides the default value of the oldest Organization Owner. |
Creates one project.
name required | string [ 1 .. 64 ] characters ^[\p{L}\p{N}\-_.(),:&@+']{1,64}$ Human-readable label that identifies the project included in the MongoDB Cloud organization. | ||||||
orgId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the MongoDB Cloud organization to which the project belongs. | ||||||
regionUsageRestrictions | string Default: "COMMERCIAL_FEDRAMP_REGIONS_ONLY" Enum: "COMMERCIAL_FEDRAMP_REGIONS_ONLY" "GOV_REGIONS_ONLY" Applies to Atlas for Government only. In Commercial Atlas, this field will be rejected in requests and missing in responses. This field sets restrictions on available regions in the project.
| ||||||
Array of objects (Resource Tag) List that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the project. | |||||||
withDefaultAlertsSettings | boolean Flag that indicates whether to create the project with default alert settings. |
{- "name": "string",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "regionUsageRestrictions": "COMMERCIAL_FEDRAMP_REGIONS_ONLY",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "withDefaultAlertsSettings": true
}
{- "clusterCount": 0,
- "created": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "regionUsageRestrictions": "COMMERCIAL_FEDRAMP_REGIONS_ONLY",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
Returns details about the specified project. Projects group clusters into logical collections that support an application environment, workload, or both. Each project can have its own users, teams, security, tags, and alert settings. To use this resource, the requesting API Key must have the Project Read Only role.
groupName required | string [ 1 .. 64 ] characters Human-readable label that identifies this project. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "clusterCount": 0,
- "created": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "regionUsageRestrictions": "COMMERCIAL_FEDRAMP_REGIONS_ONLY",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
Removes the specified project. Projects group clusters into logical collections that support an application environment, workload, or both. Each project can have its own users, teams, security, tags, and alert settings. You can delete a project only if there are no Online Archives for the clusters in the project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns details about the specified project. Projects group clusters into logical collections that support an application environment, workload, or both. Each project can have its own users, teams, security, tags, and alert settings. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "clusterCount": 0,
- "created": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "regionUsageRestrictions": "COMMERCIAL_FEDRAMP_REGIONS_ONLY",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
Updates the human-readable label that identifies the specified project, or the tags associated with the project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Project to update.
name | string Human-readable label that identifies the project included in the MongoDB Cloud organization. |
Array of objects (Resource Tag) List that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the project. |
{- "name": "string",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
{- "clusterCount": 0,
- "created": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "regionUsageRestrictions": "COMMERCIAL_FEDRAMP_REGIONS_ONLY",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
Adds one MongoDB Cloud user to the specified project. If the MongoDB Cloud user is not a member of the project's organization, then the user must accept their invitation to the organization to access information within the specified project. If the MongoDB Cloud User is already a member of the project's organization, then they will be added to the project immediately and an invitation will not be returned by this resource. To use this resource, the requesting API Key must have the Group User Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Adds one MongoDB Cloud user to the specified project.
roles | Array of strings unique Items Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_OWNER" "GROUP_READ_ONLY" One or more project level roles to assign to the MongoDB Cloud user. |
username | string <email> Email address of the MongoDB Cloud user invited to the specified project. |
{- "roles": [
- "GROUP_CLUSTER_MANAGER"
], - "username": "user@example.com"
}
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupRoleAssignments": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupRole": "GROUP_CLUSTER_MANAGER"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "orgName": "string",
- "roles": [
- "ORG_OWNER"
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
Returns all pending invitations to the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
username | string <email> Email address of the user account invited to this project. |
[- {
- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "roles": [
- "GROUP_CLUSTER_MANAGER"
], - "username": "user@example.com"
}
]
Updates the details of one pending invitation to the specified project. To specify which invitation to update, provide the username of the invited user. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Updates the details of one pending invitation to the specified project.
roles | Array of strings unique Items Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_OWNER" "GROUP_READ_ONLY" One or more project level roles to assign to the MongoDB Cloud user. |
username | string <email> Email address of the MongoDB Cloud user invited to the specified project. |
{- "roles": [
- "GROUP_CLUSTER_MANAGER"
], - "username": "user@example.com"
}
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "roles": [
- "GROUP_CLUSTER_MANAGER"
], - "username": "user@example.com"
}
Invites one MongoDB Cloud user to join the specified project. The MongoDB Cloud user must accept the invitation to access information within the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Invites one MongoDB Cloud user to join the specified project.
roles | Array of strings unique Items Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_OWNER" "GROUP_READ_ONLY" One or more project level roles to assign to the MongoDB Cloud user. |
username | string <email> Email address of the MongoDB Cloud user invited to the specified project. |
{- "roles": [
- "GROUP_CLUSTER_MANAGER"
], - "username": "user@example.com"
}
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "roles": [
- "GROUP_CLUSTER_MANAGER"
], - "username": "user@example.com"
}
Cancels one pending invitation sent to the specified MongoDB Cloud user to join a project. You can't cancel an invitation that the user accepted. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
invitationId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the invitation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Returns the details of one pending invitation to the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
invitationId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the invitation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "roles": [
- "GROUP_CLUSTER_MANAGER"
], - "username": "user@example.com"
}
Updates the details of one pending invitation to the specified project. To specify which invitation to update, provide the unique identification string for that invitation. Use the Return All Project Invitations endpoint to retrieve IDs for all pending project invitations. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
invitationId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the invitation. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Updates the details of one pending invitation to the specified project.
roles | Array of strings unique Items Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_OWNER" "GROUP_READ_ONLY" One or more organization or project level roles to assign to the MongoDB Cloud user. |
{- "roles": [
- "GROUP_CLUSTER_MANAGER"
]
}
{- "createdAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "groupName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "inviterUsername": "user@example.com",
- "roles": [
- "GROUP_CLUSTER_MANAGER"
], - "username": "user@example.com"
}
Returns all IP addresses for this project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "groupId": "32b6e34b3d91647abb20e7b8",
- "services": {
- "clusters": [
- {
- "clusterName": "string",
- "inbound": [
- "string"
], - "outbound": [
- "string"
]
}
]
}
}
Returns all the limits for the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
[- {
- "currentUsage": 0,
- "defaultLimit": 0,
- "maximumLimit": 0,
- "name": "string",
- "value": 0
}
]
Removes the specified project limit. Depending on the limit, Atlas either resets the limit to its default value or removes the limit entirely. To use this resource, the requesting API Key must have the Project Owner role.
limitName required | string Enum: "atlas.project.security.databaseAccess.users" "atlas.project.deployment.clusters" "atlas.project.deployment.serverlessMTMs" "atlas.project.security.databaseAccess.customRoles" "atlas.project.security.networkAccess.entries" "atlas.project.security.networkAccess.crossRegionEntries" "atlas.project.deployment.nodesPerPrivateLinkRegion" "dataFederation.bytesProcessed.query" "dataFederation.bytesProcessed.daily" "dataFederation.bytesProcessed.weekly" "dataFederation.bytesProcessed.monthly" "atlas.project.deployment.privateServiceConnectionsPerRegionGroup" "atlas.project.deployment.privateServiceConnectionsSubnetMask" Human-readable label that identifies this project limit.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the specified limit for the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
limitName required | string Enum: "atlas.project.security.databaseAccess.users" "atlas.project.deployment.clusters" "atlas.project.deployment.serverlessMTMs" "atlas.project.security.databaseAccess.customRoles" "atlas.project.security.networkAccess.entries" "atlas.project.security.networkAccess.crossRegionEntries" "atlas.project.deployment.nodesPerPrivateLinkRegion" "dataFederation.bytesProcessed.query" "dataFederation.bytesProcessed.daily" "dataFederation.bytesProcessed.weekly" "dataFederation.bytesProcessed.monthly" "atlas.project.deployment.privateServiceConnectionsPerRegionGroup" "atlas.project.deployment.privateServiceConnectionsSubnetMask" Human-readable label that identifies this project limit.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "currentUsage": 0,
- "defaultLimit": 0,
- "maximumLimit": 0,
- "name": "atlas.project.deployment.clusters",
- "value": 0
}
Sets the specified project limit. To use this resource, the requesting API Key must have the Project Owner role.
NOTE: Increasing the following configuration limits might lead to slower response times in the MongoDB Cloud UI or increased user management overhead leading to authentication or authorization re-architecture. If possible, we recommend that you create additional projects to gain access to more of these resources for a more sustainable growth pattern.
limitName required | string Enum: "atlas.project.security.databaseAccess.users" "atlas.project.deployment.clusters" "atlas.project.deployment.serverlessMTMs" "atlas.project.security.databaseAccess.customRoles" "atlas.project.security.networkAccess.entries" "atlas.project.security.networkAccess.crossRegionEntries" "atlas.project.deployment.nodesPerPrivateLinkRegion" "dataFederation.bytesProcessed.query" "dataFederation.bytesProcessed.daily" "dataFederation.bytesProcessed.weekly" "dataFederation.bytesProcessed.monthly" "atlas.project.deployment.privateServiceConnectionsPerRegionGroup" "atlas.project.deployment.privateServiceConnectionsSubnetMask" Human-readable label that identifies this project limit.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Limit to update.
value required | integer <int64> Amount to set the limit to. |
{- "value": 0,
- "name": "atlas.project.deployment.clusters"
}
{- "currentUsage": 0,
- "defaultLimit": 0,
- "maximumLimit": 0,
- "name": "atlas.project.deployment.clusters",
- "value": 0
}
Returns the MongoDB Long Term Support Major Versions available to new clusters in this project.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
cloudProvider | string Enum: "AWS" "AZURE" "GCP" "TENANT" Filter results to only one cloud provider. |
instanceSize | string Example: instanceSize=M10 Filter results to only one instance size. |
defaultStatus | string Value: "DEFAULT" Filter results to only the default values per tier. This value must be DEFAULT. |
itemsPerPage | integer <int64> >= 1 Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
{- "results": [
- {
- "cloudProvider": "AWS",
- "defaultStatus": "DEFAULT",
- "instanceSize": "M10",
- "version": "string"
}
], - "totalCount": 0
}
Returns details about the specified project's settings. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "isCollectDatabaseSpecificsStatisticsEnabled": true,
- "isDataExplorerEnabled": true,
- "isExtendedStorageSizesEnabled": true,
- "isPerformanceAdvisorEnabled": true,
- "isRealtimePerformancePanelEnabled": true,
- "isSchemaAdvisorEnabled": true
}
Updates the settings of the specified project. You can update any of the options available. MongoDB cloud only updates the options provided in the request. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Settings to update.
isCollectDatabaseSpecificsStatisticsEnabled | boolean Flag that indicates whether to collect database-specific metrics for the specified project. |
isDataExplorerEnabled | boolean Flag that indicates whether to enable the Data Explorer for the specified project. |
isExtendedStorageSizesEnabled | boolean Flag that indicates whether to enable extended storage sizes for the specified project. |
isPerformanceAdvisorEnabled | boolean Flag that indicates whether to enable the Performance Advisor and Profiler for the specified project. |
isRealtimePerformancePanelEnabled | boolean Flag that indicates whether to enable the Real Time Performance Panel for the specified project. |
isSchemaAdvisorEnabled | boolean Flag that indicates whether to enable the Schema Advisor for the specified project. |
{- "isCollectDatabaseSpecificsStatisticsEnabled": true,
- "isDataExplorerEnabled": true,
- "isExtendedStorageSizesEnabled": true,
- "isPerformanceAdvisorEnabled": true,
- "isRealtimePerformancePanelEnabled": true,
- "isSchemaAdvisorEnabled": true
}
{- "isCollectDatabaseSpecificsStatisticsEnabled": true,
- "isDataExplorerEnabled": true,
- "isExtendedStorageSizesEnabled": true,
- "isPerformanceAdvisorEnabled": true,
- "isRealtimePerformancePanelEnabled": true,
- "isSchemaAdvisorEnabled": true
}
Returns details about all users in the specified project. Users belong to an organization. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
flattenTeams | boolean Default: false Flag that indicates whether the returned list should include users who belong to a team with a role in this project. You might not have assigned the individual users a role in this project. If |
includeOrgUsers | boolean Default: false Flag that indicates whether the returned list should include users with implicit access to the project, the Organization Owner or Organization Read Only role. You might not have assigned the individual users a role in this project. If |
{- "results": [
- {
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "emailAddress": "user@example.com",
- "firstName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastAuth": "2019-08-24T14:15:22Z",
- "lastName": "string",
- "mobileNumber": "string",
- "password": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
], - "totalCount": 0
}
Removes the specified user from the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
userId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal string that identifies MongoDB Cloud user you want to remove from the specified project. To return a application user's ID using their application username, use the Get All application users in One Project endpoint. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Updates the roles of the specified user in the specified project. To specify the user to update, provide the unique 24-hexadecimal digit string that identifies the user in the specified project. To use this resource, the requesting API Key must have the Group User Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
userId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the user to modify. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Roles to update for the specified user.
groupRoles | Array of strings unique Items Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_OWNER" "GROUP_READ_ONLY" "GROUP_SEARCH_INDEX_EDITOR" "GROUP_STREAM_PROCESSING_OWNER" One or more project level roles to assign to the MongoDB Cloud user. |
{- "groupRoles": [
- "GROUP_CLUSTER_MANAGER"
]
}
{- "groupRoles": [
- "GROUP_CLUSTER_MANAGER"
],
}
Migrates a project from its current organization to another organization. All project users and their roles will be copied to the same project in the destination organization. You must include an organization API key with the Organization Owner role for the destination organization to verify access to the destination organization when you authenticate with Programmatic API Keys. Otherwise, the requesting user must have the Organization Owner role in both organizations. To use this resource, the requesting API Key must have the Organization Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Migrates a project from its current organization to another organization.
{ }
{- "clusterCount": 0,
- "created": "2019-08-24T14:15:22Z",
- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "regionUsageRestrictions": "COMMERCIAL_FEDRAMP_REGIONS_ONLY",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
You can continually push logs from mongod, mongos, and audit logs to an AWS S3 bucket. Atlas exports logs every 5 minutes.
Disables the push-based log export feature by resetting the project level settings to its default configuration.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Fetches the current project level settings for the push-based log export feature.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "bucketName": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "iamRoleId": "string",
- "prefixPath": "string",
- "state": "UNCONFIGURED"
}
Updates the project level settings for the push-based log export feature.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
The project configuration details. The S3 bucket name, IAM role ID, and prefix path fields are the only fields that may be specified. Fields left unspecified will not be modified.
bucketName | string The name of the bucket to which the agent will send the logs to. |
iamRoleId | string ID of the AWS IAM role that will be used to write to the S3 bucket. |
prefixPath | string S3 directory in which vector will write to in order to store the logs. An empty string denotes the root directory. |
{- "bucketName": "string",
- "iamRoleId": "string",
- "prefixPath": "string"
}
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Configures the project level settings for the push-based log export feature.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
The project configuration details. The S3 bucket name, IAM role ID, and prefix path fields are required.
bucketName required | string The name of the bucket to which the agent will send the logs to. |
iamRoleId required | string ID of the AWS IAM role that will be used to write to the S3 bucket. |
prefixPath required | string S3 directory in which vector will write to in order to store the logs. An empty string denotes the root directory. |
{- "bucketName": "string",
- "iamRoleId": "string",
- "prefixPath": "string"
}
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Creates one index to a database deployment in a rolling manner. You can't create a rolling index on an M0
free cluster or M2/M5
shared cluster.
Creates an index on the cluster identified by its name in a rolling manner. Creating the index in this way allows index builds on one replica set member as a standalone at a time, starting with the secondary members. Creating indexes in this way requires at least one replica set election. To use this resource, the requesting API Key must have the Project Data Access Admin role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
clusterName required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the cluster on which MongoDB Cloud creates an index. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Rolling index to create on the specified cluster.
object (Collation) One or more settings that specify language-specific rules to compare strings within this index. | |
collection required | string Human-readable label of the collection for which MongoDB Cloud creates an index. |
db required | string Human-readable label of the database that holds the collection on which MongoDB Cloud creates an index. |
Array of objects[ items = 1 properties ] List that contains one or more objects that describe the parameters that you want to index. | |
object (IndexOptions) One or more settings that determine how the MongoDB Cloud creates this MongoDB index. |
2dspere Index
{- "collation": {
- "alternate": "non-ignorable",
- "backwards": false,
- "caseFirst": "lower",
- "caseLevel": false,
- "locale": "af",
- "maxVariable": "punct",
- "normalization": false,
- "numericOrdering": false,
- "strength": 3
}, - "collection": "accounts",
- "db": "sample_airbnb",
- "keys": [
- {
- "property_type": "1"
}
], - "options": {
- "name": "PartialIndexTest",
- "partialFilterExpression": {
- "limit": {
- "$gt": 900
}
}
}
}
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns details that describe the MongoDB Cloud build and the access token that requests this resource. This starts the MongoDB Cloud API.
This resource returns information about the MongoDB application along with API key meta data.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "apiKey": {
- "accessList": [
- {
- "cidrBlock": "string",
- "ipAddress": "string"
}
], - "id": "32b6e34b3d91647abb20e7b8",
- "publicKey": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
]
}, - "appName": "MongoDB Atlas",
- "build": "83be55e140f493c88e7f578aae96548dd881587b",
- "throttling": true
}
Returns all control plane IP addresses. Currently, inbound Atlas control plane IP addresses are not yet available. The inbound IP address list in your API response is empty. To manually retrieve a list of inbound Atlas control plane IP addresses, see Required Inbound Access.
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "inbound": {
- "aws": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "azure": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "gcp": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "outbound": {
- "aws": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "azure": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "gcp": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}
Returns details for all serverless instances in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "connectionStrings": {
- "privateEndpoint": [
- {
- "endpoints": [
- {
- "endpointId": "string",
- "providerName": "AWS",
- "region": "string"
}
], - "srvConnectionString": "string",
- "type": "MONGOS"
}
], - "standardSrv": "string"
}, - "createDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "mongoDBVersion": "string",
- "name": "string",
- "providerSettings": {
- "backingProviderName": "AWS",
- "providerName": "SERVERLESS",
- "regionName": "string"
}, - "serverlessBackupOptions": {
- "serverlessContinuousBackupEnabled": true
}, - "stateName": "IDLE",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false
}
], - "totalCount": 0
}
Creates one serverless instance in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Create One Serverless Instance in One Project.
name required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance. |
required | object (Cloud Service Provider Settings for a Serverless Instance) Group of cloud provider settings that configure the provisioned MongoDB serverless instance. |
object (Serverless Backup Options) Group of settings that configure serverless backup. | |
Array of objects (Resource Tag) List that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the serverless instance. | |
terminationProtectionEnabled | boolean Default: false Flag that indicates whether termination protection is enabled on the serverless instance. If set to |
{- "name": "string",
- "providerSettings": {
- "backingProviderName": "AWS",
- "providerName": "SERVERLESS",
- "regionName": "string"
}, - "serverlessBackupOptions": {
- "serverlessContinuousBackupEnabled": true
}, - "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false
}
{- "connectionStrings": {
- "privateEndpoint": [
- {
- "endpoints": [
- {
- "endpointId": "string",
- "providerName": "AWS",
- "region": "string"
}
], - "srvConnectionString": "string",
- "type": "MONGOS"
}
], - "standardSrv": "string"
}, - "createDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "mongoDBVersion": "string",
- "name": "string",
- "providerSettings": {
- "backingProviderName": "AWS",
- "providerName": "SERVERLESS",
- "regionName": "string"
}, - "serverlessBackupOptions": {
- "serverlessContinuousBackupEnabled": true
}, - "stateName": "IDLE",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false
}
Removes one serverless instance from the specified project. The serverless instance must have termination protection disabled in order to be deleted. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
name required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns details for one serverless instance in the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
name required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "connectionStrings": {
- "privateEndpoint": [
- {
- "endpoints": [
- {
- "endpointId": "string",
- "providerName": "AWS",
- "region": "string"
}
], - "srvConnectionString": "string",
- "type": "MONGOS"
}
], - "standardSrv": "string"
}, - "createDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "mongoDBVersion": "string",
- "name": "string",
- "providerSettings": {
- "backingProviderName": "AWS",
- "providerName": "SERVERLESS",
- "regionName": "string"
}, - "serverlessBackupOptions": {
- "serverlessContinuousBackupEnabled": true
}, - "stateName": "IDLE",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false
}
Updates one serverless instance in the specified project. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
name required | string [ 1 .. 64 ] characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Update One Serverless Instance in One Project.
object (Serverless Backup Options) Group of settings that configure serverless backup. | |
Array of objects (Resource Tag) List that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the serverless instance. | |
terminationProtectionEnabled | boolean Default: false Flag that indicates whether termination protection is enabled on the serverless instance. If set to |
{- "serverlessBackupOptions": {
- "serverlessContinuousBackupEnabled": true
}, - "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false
}
{- "connectionStrings": {
- "privateEndpoint": [
- {
- "endpoints": [
- {
- "endpointId": "string",
- "providerName": "AWS",
- "region": "string"
}
], - "srvConnectionString": "string",
- "type": "MONGOS"
}
], - "standardSrv": "string"
}, - "createDate": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "id": "32b6e34b3d91647abb20e7b8",
- "mongoDBVersion": "string",
- "name": "string",
- "providerSettings": {
- "backingProviderName": "AWS",
- "providerName": "SERVERLESS",
- "regionName": "string"
}, - "serverlessBackupOptions": {
- "serverlessContinuousBackupEnabled": true
}, - "stateName": "IDLE",
- "tags": [
- {
- "key": "string",
- "value": "string"
}
], - "terminationProtectionEnabled": false
}
Returns, adds, edits, and removes private endpoints for serverless instances. To learn more, see the Atlas Administration API tab on the following tutorial.
Returns all private endpoints for one serverless instance. You must have at least the Project Read Only role for the project to successfully call this resource.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
instanceName required | string <= 64 characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance associated with the tenant endpoint. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
[- {
- "_id": "32b6e34b3d91647abb20e7b8",
- "cloudProviderEndpointId": "string",
- "comment": "string",
- "endpointServiceName": "string",
- "errorMessage": "string",
- "status": "RESERVATION_REQUESTED",
- "providerName": "AWS"
}
]
Creates one private endpoint for one serverless instance. To use this resource, the requesting API Key must have the Project Owner role.
A new endpoint won't be immediately available after creation. Read the steps in the linked tutorial for detailed guidance.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
instanceName required | string <= 64 characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance for which the tenant endpoint will be created. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Information about the Private Endpoint to create for the Serverless Instance.
comment | string <= 80 characters Human-readable comment associated with the private endpoint. |
{- "comment": "string"
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "cloudProviderEndpointId": "string",
- "comment": "string",
- "endpointServiceName": "string",
- "errorMessage": "string",
- "providerName": "AWS",
- "status": "RESERVATION_REQUESTED"
}
Remove one private endpoint from one serverless instance. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
instanceName required | string <= 64 characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance from which the tenant endpoint will be removed. |
endpointId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the tenant endpoint which will be removed. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{ }
Return one private endpoint for one serverless instance. Identify this endpoint using its unique ID. You must have at least the Project Read Only role for the project to successfully call this resource.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
instanceName required | string <= 64 characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance associated with the tenant endpoint. |
endpointId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the tenant endpoint. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "cloudProviderEndpointId": "string",
- "comment": "string",
- "endpointServiceName": "string",
- "errorMessage": "string",
- "providerName": "AWS",
- "status": "RESERVATION_REQUESTED"
}
Updates one private endpoint for one serverless instance. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
instanceName required | string <= 64 characters ^[a-zA-Z0-9][a-zA-Z0-9-]*$ Human-readable label that identifies the serverless instance associated with the tenant endpoint that will be updated. |
endpointId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the tenant endpoint which will be updated. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
Object used for update.
comment | string <= 80 characters Human-readable comment associated with the private endpoint. |
providerName required | string Human-readable label that identifies the cloud provider of the tenant endpoint. |
cloudProviderEndpointId | string^vpce-[0-9a-f]{17}$ Unique string that identifies the private endpoint's network interface. |
{- "comment": "string",
- "providerName": "AWS",
- "cloudProviderEndpointId": "string"
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "cloudProviderEndpointId": "string",
- "comment": "string",
- "endpointServiceName": "string",
- "errorMessage": "string",
- "providerName": "AWS",
- "status": "RESERVATION_REQUESTED"
}
Returns all stream instances for the specified project.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "_id": "32b6e34b3d91647abb20e7b8",
- "connections": [
- {
- "name": "string",
- "type": "Kafka",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
], - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "VIRGINIA_USA"
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "hostnames": [
- "string"
], - "name": "string",
- "streamConfig": {
- "tier": "SP30"
}
}
], - "totalCount": 0
}
Creates one stream instance in the specified project. To use this resource, the requesting API Key must have the Project Data Access Admin role, Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to create one streams instance in the specified project.
object (StreamsDataProcessRegion) Information about the cloud provider region in which MongoDB Cloud processes the stream. | |
name | string Human-readable label that identifies the stream instance. |
object or null (StreamConfig) Configuration options for an Atlas Stream Processing Instance. |
{- "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "VIRGINIA_USA"
}, - "name": "string",
- "streamConfig": {
- "tier": "SP30"
}
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "connections": [
- {
- "name": "string",
- "type": "Kafka",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
], - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "VIRGINIA_USA"
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "hostnames": [
- "string"
], - "name": "string",
- "streamConfig": {
- "tier": "SP30"
}
}
Delete one stream instance in the specified project. To use this resource, the requesting API Key must have the Project Data Access Admin role, Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance to delete. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the details of one stream instance within the specified project. To use this resource, the requesting API Key must have the Project Data Access roles, Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeConnections | boolean Flag to indicate whether connections information should be included in the stream instance. |
{- "_id": "32b6e34b3d91647abb20e7b8",
- "connections": [
- {
- "name": "string",
- "type": "Kafka",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
], - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "VIRGINIA_USA"
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "hostnames": [
- "string"
], - "name": "string",
- "streamConfig": {
- "tier": "SP30"
}
}
Update one stream instance in the specified project. To use this resource, the requesting API Key must have the Project Data Access Admin role, Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance to update. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details of the new data process region to update in the streams instance.
cloudProvider required | string Enum: "AWS" "GCP" "AZURE" "TENANT" "SERVERLESS" Label that identifies the cloud service provider where MongoDB Cloud performs stream processing. Currently, this parameter supports AWS only. |
required | ApiStreamsAWSRegionView (object) (BaseStreamsRegion) Name of the cloud provider region hosting Atlas Stream Processing. |
{- "cloudProvider": "AWS",
- "region": "VIRGINIA_USA"
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "connections": [
- {
- "name": "string",
- "type": "Kafka",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
], - "dataProcessRegion": {
- "cloudProvider": "AWS",
- "region": "VIRGINIA_USA"
}, - "groupId": "32b6e34b3d91647abb20e7b8",
- "hostnames": [
- "string"
], - "name": "string",
- "streamConfig": {
- "tier": "SP30"
}
}
Downloads the audit logs for the specified Atlas Streams Processing instance. By default, logs cover periods of 30 days. To use this resource, the requesting API Key must have the Project Data Access roles, Project Owner role or Project Stream Processing Owner role. The API does not support direct calls with the json response schema. You must request a gzip response schema using an accept header of the format: "Accept: application/vnd.atlas.YYYY-MM-DD+gzip".
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
endDate | integer <int64> 1199145600 Example: endDate=1636481348 Timestamp that specifies the end point for the range of log messages to download. MongoDB Cloud expresses this timestamp in the number of seconds that have elapsed since the UNIX epoch. |
startDate | integer <int64> 1199145600 Example: startDate=1636466948 Timestamp that specifies the starting point for the range of log messages to download. MongoDB Cloud expresses this timestamp in the number of seconds that have elapsed since the UNIX epoch. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns all connections of the stream instance for the specified project.To use this resource, the requesting API Key must have the Project Data Access roles, Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "name": "string",
- "type": "Kafka",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
], - "totalCount": 0
}
Creates one connection for a stream instance in the specified project. To use this resource, the requesting API Key must have the Project Owner or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to create one connection for a streams instance in the specified project.
name | string Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source. |
type | string Type of the connection. Can be either Cluster or Kafka. |
clusterName | string Name of the cluster configured for this connection. |
object (DBRoleToExecute) The name of a Built in or Custom DB Role to connect to an Atlas Cluster. |
{- "name": "string",
- "type": "Cluster",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
{- "name": "string",
- "type": "Cluster",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
Delete one connection of the specified stream instance. To use this resource, the requesting API Key must have the Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
connectionName required | string Human-readable label that identifies the stream connection. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the details of one stream connection within the specified stream instance. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance to return. |
connectionName required | string Human-readable label that identifies the stream connection to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "name": "string",
- "type": "Cluster",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
Update one connection for the specified stream instance in the specified project. To use this resource, the requesting API Key must have the Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
connectionName required | string Human-readable label that identifies the stream connection. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to update one connection for a streams instance in the specified project.
name | string Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source. |
type | string Type of the connection. Can be either Cluster or Kafka. |
clusterName | string Name of the cluster configured for this connection. |
object (DBRoleToExecute) The name of a Built in or Custom DB Role to connect to an Atlas Cluster. |
{- "name": "string",
- "type": "Cluster",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
{- "name": "string",
- "type": "Cluster",
- "clusterName": "string",
- "dbRoleToExecute": {
- "role": "string",
- "type": "BUILT_IN"
}
}
Create one Stream Processor within the specified stream instance. To use this resource, the requesting API Key must have the Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to create an Atlas Streams Processor.
object (StreamsDLQ) Dead letter queue for the stream processor. | |
name | string Human-readable name of the stream processor. |
pipeline | string Stream aggregation pipeline you want to apply to your streaming data. |
{- "dlq": {
- "coll": "string",
- "connectionName": "string",
- "db": "string"
}, - "name": "string",
- "pipeline": "string"
}
{- "_id": "32b6e34b3d91647abb20e7b8",
- "dlq": {
- "coll": "string",
- "connectionName": "string",
- "db": "string",
}, - "name": "string",
- "pipeline": "string"
}
Delete a Stream Processor within the specified stream instance. To use this resource, the requesting API Key must have the Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
processorName required | string Human-readable label that identifies the stream processor. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint)",
- "error": 401,
- "errorCode": "NOT_ORG_GROUP_CREATOR",
- "reason": "Unauthorized"
}
Start a Stream Processor within the specified stream instance. To use this resource, the requesting API Key must have the Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
processorName required | string Human-readable label that identifies the stream processor. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Stop a Stream Processor within the specified stream instance. To use this resource, the requesting API Key must have the Project Owner role or Project Stream Processing Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
tenantName required | string Human-readable label that identifies the stream instance. |
processorName required | string Human-readable label that identifies the stream processor. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns all teams to which the authenticated user has access in the project specified using its unique 24-hexadecimal digit identifier. All members of the team share the same project access. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
{- "results": [
- {
- "roleNames": [
- "GROUP_CLUSTER_MANAGER"
], - "teamId": "32b6e34b3d91647abb20e7b8"
}
], - "totalCount": 0
}
Adds one team to the specified project. All members of the team share the same project access. MongoDB Cloud limits the number of users to a maximum of 100 teams per project and a maximum of 250 teams per organization. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Team to add to the specified project.
roleNames | Array of strings unique Items Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_OWNER" "GROUP_READ_ONLY" One or more organization- or project-level roles to assign to the MongoDB Cloud user. |
teamId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the team. |
[- {
- "roleNames": [
- "GROUP_CLUSTER_MANAGER"
], - "teamId": "32b6e34b3d91647abb20e7b8"
}
]
{- "results": [
- {
- "roleNames": [
- "GROUP_CLUSTER_MANAGER"
], - "teamId": "32b6e34b3d91647abb20e7b8"
}
], - "totalCount": 0
}
Removes one team specified using its unique 24-hexadecimal digit identifier from the project specified using its unique 24-hexadecimal digit identifier. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
teamId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the team that you want to remove from the specified project. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Updates the project roles assigned to the specified team. You can grant team roles for specific projects and grant project access roles to users in the team. All members of the team share the same project access. To use this resource, the requesting API Key must have the Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
teamId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the team for which you want to update roles. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
The project roles assigned to the specified team.
roleNames | Array of strings unique Items Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_OWNER" "GROUP_READ_ONLY" One or more organization- or project-level roles to assign to the MongoDB Cloud user. |
teamId | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the team. |
{- "roleNames": [
- "GROUP_CLUSTER_MANAGER"
], - "teamId": "32b6e34b3d91647abb20e7b8"
}
{- "results": [
- {
- "roleNames": [
- "GROUP_CLUSTER_MANAGER"
], - "teamId": "32b6e34b3d91647abb20e7b8"
}
], - "totalCount": 0
}
Returns all teams that belong to the specified organization. Teams enable you to grant project access roles to MongoDB Cloud users. MongoDB Cloud only returns teams for which you have access. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string"
}
], - "totalCount": 0
}
Creates one team in the specified organization. Teams enable you to grant project access roles to MongoDB Cloud users. MongoDB Cloud limits the number of teams to a maximum of 250 teams per organization. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Team that you want to create in the specified organization.
name required | string Human-readable label that identifies the team. |
usernames | Array of strings <email> unique List that contains the MongoDB Cloud users in this team. |
{- "name": "string",
- "usernames": [
- "user@example.com"
]
}
{- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string",
- "usernames": [
- "user@example.com"
]
}
Returns one team that you identified using its human-readable name. This team belongs to one organization. Teams enable you to grant project access roles to MongoDB Cloud users. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
teamName required | string Name of the team whose information you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string"
}
Removes one team specified using its unique 24-hexadecimal digit identifier from the organization specified using its unique 24-hexadecimal digit identifier. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
teamId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the team that you want to delete. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns one team that you identified using its unique 24-hexadecimal digit ID. This team belongs to one organization. Teams enable you to grant project access roles to MongoDB Cloud users. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
teamId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the team whose information you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string"
}
Renames one team in the specified organization. Teams enable you to grant project access roles to MongoDB Cloud users. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
teamId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the team that you want to rename. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Details to update on the specified team.
name required | string Human-readable label that identifies the team. |
{- "name": "string"
}
{- "id": "32b6e34b3d91647abb20e7b8",
- "name": "string"
}
Returns all MongoDB Cloud users assigned to the team specified using its unique 24-hexadecimal digit identifier. This team belongs to one organization. Teams enable you to grant project access roles to MongoDB Cloud users. To use this resource, the requesting API Key must have the Organization Member role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
teamId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the team whose application users you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "emailAddress": "user@example.com",
- "firstName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastAuth": "2019-08-24T14:15:22Z",
- "lastName": "string",
- "mobileNumber": "string",
- "password": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
], - "totalCount": 0
}
Adds one or more MongoDB Cloud users from the specified organization to the specified team. Teams enable you to grant project access roles to MongoDB Cloud users. You can assign up to 250 MongoDB Cloud users from one organization to one team. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
teamId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal character string that identifies the team to which you want to add MongoDB Cloud users. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
One or more MongoDB Cloud users that you want to add to the specified team.
id required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the MongoDB Cloud user. |
[- {
- "id": "32b6e34b3d91647abb20e7b8"
}
]
{- "results": [
- {
- "country": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "emailAddress": "user@example.com",
- "firstName": "string",
- "id": "32b6e34b3d91647abb20e7b8",
- "lastAuth": "2019-08-24T14:15:22Z",
- "lastName": "string",
- "mobileNumber": "string",
- "password": "stringst",
- "roles": [
- {
- "groupId": "32b6e34b3d91647abb20e7b8",
- "orgId": "32b6e34b3d91647abb20e7b8",
- "roleName": "ORG_OWNER"
}
], - "teamIds": [
- "32b6e34b3d91647abb20e7b8"
], - "username": "user@example.com"
}
], - "totalCount": 0
}
Removes one MongoDB Cloud user from the specified team. This team belongs to one organization. Teams enable you to grant project access roles to MongoDB Cloud users. To use this resource, the requesting API Key must have the Organization Owner role.
orgId required | string = 24 characters ^([a-f0-9]{24})$ Example: 4888442a3354817a7320eb61 Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. |
teamId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies the team from which you want to remove one database application user. |
userId required | string = 24 characters ^([a-f0-9]{24})$ Unique 24-hexadecimal digit string that identifies MongoDB Cloud user that you want to remove from the specified team. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "detail": "(This is just an example, the exception may not be related to this endpoint) No provider AWS exists.",
- "error": 400,
- "errorCode": "VALIDATION_ERROR",
- "reason": "Bad Request"
}
Returns, adds, edits, and removes third-party service integration configurations. MongoDB Cloud sends alerts to each third-party service that you configure.
IMPORTANT: Each project can only have one configuration per integrationType.
Returns the settings that permit integrations with all configured third-party services. These settings apply to all databases managed in one MongoDB Cloud project. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "id": "string",
- "type": "PAGER_DUTY"
}
], - "totalCount": 0
}
Removes the settings that permit configuring one third-party service integration. These settings apply to all databases managed in one MongoDB Cloud project. If you delete an integration from a project, you remove that integration configuration only for that project. This action doesn't affect any other project or organization's configured {INTEGRATION-TYPE}
integrations. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
integrationType required | string (Integration Type) Enum: "PAGER_DUTY" "SLACK" "DATADOG" "NEW_RELIC" "OPS_GENIE" "VICTOR_OPS" "WEBHOOK" "HIP_CHAT" "PROMETHEUS" "MICROSOFT_TEAMS" Human-readable label that identifies the service which you want to integrate with MongoDB Cloud. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{ }
Returns the settings for configuring integration with one third-party service. These settings apply to all databases managed in one MongoDB Cloud project. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
integrationType required | string (Integration Type) Enum: "PAGER_DUTY" "SLACK" "DATADOG" "NEW_RELIC" "OPS_GENIE" "VICTOR_OPS" "WEBHOOK" "HIP_CHAT" "PROMETHEUS" "MICROSOFT_TEAMS" Human-readable label that identifies the service which you want to integrate with MongoDB Cloud. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "apiKey": "****************************a23c",
- "id": "string",
- "region": "US",
- "type": "DATADOG"
}
Adds the settings for configuring one third-party service integration. These settings apply to all databases managed in the specified MongoDB Cloud project. Each project can have only one configuration per {INTEGRATION-TYPE}
. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
integrationType required | string (Integration Type) Enum: "PAGER_DUTY" "SLACK" "DATADOG" "NEW_RELIC" "OPS_GENIE" "VICTOR_OPS" "WEBHOOK" "HIP_CHAT" "PROMETHEUS" "MICROSOFT_TEAMS" Human-readable label that identifies the service which you want to integrate with MongoDB Cloud. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Third-party integration that you want to configure for your project.
apiKey required | string Key that allows MongoDB Cloud to access your Datadog account. NOTE: After you create a notification which requires an API or integration key, the key appears partially redacted when you:
|
id | string or null Integration id. |
region | string Enum: "US" "EU" "US3" "US5" "AP1" Two-letter code that indicates which regional URL MongoDB uses to access the Datadog API. To learn more about Datadog's regions, see Datadog Sites. |
type | string Human-readable label that identifies the service to which you want to integrate with MongoDB Cloud. The value must match the third-party service integration type. |
{- "apiKey": "****************************a23c",
- "id": "string",
- "region": "US",
- "type": "DATADOG"
}
{- "results": [
- {
- "id": "string",
- "type": "PAGER_DUTY"
}
], - "totalCount": 0
}
Updates the settings for configuring integration with one third-party service. These settings apply to all databases managed in one MongoDB Cloud project. To use this resource, the requesting API Key must have the Organization Owner or Project Owner role.
integrationType required | string (Integration Type) Enum: "PAGER_DUTY" "SLACK" "DATADOG" "NEW_RELIC" "OPS_GENIE" "VICTOR_OPS" "WEBHOOK" "HIP_CHAT" "PROMETHEUS" "MICROSOFT_TEAMS" Human-readable label that identifies the service which you want to integrate with MongoDB Cloud. |
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Third-party integration that you want to configure for your project.
apiKey required | string Key that allows MongoDB Cloud to access your Datadog account. NOTE: After you create a notification which requires an API or integration key, the key appears partially redacted when you:
|
id | string or null Integration id. |
region | string Enum: "US" "EU" "US3" "US5" "AP1" Two-letter code that indicates which regional URL MongoDB uses to access the Datadog API. To learn more about Datadog's regions, see Datadog Sites. |
type | string Human-readable label that identifies the service to which you want to integrate with MongoDB Cloud. The value must match the third-party service integration type. |
{- "apiKey": "****************************a23c",
- "id": "string",
- "region": "US",
- "type": "DATADOG"
}
{- "results": [
- {
- "id": "string",
- "type": "PAGER_DUTY"
}
], - "totalCount": 0
}
Returns, edits, and removes user-managed X.509 configurations. Also returns and generates MongoDB Cloud-managed X.509 certificates for database users. The following resources help manage database users who authenticate using X.509 certificates. You can manage these X.509 certificates or let MongoDB Cloud do it for you. If MongoDB Cloud manages your certificates, it also manages your Certificate Authority and can generate certificates for your database users. No additional X.509 configuration is required. If you manage your certificates, you must provide a Certificate Authority and generate certificates for your database users.
Returns all unexpired X.509 certificates for the specified MongoDB user. This MongoDB user belongs to one project. Atlas manages these certificates and the MongoDB user. To use this resource, the requesting API Key must have the Project Read Only role.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
username required | string Human-readable label that represents the MongoDB database user account whose certificates you want to return. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
includeCount | boolean Default: true Example: includeCount=true Flag that indicates whether the response returns the total number of items (totalCount) in the response. |
itemsPerPage | integer [ 1 .. 500 ] Default: 100 Example: itemsPerPage=100 Number of items that the response returns per page. |
pageNum | integer >= 1 Default: 1 Example: pageNum=1 Number of the page that displays the current set of the total objects that the response returns. |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
{- "results": [
- {
- "_id": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "groupId": "32b6e34b3d91647abb20e7b8",
- "notAfter": "2019-08-24T14:15:22Z",
- "subject": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com"
}
], - "totalCount": 0
}
Generates one X.509 certificate for the specified MongoDB user. Atlas manages the certificate and MongoDB user that belong to one project. To use this resource, the requesting API Key must have the Project Owner role.
To get MongoDB Cloud to generate a managed certificate for a database user, set "x509Type" : "MANAGED"
on the desired MongoDB Database User.
If you are managing your own Certificate Authority (CA) in Self-Managed X.509 mode, you must generate certificates for database users using your own CA.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
username required | string Human-readable label that represents the MongoDB database user account for whom to create a certificate. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
pretty | boolean Default: false Example: pretty=false Flag that indicates whether the response body should be in the prettyprint format. |
Generates one X.509 certificate for the specified MongoDB user.
monthsUntilExpiration | integer <int32> <= 24 Default: 3 Number of months that the certificate remains valid until it expires. |
{- "monthsUntilExpiration": 3
}
"string"
Clears the customer-managed X.509 settings on a project, including the uploaded Certificate Authority, which disables self-managed X.509.
Updating this configuration triggers a rolling restart of the database. You must have the Project Owner role to use this endpoint.
groupId required | string = 24 characters ^([a-f0-9]{24})$ Example: 32b6e34b3d91647abb20e7b8 Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. 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. |
envelope | boolean Default: false Example: envelope=false Flag that indicates whether Application wraps the response in an |
{- "customerX509": {
- "cas": "string",
}, - "ldap": {
- "authenticationEnabled": true,
- "authorizationEnabled": true,
- "authzQueryTemplate": "{USER}?memberOf?base",
- "bindUsername": "CN=BindUser,CN=Users,DC=myldapserver,DC=mycompany,DC=com",
- "caCertificate": "string",
- "hostname": "string",
- "port": 636,
- "userToDNMapping": [
- {
- "ldapQuery": "string",
- "match": "(.*)",
- "substitution": "CN={0},CN=Users,DC=my-atlas-ldap-server,DC=example,DC=com"
}
]
},
}