AlertCondition
The alert’s condition is a product of the severity and a condition.
Properties
The severity of the condition. Automatic is allowed only if the associated condition is a message event condition.
Possible values are: UNKNOWN , NONE , INFORMATION , WARNING , IMMEDIATE , CRITICAL , AUTO
The number of consecutive cycles to wait when a symptom state is false before a symptom is cancelled
The id of the condition
The number of consecutive cycles to wait when a symptom state is true before a symptom is triggered
JSON Example
{
"condition": {
"instanced": false,
"key": "string",
"operator": "EQ",
"thresholdType": "UNKNOWN"
},
"severity": "UNKNOWN"
}
Property Of
InlinesymptomSet1
ContributingSymptom