File tree 3 files changed +7
-9
lines changed
pkg/services/ngalert/api/tooling
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 4441
4441
"type" : " object"
4442
4442
},
4443
4443
"alertGroups" : {
4444
- "description" : " AlertGroups alert groups" ,
4445
4444
"items" : {
4446
4445
"$ref" : " #/definitions/alertGroup"
4447
4446
},
4546
4545
"type" : " object"
4547
4546
},
4548
4547
"gettableAlert" : {
4549
- "description" : " GettableAlert gettable alert" ,
4550
4548
"properties" : {
4551
4549
"annotations" : {
4552
4550
"$ref" : " #/definitions/labelSet"
4602
4600
"type" : " object"
4603
4601
},
4604
4602
"gettableAlerts" : {
4603
+ "description" : " GettableAlerts gettable alerts" ,
4605
4604
"items" : {
4606
4605
"$ref" : " #/definitions/gettableAlert"
4607
4606
},
4807
4806
"type" : " array"
4808
4807
},
4809
4808
"postableSilence" : {
4810
- "description" : " PostableSilence postable silence" ,
4811
4809
"properties" : {
4812
4810
"comment" : {
4813
4811
"description" : " comment" ,
Original file line number Diff line number Diff line change 4441
4441
"type" : " object"
4442
4442
},
4443
4443
"alertGroups" : {
4444
+ "description" : " AlertGroups alert groups" ,
4444
4445
"items" : {
4445
4446
"$ref" : " #/definitions/alertGroup"
4446
4447
},
4545
4546
"type" : " object"
4546
4547
},
4547
4548
"gettableAlert" : {
4549
+ "description" : " GettableAlert gettable alert" ,
4548
4550
"properties" : {
4549
4551
"annotations" : {
4550
4552
"$ref" : " #/definitions/labelSet"
4600
4602
"type" : " object"
4601
4603
},
4602
4604
"gettableAlerts" : {
4605
+ "description" : " GettableAlerts gettable alerts" ,
4603
4606
"items" : {
4604
4607
"$ref" : " #/definitions/gettableAlert"
4605
4608
},
4606
4609
"type" : " array"
4607
4610
},
4608
4611
"gettableSilence" : {
4609
- "description" : " GettableSilence gettable silence" ,
4610
4612
"properties" : {
4611
4613
"comment" : {
4612
4614
"description" : " comment" ,
4655
4657
"type" : " object"
4656
4658
},
4657
4659
"gettableSilences" : {
4658
- "description" : " GettableSilences gettable silences" ,
4659
4660
"items" : {
4660
4661
"$ref" : " #/definitions/gettableSilence"
4661
4662
},
4843
4844
"type" : " object"
4844
4845
},
4845
4846
"receiver" : {
4846
- "description" : " Receiver receiver" ,
4847
4847
"properties" : {
4848
4848
"active" : {
4849
4849
"description" : " active" ,
Original file line number Diff line number Diff line change 7920
7920
"$ref" : " #/definitions/alertGroup"
7921
7921
},
7922
7922
"alertGroups" : {
7923
+ "description" : " AlertGroups alert groups" ,
7923
7924
"type" : " array" ,
7924
7925
"items" : {
7925
7926
"$ref" : " #/definitions/alertGroup"
8025
8026
}
8026
8027
},
8027
8028
"gettableAlert" : {
8029
+ "description" : " GettableAlert gettable alert" ,
8028
8030
"type" : " object" ,
8029
8031
"required" : [
8030
8032
" labels" ,
8081
8083
"$ref" : " #/definitions/gettableAlert"
8082
8084
},
8083
8085
"gettableAlerts" : {
8086
+ "description" : " GettableAlerts gettable alerts" ,
8084
8087
"type" : " array" ,
8085
8088
"items" : {
8086
8089
"$ref" : " #/definitions/gettableAlert"
8087
8090
},
8088
8091
"$ref" : " #/definitions/gettableAlerts"
8089
8092
},
8090
8093
"gettableSilence" : {
8091
- "description" : " GettableSilence gettable silence" ,
8092
8094
"type" : " object" ,
8093
8095
"required" : [
8094
8096
" comment" ,
8138
8140
"$ref" : " #/definitions/gettableSilence"
8139
8141
},
8140
8142
"gettableSilences" : {
8141
- "description" : " GettableSilences gettable silences" ,
8142
8143
"type" : " array" ,
8143
8144
"items" : {
8144
8145
"$ref" : " #/definitions/gettableSilence"
8329
8330
"$ref" : " #/definitions/postableSilence"
8330
8331
},
8331
8332
"receiver" : {
8332
- "description" : " Receiver receiver" ,
8333
8333
"type" : " object" ,
8334
8334
"required" : [
8335
8335
" active" ,
You can’t perform that action at this time.
0 commit comments