File tree 3 files changed +5
-7
lines changed
pkg/services/ngalert/api/tooling
3 files changed +5
-7
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
},
4649
4651
"type" : " array"
4650
4652
},
4651
4653
"integration" : {
4652
- "description" : " Integration integration" ,
4653
4654
"properties" : {
4654
4655
"lastNotifyAttempt" : {
4655
4656
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4830
4831
"type" : " object"
4831
4832
},
4832
4833
"receiver" : {
4834
+ "description" : " Receiver receiver" ,
4833
4835
"properties" : {
4834
4836
"active" : {
4835
4837
"description" : " active" ,
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" ,
4645
4644
"type" : " object"
4646
4645
},
4647
4646
"gettableSilences" : {
4648
- "description" : " GettableSilences gettable silences" ,
4649
4647
"items" : {
4650
4648
"$ref" : " #/definitions/gettableSilence"
4651
4649
},
4652
4650
"type" : " array"
4653
4651
},
4654
4652
"integration" : {
4655
- "description" : " Integration integration" ,
4656
4653
"properties" : {
4657
4654
"lastNotifyAttempt" : {
4658
4655
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4796
4793
"type" : " array"
4797
4794
},
4798
4795
"postableSilence" : {
4796
+ "description" : " PostableSilence postable silence" ,
4799
4797
"properties" : {
4800
4798
"comment" : {
4801
4799
"description" : " comment" ,
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" ,
8058
8057
"$ref" : " #/definitions/gettableSilence"
8059
8058
},
8060
8059
"gettableSilences" : {
8061
- "description" : " GettableSilences gettable silences" ,
8062
8060
"type" : " array" ,
8063
8061
"items" : {
8064
8062
"$ref" : " #/definitions/gettableSilence"
8065
8063
},
8066
8064
"$ref" : " #/definitions/gettableSilences"
8067
8065
},
8068
8066
"integration" : {
8069
- "description" : " Integration integration" ,
8070
8067
"type" : " object" ,
8071
8068
"required" : [
8072
8069
" name" ,
8211
8208
}
8212
8209
},
8213
8210
"postableSilence" : {
8211
+ "description" : " PostableSilence postable silence" ,
8214
8212
"type" : " object" ,
8215
8213
"required" : [
8216
8214
" comment" ,
You can’t perform that action at this time.
0 commit comments