Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
    "type": "dataModel",
    "reference":"Device.WiFi.Radio.1.Stats.X_COMCAST-COM_NoiseFloor", 
"operator":"gt","threshold":"-65", "minThresholdDuration":120 }

Available Properties

PropertyTypeRequired
typestringRequired
referencestringRequired
operatorstringRequired
thresholdintegerOptional
minThresholdDurationintegerOptional
referencestringRequired (for type="dataModel")
eventNamestringRequired (for type="event")
componentstringRequired (for type="event")

Anchor
type
type


type

Defines a data model parameter, e.g., TR-181 data.the type of data to be used for the condition.


type

  • is required
  • Type: string

type Constraints

constant: the value of this property must be equal to:

"dataModel"

...

reference

...

ValueDescription
dataModelData that comes from the data model, e.g.,

...

TR-181 data.
event

Data that comes from a component event

NOTE: Event conditions are not yet supported in RDK builds.

reference

...

Anchor
operator
operator


operator

...

threshold


  • is optional
  • Type: integer

Anchor
reference
reference


reference

When type="dataModel", reference indicates the data model object or property name whose value is to be in the generated report, e.g., "Device.DeviceInfo.HardwareVersion"

reference

  • is required for type="dataModel"
  • Type: string

Anchor
eventName
eventName


eventName

When type="event", eventName indicates the event name by which the component will report this data to Telemetry 2.

reference

  • is required for type="eventName"
  • Type: string

Anchor
component
component


component

When type="event", component indicates the component name from which this data should be expected. 

reference

  • is required for type="eventName"
  • Type: string