python-atlasapi icon indicating copy to clipboard operation
python-atlasapi copied to clipboard

python package for MongoDB Atlas Cloud provider

Results 34 python-atlasapi issues
Sort by recently updated
recently updated
newest added

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}...

enhancement
API Keys

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...

enhancement
Teams

Add a simple, serial method to gather and return logs for all members of a cluster.

enhancement
In Progress
Measurements and Logs

`GET /groups/{GROUP-ID}/clusters/{CLUSTER-NAME}/backup/schedule` https://docs.atlas.mongodb.com/reference/api/cloud-backup/schedule/get-all-schedules/

enhancement
Backups

Instead of dicts, have get_all_clusters return Cluster objs.

enhancement
Clusters

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.

Accesslists
Language
Breaking

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...

enhancement
Measurements and Logs

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...

enhancement
Network Peering

- [ ] Get all Full Text Search indexes for a specified collection. - [ ] Get one Full Text Search index by its indexId. - [ ] Get all...

enhancement
FTS