Navigation
This version of the documentation is archived and no longer supported. It will be removed on EOL_DATE. 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.
This version of the manual is no longer supported. It will be removed on EOL_DATE.

Update the Version Manifest

Use this resource to upload the current version manifest from MongoDB, Inc. To retrieve this JSON file, use the Retrieve the Version Manifest resource.

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.

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

Resource

PUT /api/public/v1.0/versionManifest

Request Path Parameters

This endpoint does not use HTTP request path parameters.

Request Query 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

Request Body Parameters

This endpoint does not use HTTP request body parameters.

Response

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

Example Request

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

Example Response

Response Header

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}

Response Body

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.