MongoDB Atlas Administration integration (Developer Tools, Data). Imported from open-connector.
https://cloud.mongodb.com/api/atlas/v2/
| Param | Type | Required | Description |
|---|---|---|---|
| pageNum | integer | optional | The page number to request from MongoDB Atlas. |
| itemsPerPage | integer | optional | The number of items to request per page. |
| includeCount | boolean | optional | Whether MongoDB Atlas should include the total item count when supported. |
/groups/{groupId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The MongoDB Atlas project ID. |
/groups/{groupId}/clusters
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The MongoDB Atlas project ID. |
| pageNum | integer | optional | The page number to request from MongoDB Atlas. |
| itemsPerPage | integer | optional | The number of items to request per page. |
| includeCount | boolean | optional | Whether MongoDB Atlas should include the total item count when supported. |
/groups/{groupId}/clusters/{name}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The MongoDB Atlas project ID. |
| name | string | required | The MongoDB Atlas cluster name. |