alert-condition
alert-condition
The alert's condition is a product of the severity and a condition.
JSON Example
{
"id": "string",
"waitCycles": 0,
"cancelCycles": 0,
"severity": "string",
"condition": {}
}
string
id
Optional
The id of the condition
integer As int32
As int32
waitCycles
Optional
Constraints:
minimum: 1
The number of consecutive cycles to wait when a symptom state is true before a symptom is triggered
integer As int32
As int32
cancelCycles
Optional
Constraints:
minimum: 1
The number of consecutive cycles to wait when a symptom state is false before a symptom is cancelled
string
severity
Required
The Criticality level
Possible values are :
UNKNOWN,
NONE,
INFORMATION,
WARNING,
IMMEDIATE,
CRITICAL,
AUTO,