Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.54 KB

MonitorParameterTriggerParam.md

File metadata and controls

13 lines (9 loc) · 1.54 KB

MonitorParameterTriggerParam

Properties

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```)

[Back to Model list] [Back to API list] [Back to README]