Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.32 KB

Rule.md

File metadata and controls

23 lines (18 loc) · 1.32 KB

Rule

Properties

Name Type Description Notes
id int [readonly]
detector_id str [readonly]
detector_name str [readonly]
name str
condition Condition
enabled bool [optional] if omitted the server will use the default value of True
snooze_time_enabled bool [optional] if omitted the server will use the default value of False
snooze_time_value int [optional] if omitted the server will use the default value of 0
snooze_time_unit bool, date, datetime, dict, float, int, list, str, none_type [optional]
human_review_required bool [optional] if omitted the server will use the default value of False
action bool, date, datetime, dict, float, int, list, str, none_type [optional]
webhook_action [WebhookAction] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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