File tree 3 files changed +3
-10
lines changed
pkg/services/ngalert/api/tooling
3 files changed +3
-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" ,
4656
4655
"type" : " object"
4657
4656
},
4658
4657
"gettableSilences" : {
4659
- "description" : " GettableSilences gettable silences" ,
4660
4658
"items" : {
4661
4659
"$ref" : " #/definitions/gettableSilence"
4662
4660
},
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 4417
4417
"type" : " object"
4418
4418
},
4419
4419
"alertGroup" : {
4420
- "description" : " AlertGroup alert group" ,
4421
4420
"properties" : {
4422
4421
"alerts" : {
4423
4422
"description" : " alerts" ,
4545
4544
"type" : " object"
4546
4545
},
4547
4546
"gettableAlert" : {
4547
+ "description" : " GettableAlert gettable alert" ,
4548
4548
"properties" : {
4549
4549
"annotations" : {
4550
4550
"$ref" : " #/definitions/labelSet"
4655
4655
"type" : " object"
4656
4656
},
4657
4657
"gettableSilences" : {
4658
- "description" : " GettableSilences gettable silences" ,
4659
4658
"items" : {
4660
4659
"$ref" : " #/definitions/gettableSilence"
4661
4660
},
4662
4661
"type" : " array"
4663
4662
},
4664
4663
"integration" : {
4665
- "description" : " Integration integration" ,
4666
4664
"properties" : {
4667
4665
"lastNotifyAttempt" : {
4668
4666
"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 7895
7895
}
7896
7896
},
7897
7897
"alertGroup" : {
7898
- "description" : " AlertGroup alert group" ,
7899
7898
"type" : " object" ,
7900
7899
"required" : [
7901
7900
" alerts" ,
8025
8024
}
8026
8025
},
8027
8026
"gettableAlert" : {
8027
+ "description" : " GettableAlert gettable alert" ,
8028
8028
"type" : " object" ,
8029
8029
"required" : [
8030
8030
" labels" ,
8138
8138
"$ref" : " #/definitions/gettableSilence"
8139
8139
},
8140
8140
"gettableSilences" : {
8141
- "description" : " GettableSilences gettable silences" ,
8142
8141
"type" : " array" ,
8143
8142
"items" : {
8144
8143
"$ref" : " #/definitions/gettableSilence"
8145
8144
},
8146
8145
"$ref" : " #/definitions/gettableSilences"
8147
8146
},
8148
8147
"integration" : {
8149
- "description" : " Integration integration" ,
8150
8148
"type" : " object" ,
8151
8149
"required" : [
8152
8150
" name" ,
You can’t perform that action at this time.
0 commit comments