Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
Ops Manager
/ / /

Update the Version Manifest

Use this resource to upload the latest version manifest from MongoDB, Inc.

Important

The latest MongoDB version manifest introduces the isSpecialLTSVersion field. This field might impact response generation logic after a successful PUT request to the api/public/v1.0/versionManifest endpoint in older Ops Manager 8.0 versions.

If you're using Ops Manager 8.0 and running 8.0.12 or earlier, we recommend one of the following actions:

  • Upgrade to the latest Ops Manager 8.0 release to ensure compatibility.

  • Modify your API requests to filter out the isSpecialLTSVersion field.

Contact MongoDB Support for further assistance.

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 with any of the following assigned roles:

  • Global Owner

  • Global Automation Admin

Tip

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

PUT /versionManifest

This endpoint doesn't use HTTP request path parameters.

The following query parameters are optional:

Name
Type
Description
Default

pretty

boolean

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 --user "{PUBLIC-KEY}:{PRIVATE-KEY}" --digest \
2 --header "Accept: application/json" \
3 --header "Content-Type: application/json" \
4 --include \
5 --request PUT "https://<OpsManagerHost>:<Port>/api/public/v1.0/versionManifest?pretty=true" \
6 --data @4.2.json
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}

The JSON file includes all data that your Ops Manager instance needs. This covers all available versions and variants of MongoDB to download and deploy to Ops Manager-managed MongoDB hosts.

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

Back

Retrieve

On this page