Search code examples
mongodbmongodb-mms

Is it possible to provision a replica set using MongoDB MMS?


I was wondering if it is possible to provision a replica set (or any other deployment schema) using the MongoDB MMS API. It is possible using the UI, but we want to automate that process from another internal system. I took a look at the API documentation but it wasn't clear to me if you can do that.


Solution

  • The Public MMS API does not (as at December 2014) have support for Provisioning or Deployment yet. Full Automation API support is definitely on the product roadmap, though.

    Current API methods provide access to user management, monitoring, alerts, and backup/restore functionality.