File tree 3 files changed +7
-6
lines changed
pkg/services/ngalert/api/tooling
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4417
4417
"type" : " object"
4418
4418
},
4419
4419
"alertGroup" : {
4420
- "description" : " AlertGroup alert group" ,
4421
4420
"properties" : {
4422
4421
"alerts" : {
4423
4422
"description" : " alerts" ,
4441
4440
"type" : " object"
4442
4441
},
4443
4442
"alertGroups" : {
4444
- "description" : " AlertGroups alert groups" ,
4445
4443
"items" : {
4446
4444
"$ref" : " #/definitions/alertGroup"
4447
4445
},
4546
4544
"type" : " object"
4547
4545
},
4548
4546
"gettableAlert" : {
4549
- "description" : " GettableAlert gettable alert" ,
4550
4547
"properties" : {
4551
4548
"annotations" : {
4552
4549
"$ref" : " #/definitions/labelSet"
4608
4605
"type" : " array"
4609
4606
},
4610
4607
"gettableSilence" : {
4608
+ "description" : " GettableSilence gettable silence" ,
4611
4609
"properties" : {
4612
4610
"comment" : {
4613
4611
"description" : " comment" ,
4656
4654
"type" : " object"
4657
4655
},
4658
4656
"gettableSilences" : {
4659
- "description" : " GettableSilences gettable silences" ,
4660
4657
"items" : {
4661
4658
"$ref" : " #/definitions/gettableSilence"
4662
4659
},
Original file line number Diff line number Diff line change 4545
4545
"type" : " object"
4546
4546
},
4547
4547
"gettableAlert" : {
4548
+ "description" : " GettableAlert gettable alert" ,
4548
4549
"properties" : {
4549
4550
"annotations" : {
4550
4551
"$ref" : " #/definitions/labelSet"
4600
4601
"type" : " object"
4601
4602
},
4602
4603
"gettableAlerts" : {
4604
+ "description" : " GettableAlerts gettable alerts" ,
4603
4605
"items" : {
4604
4606
"$ref" : " #/definitions/gettableAlert"
4605
4607
},
4806
4808
"type" : " array"
4807
4809
},
4808
4810
"postableSilence" : {
4811
+ "description" : " PostableSilence postable silence" ,
4809
4812
"properties" : {
4810
4813
"comment" : {
4811
4814
"description" : " comment" ,
4843
4846
"type" : " object"
4844
4847
},
4845
4848
"receiver" : {
4846
- "description" : " Receiver receiver" ,
4847
4849
"properties" : {
4848
4850
"active" : {
4849
4851
"description" : " active" ,
Original file line number Diff line number Diff line change 8025
8025
}
8026
8026
},
8027
8027
"gettableAlert" : {
8028
+ "description" : " GettableAlert gettable alert" ,
8028
8029
"type" : " object" ,
8029
8030
"required" : [
8030
8031
" labels" ,
8081
8082
"$ref" : " #/definitions/gettableAlert"
8082
8083
},
8083
8084
"gettableAlerts" : {
8085
+ "description" : " GettableAlerts gettable alerts" ,
8084
8086
"type" : " array" ,
8085
8087
"items" : {
8086
8088
"$ref" : " #/definitions/gettableAlert"
8291
8293
}
8292
8294
},
8293
8295
"postableSilence" : {
8296
+ "description" : " PostableSilence postable silence" ,
8294
8297
"type" : " object" ,
8295
8298
"required" : [
8296
8299
" comment" ,
8329
8332
"$ref" : " #/definitions/postableSilence"
8330
8333
},
8331
8334
"receiver" : {
8332
- "description" : " Receiver receiver" ,
8333
8335
"type" : " object" ,
8334
8336
"required" : [
8335
8337
" active" ,
You can’t perform that action at this time.
0 commit comments