File tree 3 files changed +10
-7
lines changed
pkg/services/ngalert/api/tooling
3 files changed +10
-7
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"
4413
4414
"type" : " object"
4414
4415
},
4415
4416
"gettableAlerts" : {
4416
- "description" : " GettableAlerts gettable alerts" ,
4417
4417
"items" : {
4418
4418
"$ref" : " #/definitions/gettableAlert"
4419
4419
},
4469
4469
"type" : " object"
4470
4470
},
4471
4471
"gettableSilences" : {
4472
+ "description" : " GettableSilences gettable silences" ,
4472
4473
"items" : {
4473
4474
"$ref" : " #/definitions/gettableSilence"
4474
4475
},
4475
4476
"type" : " array"
4476
4477
},
4477
4478
"integration" : {
4478
- "description" : " Integration integration" ,
4479
4479
"properties" : {
4480
4480
"lastNotifyAttempt" : {
4481
4481
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4619
4619
"type" : " array"
4620
4620
},
4621
4621
"postableSilence" : {
4622
- "description" : " PostableSilence postable silence" ,
4623
4622
"properties" : {
4624
4623
"comment" : {
4625
4624
"description" : " comment" ,
Original file line number Diff line number Diff line change 4230
4230
"type" : " object"
4231
4231
},
4232
4232
"alertGroup" : {
4233
- "description" : " AlertGroup alert group" ,
4234
4233
"properties" : {
4235
4234
"alerts" : {
4236
4235
"description" : " alerts" ,
4358
4357
"type" : " object"
4359
4358
},
4360
4359
"gettableAlert" : {
4360
+ "description" : " GettableAlert gettable alert" ,
4361
4361
"properties" : {
4362
4362
"annotations" : {
4363
4363
"$ref" : " #/definitions/labelSet"
4419
4419
"type" : " array"
4420
4420
},
4421
4421
"gettableSilence" : {
4422
+ "description" : " GettableSilence gettable silence" ,
4422
4423
"properties" : {
4423
4424
"comment" : {
4424
4425
"description" : " comment" ,
4474
4475
"type" : " array"
4475
4476
},
4476
4477
"integration" : {
4477
- "description" : " Integration integration" ,
4478
4478
"properties" : {
4479
4479
"lastNotifyAttempt" : {
4480
4480
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4618
4618
"type" : " array"
4619
4619
},
4620
4620
"postableSilence" : {
4621
+ "description" : " PostableSilence postable silence" ,
4621
4622
"properties" : {
4622
4623
"comment" : {
4623
4624
"description" : " comment" ,
4655
4656
"type" : " object"
4656
4657
},
4657
4658
"receiver" : {
4659
+ "description" : " Receiver receiver" ,
4658
4660
"properties" : {
4659
4661
"active" : {
4660
4662
"description" : " active" ,
Original file line number Diff line number Diff line change 7383
7383
}
7384
7384
},
7385
7385
"alertGroup" : {
7386
- "description" : " AlertGroup alert group" ,
7387
7386
"type" : " object" ,
7388
7387
"required" : [
7389
7388
" alerts" ,
7513
7512
}
7514
7513
},
7515
7514
"gettableAlert" : {
7515
+ "description" : " GettableAlert gettable alert" ,
7516
7516
"type" : " object" ,
7517
7517
"required" : [
7518
7518
" labels" ,
7576
7576
"$ref" : " #/definitions/gettableAlerts"
7577
7577
},
7578
7578
"gettableSilence" : {
7579
+ "description" : " GettableSilence gettable silence" ,
7579
7580
"type" : " object" ,
7580
7581
"required" : [
7581
7582
" comment" ,
7633
7634
"$ref" : " #/definitions/gettableSilences"
7634
7635
},
7635
7636
"integration" : {
7636
- "description" : " Integration integration" ,
7637
7637
"type" : " object" ,
7638
7638
"required" : [
7639
7639
" name" ,
7778
7778
}
7779
7779
},
7780
7780
"postableSilence" : {
7781
+ "description" : " PostableSilence postable silence" ,
7781
7782
"type" : " object" ,
7782
7783
"required" : [
7783
7784
" comment" ,
7816
7817
"$ref" : " #/definitions/postableSilence"
7817
7818
},
7818
7819
"receiver" : {
7820
+ "description" : " Receiver receiver" ,
7819
7821
"type" : " object" ,
7820
7822
"required" : [
7821
7823
" active" ,
You can’t perform that action at this time.
0 commit comments