File tree 3 files changed +11
-1
lines changed
pkg/services/ngalert/api/tooling
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4358
4358
"type" : " object"
4359
4359
},
4360
4360
"gettableAlert" : {
4361
+ "description" : " GettableAlert gettable alert" ,
4361
4362
"properties" : {
4362
4363
"annotations" : {
4363
4364
"$ref" : " #/definitions/labelSet"
4420
4421
"type" : " array"
4421
4422
},
4422
4423
"gettableSilence" : {
4423
- "description" : " GettableSilence gettable silence" ,
4424
4424
"properties" : {
4425
4425
"comment" : {
4426
4426
"description" : " comment" ,
Original file line number Diff line number Diff line change 4358
4358
"type" : " object"
4359
4359
},
4360
4360
"gettableAlert" : {
4361
+ "description" : " GettableAlert gettable alert" ,
4361
4362
"properties" : {
4362
4363
"annotations" : {
4363
4364
"$ref" : " #/definitions/labelSet"
4413
4414
"type" : " object"
4414
4415
},
4415
4416
"gettableAlerts" : {
4417
+ "description" : " GettableAlerts gettable alerts" ,
4416
4418
"items" : {
4417
4419
"$ref" : " #/definitions/gettableAlert"
4418
4420
},
4419
4421
"type" : " array"
4420
4422
},
4421
4423
"gettableSilence" : {
4424
+ "description" : " GettableSilence gettable silence" ,
4422
4425
"properties" : {
4423
4426
"comment" : {
4424
4427
"description" : " comment" ,
4618
4621
"type" : " array"
4619
4622
},
4620
4623
"postableSilence" : {
4624
+ "description" : " PostableSilence postable silence" ,
4621
4625
"properties" : {
4622
4626
"comment" : {
4623
4627
"description" : " comment" ,
4655
4659
"type" : " object"
4656
4660
},
4657
4661
"receiver" : {
4662
+ "description" : " Receiver receiver" ,
4658
4663
"properties" : {
4659
4664
"active" : {
4660
4665
"description" : " active" ,
Original file line number Diff line number Diff line change 7513
7513
}
7514
7514
},
7515
7515
"gettableAlert" : {
7516
+ "description" : " GettableAlert gettable alert" ,
7516
7517
"type" : " object" ,
7517
7518
"required" : [
7518
7519
" labels" ,
7569
7570
"$ref" : " #/definitions/gettableAlert"
7570
7571
},
7571
7572
"gettableAlerts" : {
7573
+ "description" : " GettableAlerts gettable alerts" ,
7572
7574
"type" : " array" ,
7573
7575
"items" : {
7574
7576
"$ref" : " #/definitions/gettableAlert"
7575
7577
},
7576
7578
"$ref" : " #/definitions/gettableAlerts"
7577
7579
},
7578
7580
"gettableSilence" : {
7581
+ "description" : " GettableSilence gettable silence" ,
7579
7582
"type" : " object" ,
7580
7583
"required" : [
7581
7584
" comment" ,
7778
7781
}
7779
7782
},
7780
7783
"postableSilence" : {
7784
+ "description" : " PostableSilence postable silence" ,
7781
7785
"type" : " object" ,
7782
7786
"required" : [
7783
7787
" comment" ,
7816
7820
"$ref" : " #/definitions/postableSilence"
7817
7821
},
7818
7822
"receiver" : {
7823
+ "description" : " Receiver receiver" ,
7819
7824
"type" : " object" ,
7820
7825
"required" : [
7821
7826
" active" ,
You can’t perform that action at this time.
0 commit comments