File tree 3 files changed +7
-3
lines changed
pkg/services/ngalert/api/tooling
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4253
4253
"type" : " object"
4254
4254
},
4255
4255
"alertGroups" : {
4256
- "description" : " AlertGroups alert groups" ,
4257
4256
"items" : {
4258
4257
"$ref" : " #/definitions/alertGroup"
4259
4258
},
4469
4468
"type" : " object"
4470
4469
},
4471
4470
"gettableSilences" : {
4471
+ "description" : " GettableSilences gettable silences" ,
4472
4472
"items" : {
4473
4473
"$ref" : " #/definitions/gettableSilence"
4474
4474
},
4475
4475
"type" : " array"
4476
4476
},
4477
4477
"integration" : {
4478
- "description" : " Integration integration" ,
4479
4478
"properties" : {
4480
4479
"lastNotifyAttempt" : {
4481
4480
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4657
4656
"type" : " object"
4658
4657
},
4659
4658
"receiver" : {
4660
- "description" : " Receiver receiver" ,
4661
4659
"properties" : {
4662
4660
"active" : {
4663
4661
"description" : " active" ,
Original file line number Diff line number Diff line change 4254
4254
"type" : " object"
4255
4255
},
4256
4256
"alertGroups" : {
4257
+ "description" : " AlertGroups alert groups" ,
4257
4258
"items" : {
4258
4259
"$ref" : " #/definitions/alertGroup"
4259
4260
},
4358
4359
"type" : " object"
4359
4360
},
4360
4361
"gettableAlert" : {
4362
+ "description" : " GettableAlert gettable alert" ,
4361
4363
"properties" : {
4362
4364
"annotations" : {
4363
4365
"$ref" : " #/definitions/labelSet"
4413
4415
"type" : " object"
4414
4416
},
4415
4417
"gettableAlerts" : {
4418
+ "description" : " GettableAlerts gettable alerts" ,
4416
4419
"items" : {
4417
4420
"$ref" : " #/definitions/gettableAlert"
4418
4421
},
Original file line number Diff line number Diff line change 7408
7408
"$ref" : " #/definitions/alertGroup"
7409
7409
},
7410
7410
"alertGroups" : {
7411
+ "description" : " AlertGroups alert groups" ,
7411
7412
"type" : " array" ,
7412
7413
"items" : {
7413
7414
"$ref" : " #/definitions/alertGroup"
7513
7514
}
7514
7515
},
7515
7516
"gettableAlert" : {
7517
+ "description" : " GettableAlert gettable alert" ,
7516
7518
"type" : " object" ,
7517
7519
"required" : [
7518
7520
" labels" ,
7569
7571
"$ref" : " #/definitions/gettableAlert"
7570
7572
},
7571
7573
"gettableAlerts" : {
7574
+ "description" : " GettableAlerts gettable alerts" ,
7572
7575
"type" : " array" ,
7573
7576
"items" : {
7574
7577
"$ref" : " #/definitions/gettableAlert"
You can’t perform that action at this time.
0 commit comments