python-atlasapi
python-atlasapi copied to clipboard
python package for MongoDB Atlas Cloud provider
From #147 in 2.0 branch.
- [ ] `GET /orgs/{ORG-ID}/users` - [ ] `PATCH /orgs/{ORG-ID}` rename org - [ ] `DELETE /orgs/{ORG-ID}` - [ ] `GET /orgs/{ORG-ID}/invites` - [ ] `POST /orgs/{ORG-ID}/invites` - [ ]...
- [ ] `get_log_for_host` - [ ] `get_loglines_for_host` - [ ] `get_logs_for_project` - [ ] `get_logs_for_cluster`
Now that we have a network class that can handle params a kwargs, this code does not need to manualy put together the URI but can send `params` to the...
When sending a non-leaf `AtlasMeasurementTypes`, the API does retrieve all leaf level metrics for the root, but it stores the data incorrectly in a single `AtlasMeasurement` object. Need to either...
https://github.com/mgmonteleone/python-atlasapi/blob/72b26e833d6f9545812505b98e0107c515695d0a/atlasapi/atlas.py#L869 https://github.com/mgmonteleone/python-atlasapi/blob/72b26e833d6f9545812505b98e0107c515695d0a/atlasapi/atlas.py#L895
https://docs.atlas.mongodb.com/reference/api/whitelist-update-one/ `POST /groups/{GROUP-ID}/whitelist`
https://docs.atlas.mongodb.com/reference/api/maintenance-windows/ - [x] `GET | /groups/{GROUP-ID}/maintenanceWindow` - [x] `PATCH | /groups/{GROUP-ID}/maintenanceWindow` - [x] `POST | /groups/{GROUP-ID}/maintenanceWindow/defer` - [ ] `DELETE | /groups/{GROUP-ID}/maintenanceWindow`