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