Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/cmk-plugin-apis/cmk/rulesets/v1/rule_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ class NotificationParameters:
topic: Categorization of the rule
parameter_form: Configuration specification
name: Identifier of the rule spec. Has to match the name of the notifications script
and be a valid, non-reserved Python identifier
is_deprecated: Flag to indicate whether this rule is deprecated and should no longer be used
help_text: Description to help the user with the configuration
"""
Expand Down
Loading