File tree 3 files changed +7
-10
lines changed
pkg/services/ngalert/api/tooling
3 files changed +7
-10
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" ,
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"
4663
4661
"type" : " array"
4664
4662
},
4665
4663
"integration" : {
4666
- "description" : " Integration integration" ,
4667
4664
"properties" : {
4668
4665
"lastNotifyAttempt" : {
4669
4666
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4807
4804
"type" : " array"
4808
4805
},
4809
4806
"postableSilence" : {
4810
- "description" : " PostableSilence postable silence" ,
4811
4807
"properties" : {
4812
4808
"comment" : {
4813
4809
"description" : " comment" ,
4845
4841
"type" : " object"
4846
4842
},
4847
4843
"receiver" : {
4844
+ "description" : " Receiver receiver" ,
4848
4845
"properties" : {
4849
4846
"active" : {
4850
4847
"description" : " active" ,
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
},
4655
4658
"type" : " object"
4656
4659
},
4657
4660
"gettableSilences" : {
4658
- "description" : " GettableSilences gettable silences" ,
4659
4661
"items" : {
4660
4662
"$ref" : " #/definitions/gettableSilence"
4661
4663
},
4662
4664
"type" : " array"
4663
4665
},
4664
4666
"integration" : {
4665
- "description" : " Integration integration" ,
4666
4667
"properties" : {
4667
4668
"lastNotifyAttempt" : {
4668
4669
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
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"
8138
8141
"$ref" : " #/definitions/gettableSilence"
8139
8142
},
8140
8143
"gettableSilences" : {
8141
- "description" : " GettableSilences gettable silences" ,
8142
8144
"type" : " array" ,
8143
8145
"items" : {
8144
8146
"$ref" : " #/definitions/gettableSilence"
8145
8147
},
8146
8148
"$ref" : " #/definitions/gettableSilences"
8147
8149
},
8148
8150
"integration" : {
8149
- "description" : " Integration integration" ,
8150
8151
"type" : " object" ,
8151
8152
"required" : [
8152
8153
" name" ,
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