REST API server for managing MongoDB configurations and deployments
REST API to manage MongoDB configurations on a single host
mongo-orchestration$ mongo-orchestration start$ curl -X POST http://localhost:8889/v1/standalone -d '{"name": "myserver", "version": "4.4.0"}' -H 'Content-Type: application/json'$ mongo-orchestration stop