symptom-state
symptom-state
The SymptomState is a product of the severity and a condition. A symptom definition may have one SymptomState per severity level.
JSON Example
{
"severity": "string",
"condition": {
"key": "string",
"operator": "string",
"value": "string",
"valueType": "string",
"instanced": false,
"settingValue": "string",
"targetKey": "string",
"thresholdType": "string"
}
}
string
severity
Required
The Criticality level
Possible values are :
UNKNOWN,
NONE,
INFORMATION,
WARNING,
IMMEDIATE,
CRITICAL,
AUTO,