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

From #147 in 2.0 branch.

enhancement
In Progress
Events

- [ ] `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` - [ ]...

Organizations

- [ ] `get_log_for_host` - [ ] `get_loglines_for_host` - [ ] `get_logs_for_project` - [ ] `get_logs_for_cluster`

Measurements and Logs
Tests

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

Measurements and Logs

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

bug
Measurements and Logs

https://github.com/mgmonteleone/python-atlasapi/blob/72b26e833d6f9545812505b98e0107c515695d0a/atlasapi/atlas.py#L869 https://github.com/mgmonteleone/python-atlasapi/blob/72b26e833d6f9545812505b98e0107c515695d0a/atlasapi/atlas.py#L895

bug
Alerts & Alert Configs

Automate test and publish of package to pypi on tags

Admin

https://docs.atlas.mongodb.com/reference/api/whitelist-update-one/ `POST /groups/{GROUP-ID}/whitelist`

enhancement
Accesslists

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`

enhancement
Maintenance Windows