Subscription¶
Keys
Children
-
class
TelemetrySystem.Subscriptions.Dynamic.
Subscription
¶ Bases:
Entity
Class Hierarchy:
TelemetrySystem
Subscriptions
Dynamic
Subscription
This class represents state data.
List representation of telemetry subscriptions that
are configured via an inline RPC, otherwise known
as dynamic telemetry subscriptions.
-
subscription_id
(key)¶ Reference to the identifier of the subscription itself. The id will be the handle to refer to the subscription once created
type: int
range: 0..18446744073709551615refers to:
subscription_id
config: False
-
sensor_paths
¶ Top level container to hold a set of sensor paths grouped together
type:
SensorPaths
config: False
-