Skip to content

Commit

Permalink
fix conditions - add action rule name filter (#19920)
Browse files Browse the repository at this point in the history
Co-authored-by: Khaled Abo Asbe <[email protected]>
  • Loading branch information
khaledaboasbe and Khaled Abo Asbe authored Aug 22, 2022
1 parent 993f888 commit 2611327
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,10 @@
"description": "filter alerts by alert rule id",
"$ref": "#/definitions/Condition"
},
"alertRuleName": {
"description": "filter alerts by alert rule name",
"$ref": "#/definitions/Condition"
},
"description": {
"description": "filter alerts by alert rule description",
"$ref": "#/definitions/Condition"
Expand Down

0 comments on commit 2611327

Please sign in to comment.