File tree 3 files changed +3
-12
lines changed
pkg/services/ngalert/api/tooling
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 4405
4405
"type" : " object"
4406
4406
},
4407
4407
"alertGroup" : {
4408
+ "description" : " AlertGroup alert group" ,
4408
4409
"properties" : {
4409
4410
"alerts" : {
4410
4411
"description" : " alerts" ,
4589
4590
"type" : " object"
4590
4591
},
4591
4592
"gettableAlerts" : {
4593
+ "description" : " GettableAlerts gettable alerts" ,
4592
4594
"items" : {
4593
4595
"$ref" : " #/definitions/gettableAlert"
4594
4596
},
4595
4597
"type" : " array"
4596
4598
},
4597
4599
"gettableSilence" : {
4600
+ "description" : " GettableSilence gettable silence" ,
4598
4601
"properties" : {
4599
4602
"comment" : {
4600
4603
"description" : " comment" ,
Original file line number Diff line number Diff line change 4405
4405
"type" : " object"
4406
4406
},
4407
4407
"alertGroup" : {
4408
- "description" : " AlertGroup alert group" ,
4409
4408
"properties" : {
4410
4409
"alerts" : {
4411
4410
"description" : " alerts" ,
4429
4428
"type" : " object"
4430
4429
},
4431
4430
"alertGroups" : {
4432
- "description" : " AlertGroups alert groups" ,
4433
4431
"items" : {
4434
4432
"$ref" : " #/definitions/alertGroup"
4435
4433
},
4534
4532
"type" : " object"
4535
4533
},
4536
4534
"gettableAlert" : {
4537
- "description" : " GettableAlert gettable alert" ,
4538
4535
"properties" : {
4539
4536
"annotations" : {
4540
4537
"$ref" : " #/definitions/labelSet"
4645
4642
"type" : " object"
4646
4643
},
4647
4644
"gettableSilences" : {
4648
- "description" : " GettableSilences gettable silences" ,
4649
4645
"items" : {
4650
4646
"$ref" : " #/definitions/gettableSilence"
4651
4647
},
4652
4648
"type" : " array"
4653
4649
},
4654
4650
"integration" : {
4655
- "description" : " Integration integration" ,
4656
4651
"properties" : {
4657
4652
"lastNotifyAttempt" : {
4658
4653
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4833
4828
"type" : " object"
4834
4829
},
4835
4830
"receiver" : {
4836
- "description" : " Receiver receiver" ,
4837
4831
"properties" : {
4838
4832
"active" : {
4839
4833
"description" : " active" ,
Original file line number Diff line number Diff line change 7813
7813
}
7814
7814
},
7815
7815
"alertGroup" : {
7816
- "description" : " AlertGroup alert group" ,
7817
7816
"type" : " object" ,
7818
7817
"required" : [
7819
7818
" alerts" ,
7838
7837
"$ref" : " #/definitions/alertGroup"
7839
7838
},
7840
7839
"alertGroups" : {
7841
- "description" : " AlertGroups alert groups" ,
7842
7840
"type" : " array" ,
7843
7841
"items" : {
7844
7842
"$ref" : " #/definitions/alertGroup"
7944
7942
}
7945
7943
},
7946
7944
"gettableAlert" : {
7947
- "description" : " GettableAlert gettable alert" ,
7948
7945
"type" : " object" ,
7949
7946
"required" : [
7950
7947
" labels" ,
8058
8055
"$ref" : " #/definitions/gettableSilence"
8059
8056
},
8060
8057
"gettableSilences" : {
8061
- "description" : " GettableSilences gettable silences" ,
8062
8058
"type" : " array" ,
8063
8059
"items" : {
8064
8060
"$ref" : " #/definitions/gettableSilence"
8065
8061
},
8066
8062
"$ref" : " #/definitions/gettableSilences"
8067
8063
},
8068
8064
"integration" : {
8069
- "description" : " Integration integration" ,
8070
8065
"type" : " object" ,
8071
8066
"required" : [
8072
8067
" name" ,
8249
8244
"$ref" : " #/definitions/postableSilence"
8250
8245
},
8251
8246
"receiver" : {
8252
- "description" : " Receiver receiver" ,
8253
8247
"type" : " object" ,
8254
8248
"required" : [
8255
8249
" active" ,
You can’t perform that action at this time.
0 commit comments