alert-mgmt-09: DELETE /rules (bulk)#8
Open
sradco wants to merge 1 commit intoalert-mgmt-08-create-rulefrom
Open
alert-mgmt-09: DELETE /rules (bulk)#8sradco wants to merge 1 commit intoalert-mgmt-08-create-rulefrom
sradco wants to merge 1 commit intoalert-mgmt-08-create-rulefrom
Conversation
a559f9d to
5198ecd
Compare
92b6c8d to
fe91290
Compare
5198ecd to
533cca9
Compare
fe91290 to
6e311b5
Compare
533cca9 to
23598f2
Compare
6e311b5 to
8f12523
Compare
23598f2 to
ca93ce9
Compare
8f12523 to
907100e
Compare
ca93ce9 to
8d91e4f
Compare
907100e to
d3cf52e
Compare
8d91e4f to
bf4503d
Compare
d3cf52e to
b755e09
Compare
bf4503d to
99acedd
Compare
b755e09 to
f0d12c2
Compare
99acedd to
f821d82
Compare
f0d12c2 to
ab71e87
Compare
f821d82 to
7fd1c78
Compare
ab71e87 to
cafef17
Compare
7fd1c78 to
2751640
Compare
cafef17 to
9c4db86
Compare
2751640 to
dadc949
Compare
9c4db86 to
9fe1dda
Compare
dadc949 to
9d9b595
Compare
9fe1dda to
9e51c16
Compare
9d9b595 to
91b17fb
Compare
48054c5 to
c869ec5
Compare
91b17fb to
86283bf
Compare
c869ec5 to
6e5bba0
Compare
Signed-off-by: Shirly Radco <sradco@redhat.com> Signed-off-by: João Vilaça <jvilaca@redhat.com> Signed-off-by: Aviv Litman <alitman@redhat.com> Co-authored-by: AI Assistant <noreply@cursor.com>
86283bf to
53b5625
Compare
6e5bba0 to
7fddfa9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Alert Management API — Part 9/14: DELETE /rules (bulk)
Summary
DELETE /api/v1/alerting/rulesbulk handler acceptingruleIdsarray, returning per-rule status codesDeleteUserDefinedAlertRuleById: resolves rule by ID, validates preconditions (GitOps/operator guards), removes from PrometheusRule or AlertingRuleDeleteUserDefinedAlertRulesResponsetype (also used by single-rule delete in PR 14)getOriginalPlatformRulestub for platform rule lookup (extended in PR 11)Dependencies
This PR is part of a stacked series. Please review in order.
2–8. Pending — alert queries, relabel/health, management foundation, endpoints, create
10–14. Pending — classification, platform update, bulk update, docs/CI/e2e, single-rule API