|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The filter configuration. |
||
| expression |
string |
The expression. |
1 and 2 or 3 |
| conditions |
array |
The subscription conditions. |
|
|
object |
A single condition. |
||
| op |
string |
The comparison operator. |
EQ |
| field |
string |
The field. |
severity |
| value |
string |
The value. |
CRITICAL |
| relation |
string |
The relationship between conditions. |
AND |