Telemetry

Get telemetry settings

Provides the configured settings for telemetry information collection

get/api/admin/telemetry/settings

Response

telemetrySettingsSchema

versionInfoCollectionEnabledboolean required

Whether collection of version info is enabled/active.

featureInfoCollectionEnabledboolean required

Whether collection of feature usage metrics is enabled/active.

Example response

{
  "versionInfoCollectionEnabled": true,
  "featureInfoCollectionEnabled": true
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.