...
{
"type": "dataModel",
"reference":"Device.WiFi.Radio.1.Stats.X_COMCAST-COM_NoiseFloor",
"operator":"gt","threshold":"-65", "minThresholdDuration":120
}
| Property | Type | Required |
|---|---|---|
| type | string | Required |
string| operator | string | Required |
| threshold | integer | Optional |
| minThresholdDuration | integer | Optional |
| reference | string | Required (for type="dataModel") |
| eventName | string | Required (for type="event") |
| component | string | Required (for type="event") |
| Anchor | ||||
|---|---|---|---|---|
|
Defines a data model parameter, e.g., TR-181 data.the type of data to be used for the condition.
type
stringconstant: the value of this property must be equal to:
"dataModel"
...
...
| Value | Description |
|---|---|
dataModel | Data 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 | ||||
|---|---|---|---|---|
|
...
threshold
integer| Anchor | ||||
|---|---|---|---|---|
|
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
string| Anchor | ||||
|---|---|---|---|---|
|
When type="event", eventName indicates the event name by which the component will report this data to Telemetry 2.
reference
string| Anchor | ||||
|---|---|---|---|---|
|
When type="event", component indicates the component name from which this data should be expected.
reference
string