Get telemetry settings
GET/api/admin/telemetry/settings
Provides the configured settings for telemetry information collection
Responses
- 200
telemetrySettingsSchema
- application/json
- Schema
- Example (from schema)
Schema
versionInfoCollectionEnabled booleanrequired
Whether collection of version info is enabled/active.
Example: 
truefeatureInfoCollectionEnabled booleanrequired
Whether collection of feature usage metrics is enabled/active.
Example: 
true{
  "versionInfoCollectionEnabled": true,
  "featureInfoCollectionEnabled": true
}
Loading...