Parameter Types: dataModel
Created on June 21, 2022
Available Properties
Property | Type | Required |
---|---|---|
type | string | Required |
name | string | Optional |
reference | string | Required |
reportEmpty | boolean | Optional |
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