Alerting: Add is_paused attr to the POST alert rule group endpoint (#62253)
Add is_paused attr to the POST alert rule group endpoint
This commit is contained in:
@@ -2005,6 +2005,9 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"is_paused": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"no_data_state": {
|
||||
"enum": [
|
||||
"Alerting",
|
||||
@@ -3495,7 +3498,6 @@
|
||||
"type": "object"
|
||||
},
|
||||
"gettableAlert": {
|
||||
"description": "GettableAlert gettable alert",
|
||||
"properties": {
|
||||
"annotations": {
|
||||
"$ref": "#/definitions/labelSet"
|
||||
|
||||
Reference in New Issue
Block a user