Docs Menu

Docs HomeMongoDB Ops Manager

Retrieve the Ops Manager Version Manifest

On this page

  • Required Roles
  • Resource
  • Request Path Parameters
  • Request Query Parameters
  • Request Body Parameters
  • Response
  • Example Request
  • Example Response
  • Response Header
  • Response Body

Use this resource to retrieve the version manifest that Ops Manager is configured to use.

Your Ops Manager instance might not return MongoDB's most recent version manifest. Instances with limited internet access might have this issue.

Tip

See also:

Warning

Don't change any values in the JSON file. The parameters and values in this file -- as well as how they are structured -- can change without notice.

You can successfully call this endpoint without having an API key or assigned roles in any organization or project.

Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0

GET /unauth/versionManifest

This endpoint doesn't use HTTP request path parameters.

The following query parameters are optional:

Name
Type
Description
Default
pretty
boolean
Indicates whether the response body should be in a prettyprint format.
false

This endpoint doesn't use HTTP request body parameters.

These values may change at any time without notice. They remain compatible with Ops Manager.

1curl --include --header "Accept: application/json" \
2 --request GET "https://<OpsManagerHost>:<Port>/api/public/v1.0/unauth/versionManifest?pretty=true"
HTTP/1.1 401 Unauthorized
Content-Type: application/json;charset=ISO-8859-1
Date: {dateInUnixFormat}
WWW-Authenticate: Digest realm="MMS Public API", domain="", nonce="{nonce}", algorithm=MD5, op="auth", stale=false
Content-Length: {requestLengthInBytes}
Connection: keep-alive
HTTP/1.1 200 OK
Vary: Accept-Encoding
Content-Type: application/json
Strict-Transport-Security: max-age=300
Date: {dateInUnixFormat}
Connection: keep-alive
Content-Length: {requestLengthInBytes}
X-MongoDB-Service-Version: gitHash={gitHash}; versionString={ApplicationVersion}

Ops Manager returns the version manifest that it is configured to use.

The parameters and values in this file -- as well as how they are structured -- can change without notice.

←  Version ManifestUpdate the Version Manifest →