File tree 3 files changed +8
-7
lines changed
pkg/services/ngalert/api/tooling
3 files changed +8
-7
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
},
4602
4601
"type" : " object"
4603
4602
},
4604
4603
"gettableAlerts" : {
4604
+ "description" : " GettableAlerts gettable alerts" ,
4605
4605
"items" : {
4606
4606
"$ref" : " #/definitions/gettableAlert"
4607
4607
},
4608
4608
"type" : " array"
4609
4609
},
4610
4610
"gettableSilence" : {
4611
+ "description" : " GettableSilence gettable silence" ,
4611
4612
"properties" : {
4612
4613
"comment" : {
4613
4614
"description" : " comment" ,
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
},
4655
4657
"type" : " object"
4656
4658
},
4657
4659
"gettableSilences" : {
4658
- "description" : " GettableSilences gettable silences" ,
4659
4660
"items" : {
4660
4661
"$ref" : " #/definitions/gettableSilence"
4661
4662
},
4662
4663
"type" : " array"
4663
4664
},
4664
4665
"integration" : {
4665
- "description" : " Integration integration" ,
4666
4666
"properties" : {
4667
4667
"lastNotifyAttempt" : {
4668
4668
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4806
4806
"type" : " array"
4807
4807
},
4808
4808
"postableSilence" : {
4809
+ "description" : " PostableSilence postable silence" ,
4809
4810
"properties" : {
4810
4811
"comment" : {
4811
4812
"description" : " comment" ,
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 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"
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"
8145
8146
},
8146
8147
"$ref" : " #/definitions/gettableSilences"
8147
8148
},
8148
8149
"integration" : {
8149
- "description" : " Integration integration" ,
8150
8150
"type" : " object" ,
8151
8151
"required" : [
8152
8152
" name" ,
8291
8291
}
8292
8292
},
8293
8293
"postableSilence" : {
8294
+ "description" : " PostableSilence postable silence" ,
8294
8295
"type" : " object" ,
8295
8296
"required" : [
8296
8297
" comment" ,
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