File tree 3 files changed +5
-8
lines changed
pkg/services/ngalert/api/tooling
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 4229
4229
"type" : " object"
4230
4230
},
4231
4231
"alertGroup" : {
4232
- "description" : " AlertGroup alert group" ,
4233
4232
"properties" : {
4234
4233
"alerts" : {
4235
4234
"description" : " alerts" ,
4253
4252
"type" : " object"
4254
4253
},
4255
4254
"alertGroups" : {
4256
- "description" : " AlertGroups alert groups" ,
4257
4255
"items" : {
4258
4256
"$ref" : " #/definitions/alertGroup"
4259
4257
},
4358
4356
"type" : " object"
4359
4357
},
4360
4358
"gettableAlert" : {
4359
+ "description" : " GettableAlert gettable alert" ,
4361
4360
"properties" : {
4362
4361
"annotations" : {
4363
4362
"$ref" : " #/definitions/labelSet"
4619
4618
"type" : " array"
4620
4619
},
4621
4620
"postableSilence" : {
4622
- "description" : " PostableSilence postable silence" ,
4623
4621
"properties" : {
4624
4622
"comment" : {
4625
4623
"description" : " comment" ,
4657
4655
"type" : " object"
4658
4656
},
4659
4657
"receiver" : {
4660
- "description" : " Receiver receiver" ,
4661
4658
"properties" : {
4662
4659
"active" : {
4663
4660
"description" : " active" ,
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" : {
4417
+ "description" : " GettableAlerts gettable alerts" ,
4416
4418
"items" : {
4417
4419
"$ref" : " #/definitions/gettableAlert"
4418
4420
},
4467
4469
"type" : " object"
4468
4470
},
4469
4471
"gettableSilences" : {
4470
- "description" : " GettableSilences gettable silences" ,
4471
4472
"items" : {
4472
4473
"$ref" : " #/definitions/gettableSilence"
4473
4474
},
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" ,
Original file line number Diff line number Diff line change 7513
7513
}
7514
7514
},
7515
7515
"gettableAlert" : {
7516
+ "description" : " GettableAlert gettable alert" ,
7516
7517
"type" : " object" ,
7517
7518
"required" : [
7518
7519
" labels" ,
7569
7570
"$ref" : " #/definitions/gettableAlert"
7570
7571
},
7571
7572
"gettableAlerts" : {
7573
+ "description" : " GettableAlerts gettable alerts" ,
7572
7574
"type" : " array" ,
7573
7575
"items" : {
7574
7576
"$ref" : " #/definitions/gettableAlert"
7625
7627
"$ref" : " #/definitions/gettableSilence"
7626
7628
},
7627
7629
"gettableSilences" : {
7628
- "description" : " GettableSilences gettable silences" ,
7629
7630
"type" : " array" ,
7630
7631
"items" : {
7631
7632
"$ref" : " #/definitions/gettableSilence"
7632
7633
},
7633
7634
"$ref" : " #/definitions/gettableSilences"
7634
7635
},
7635
7636
"integration" : {
7636
- "description" : " Integration integration" ,
7637
7637
"type" : " object" ,
7638
7638
"required" : [
7639
7639
" name" ,
You can’t perform that action at this time.
0 commit comments