Skip to main content
GET
/
telemetry
/
configuration
Fetch Telemetry Configuration
curl --request GET \
  --url http://{host}:{port}/{contextPath}/telemetry/configuration \
  --header 'Authorization: Basic <encoded-value>'
{
  "enableTelemetry": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Request successful.

enableTelemetry
boolean | null

Specifies if the telemetry data should be sent or not.