alert-condition

alert-condition
alert-condition

The alert's condition is a product of the severity and a condition.

JSON Example
{
    "cancelCycles": 0,
    "condition": {
        "instanced": false,
        "key": "string",
        "operator": "string",
        "settingValue": "string",
        "targetKey": "string",
        "thresholdType": "string",
        "value": "string",
        "valueType": "string"
    },
    "id": "string",
    "severity": "string",
    "waitCycles": 0
}
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

condition
Required

Condition

string
id
Optional

The id of the condition

string
severity
Required

The Criticality level

Possible values are : UNKNOWN, NONE, INFORMATION, WARNING, IMMEDIATE, CRITICAL, AUTO,
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