Target Systems
Target systems from which events and alarms are collected.
General Information
Domain |
TcHmiEventLogger |
Full symbol path |
TcHmiEventLogger.Config::TARGET_SYSTEMS |
Property is hidden |
No |
Contained in every configuration by default |
Yes |
Schema
Type |
object |
Default value
{
"Local": {
"ADDRESS": "127.0.0.1.1.1",
"ENABLED": true
}
}
JSON Schema
{
"additionalProperties": {
"additionalProperties": false,
"configDescription": "DESC_TARGET_SYSTEM",
"properties": {
"ADDRESS": {
"$ref": "tchmi:server#/definitions/adsRoute"
},
"ENABLED": {
"default": true,
"type": "boolean"
}
},
"required": [
"ADDRESS",
"ENABLED"
],
"type": "object"
},
"configDescription": "DESC_TARGET_SYSTEMS",
"default": {
"Local": {
"ADDRESS": "127.0.0.1.1.1",
"ENABLED": true
}
},
"defaultConfigurable": true,
"propertyOrder": 1,
"type": "object"
}