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
{
"condition": {
"instanced": false,
"key": "string",
"operator": "string",
"settingValue": "string",
"targetKey": "string",
"thresholdType": "string"
},
"severity": "string"
}
condition
Required
Base class for Property Conditions. For JSON the class descendants will generate with a field named 'type' with one of the following values: CONDITION_PROPERTY_STRING, CONDITION_PROPERTY_NUMERIC
string
severity
Required
The severity of the SymptomState. Automatic is allowed only if the associated condition is a message event condition.
Possible values are : UNKNOWN, NONE, INFORMATION, WARNING, IMMEDIATE, CRITICAL, AUTO,