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 required
Whether collection of version info is enabled/active.
 - featureInfoCollectionEnabled boolean required
Whether collection of feature usage metrics is enabled/active.
 
{
  "versionInfoCollectionEnabled": true,
  "featureInfoCollectionEnabled": true
}
Loading...