python-atlasapi
python-atlasapi copied to clipboard
python package for MongoDB Atlas Cloud provider
https://www.mongodb.com/docs/atlas/reference/api/apiKeys/ ## Org Api keys Method | Endpoint | Description -- | -- | -- GET | /orgs/{ORG-ID}/apiKeys | Get all Organization API Keys associated with {ORG-ID}. GET | /orgs/{ORG-ID}/apiKeys/{API-KEY-ID}...
https://www.mongodb.com/docs/atlas/reference/api/teams/ Method | Endpoint | Description -- | -- | -- GET | /orgs/{ORG-ID}/teams | Get all teams in an organization associated with {ORG-ID} to which the authenticated user has...
Add a simple, serial method to gather and return logs for all members of a cluster.
`GET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/schedule` https://docs.atlas.mongodb.com/reference/api/cloud-backup/schedule/get-all-schedules/
Instead of dicts, have get_all_clusters return Cluster objs.
Remove outdated language for IP access lists, and investigate other possible changes. https://github.com/mgmonteleone/python-atlasapi/search?q=whitelist&unscoped_q=whitelist. Will also need to update when the Atlas API endpoints are updated.
As a database administrator, I would like a simple CLI call to detect if there are ongoing index builds on a selected cluster so that I can quickly detect if...
https://docs.atlas.mongodb.com/reference/api/vpc/ - [ ] Get details for all network peering containers in an Atlas project for a single cloud provider. - [ ] Get details for one network peering container...
- [ ] Get all Full Text Search indexes for a specified collection. - [ ] Get one Full Text Search index by its indexId. - [ ] Get all...