Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

Condition.md

File metadata and controls

15 lines (11 loc) · 1.01 KB

Condition

Properties

Name Type Description Notes
field str Specifies which alert field will be used in condition. Possible values are message, alias, description, source, entity, tags, actions, extra-properties, recipients or teams
key str If field is set as extra-properties, key could be used for key-value pair [optional]
_not bool Indicates behaviour of the given operation. Default value is false [optional]
operation str It is the operation that will be executed for the given field and key.
expected_value str User defined value that will be compared with alert field according to the operation. Default value is empty string [optional]
order int Order of the condition in conditions list [optional]

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