symptom-state

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",
        "value": "string",
        "valueType": "string"
    },
    "severity": "string"
}
condition
Required  

Condition

string
severity
Required  

The Criticality level

Enumeration: UNKNOWN, NONE, INFORMATION, WARNING, IMMEDIATE, CRITICAL, AUTO