PlatformTelemetryDataSourceResponse

data class PlatformTelemetryDataSourceResponse(val name: String? = null, val streams: List<String>)

Definition of platform telemetry data source configuration

Constructors

Link copied to clipboard
constructor(name: String? = null, streams: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.

Link copied to clipboard

List of platform telemetry streams to collect