Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.

Root

This is the starting point for the Ops Manager API. From here, you can traverse the links to reach all other API resources.

Sample Entity

{
  "throttling": false,
  "links": [ ... ]
}

Entity Fields

Name Type Description
throttling boolean This field is obsolete and has the value false.

Example

Retrieve the root resource:

curl -u "username:apiKey" --digest -i "https://cloud.mongodb.com/api/public/v1.0"
HTTP/1.1 200 OK

{
  "throttling" : false,
  "links" : [ ... ]
}