Parameter Types: dataModel

Created on June 21, 2022

“dataModel” Parameter Properties

A dataModel parameter defines data that will come from the CPE data model, e.g., TR-181

Example

{ 
    "type": "dataModel",
    "name": "T2_DeviceInfo_MemStatus_Used",
    "reference": "Device.DeviceInfo.MemoryStatus.Used"
}

On this Page :                             

Available Properties


Property

Type

Required

typestringRequired
namestringOptional
referencestringRequired
reportEmptybooleanOptional

type


Defines a data model parameter, e.g., TR-181 data.

type

  • is required
  • Type: string

type Constraints

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

"dataModel"


name


Optional: The key name to be used for this data in the generated report.

name

  • is optional
  • Type: string


reference


The data model object or property name whose value is to be in the generated report, e.g., “Device.DeviceInfo.HardwareVersion”

reference

  • is required
  • Type: string


reportEmpty


Should this marker name be included in the generated report even if the search string was not found in the log file?

reportEmpty

  • is optional
  • Type: boolean

reportEmpty Default Value

The default value is:

"false"

Go To Top