Alerting: New API endpoint GET /api/v1/ngalert (#55134)
* declare new endpoint /api/v1/ngalert * add authorization for new path * add request handler for the new path
This commit is contained in:
@@ -232,6 +232,19 @@
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"AlertingStatus": {
|
||||
"properties": {
|
||||
"alertmanagersChoice": {
|
||||
"enum": [
|
||||
"all",
|
||||
"internal",
|
||||
"external"
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ApiRuleNode": {
|
||||
"properties": {
|
||||
"alert": {
|
||||
|
||||
Reference in New Issue
Block a user