Ops Manager global actions (mongocli ops-manager admin)
Add cli commands in global scope of Ops Manager to allow for scripting actions on all projects (e.g. update all agents after an upgrade of Ops Manager):
- CRUD projects (prio on get projects to allow for looping over them)
- CRUD orgs
- CRUD users
- global config managemant
- global alert management
-
Gustavo commented
Hi Adrian, thanks for your suggestions. A head ups some of your them are already implemented
> CRUD projects
> CRUD orgs
https://docs.mongodb.com/mongocli/stable/command/mongocli-iam-organizations/
> CRUD users
https://docs.mongodb.com/mongocli/stable/command/mongocli-iam-users/
> global alert management
https://docs.mongodb.com/mongocli/stable/command/mongocli-ops-manager-alerts-global/
For global config managemant if you could provide a reference to the public API (https://docs.opsmanager.mongodb.com/current/reference/api/) that would be great