Name | Type | Description | Notes |
---|---|---|---|
bool_exp | str | A boolean expression that allow defining a logical relationship between triggers. Used Operands with this expression should only be the names of the defined triggers. Grammar: ``` exp ::= exp '&' exp | exp ' |
data_triggers | list[DataTrigger] | Compound data triggers (will be evaluated with an AND relationship) Note: ```dataTriggers``` is depricated according the new monitor spec. Please use the new data schema. | [optional] |
time_zone_triggers | TimeZoneTrigger | [optional] | |
triggers | list[MonitorTrigger] | Compound monitor triggers (will be evaluated using boolean expresion :```boo.exp```) |