Alerting: Add endpoint for querying state history (#62166)

* Define endpoint and generate

* Wire up and register endpoint

* Cleanup, define authorization

* Forgot the leading slash

* Wire up query and SignedInUser

* Wire up timerange query params

* Add todo for label queries

* Drop comment

* Update path to rules subtree
This commit is contained in:
Alexander Weaver
2023-02-02 11:34:00 -06:00
committed by GitHub
parent 2f218ab928
commit 6ad1cfef38
15 changed files with 195 additions and 15 deletions
+1 -2
View File
@@ -3931,7 +3931,6 @@
"type": "object"
},
"receiver": {
"description": "Receiver receiver",
"properties": {
"active": {
"description": "active",
@@ -4885,4 +4884,4 @@
}
},
"swagger": "2.0"
}
}