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": {}
}
string
severity
Required
The Criticality level
Possible values are :
UNKNOWN,
NONE,
INFORMATION,
WARNING,
IMMEDIATE,
CRITICAL,
AUTO,