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:
Alex Moreno
2023-01-27 10:50:06 +01:00
committed by GitHub
parent 83ff974b86
commit 3ccafe3a5a
6 changed files with 20 additions and 7 deletions
+3 -1
View File
@@ -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"