Docs Menu
Docs Home
/ /

Toggle Telemetry Status

Enable or disable telemetry collection for your Ops Manager installation.

This endpoint requires an API key that has the Global Owner role.

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

PATCH /collection/status

This endpoint doesn't use HTTP request path parameters.

This endpoint doesn't use HTTP request query parameters.

Name
Type
Necessity
Description

enabled

boolean

required

Set to true to enable telemetry, or false to disable telemetry.

This endpoint returns an empty JSON object.

curl --user "{publicApiKey}:{privateApiKey}" --digest \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
--include \
--request PATCH "https://<OpsManagerHost>:<Port>/api/private/v1.0/telemetry/collection/status"
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 400 Bad Request
Content-Type: application/json;charset=ISO-8859-1
Date: {dateInUnixFormat}
X-MongoDB-Service-Version: gitHash={gitHash};
versionString={ApplicationVersion}
Content-Length: {requestLengthInBytes}
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}
{}

Back

Retrieve Telemetry Data

On this page