File tree 3 files changed +6
-9
lines changed
pkg/services/ngalert/api/tooling
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 4533
4533
"type" : " object"
4534
4534
},
4535
4535
"gettableAlert" : {
4536
- "description" : " GettableAlert gettable alert" ,
4537
4536
"properties" : {
4538
4537
"annotations" : {
4539
4538
"$ref" : " #/definitions/labelSet"
4589
4588
"type" : " object"
4590
4589
},
4591
4590
"gettableAlerts" : {
4591
+ "description" : " GettableAlerts gettable alerts" ,
4592
4592
"items" : {
4593
4593
"$ref" : " #/definitions/gettableAlert"
4594
4594
},
4793
4793
"type" : " array"
4794
4794
},
4795
4795
"postableSilence" : {
4796
+ "description" : " PostableSilence postable silence" ,
4796
4797
"properties" : {
4797
4798
"comment" : {
4798
4799
"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" ,
4590
4589
"type" : " object"
4591
4590
},
4592
4591
"gettableAlerts" : {
4592
+ "description" : " GettableAlerts gettable alerts" ,
4593
4593
"items" : {
4594
4594
"$ref" : " #/definitions/gettableAlert"
4595
4595
},
4596
4596
"type" : " array"
4597
4597
},
4598
4598
"gettableSilence" : {
4599
- "description" : " GettableSilence gettable silence" ,
4600
4599
"properties" : {
4601
4600
"comment" : {
4602
4601
"description" : " comment" ,
4652
4651
"type" : " array"
4653
4652
},
4654
4653
"integration" : {
4655
- "description" : " Integration integration" ,
4656
4654
"properties" : {
4657
4655
"lastNotifyAttempt" : {
4658
4656
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
4796
4794
"type" : " array"
4797
4795
},
4798
4796
"postableSilence" : {
4797
+ "description" : " PostableSilence postable silence" ,
4799
4798
"properties" : {
4800
4799
"comment" : {
4801
4800
"description" : " comment" ,
4833
4832
"type" : " object"
4834
4833
},
4835
4834
"receiver" : {
4836
- "description" : " Receiver receiver" ,
4837
4835
"properties" : {
4838
4836
"active" : {
4839
4837
"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" ,
8001
8000
"$ref" : " #/definitions/gettableAlert"
8002
8001
},
8003
8002
"gettableAlerts" : {
8003
+ "description" : " GettableAlerts gettable alerts" ,
8004
8004
"type" : " array" ,
8005
8005
"items" : {
8006
8006
"$ref" : " #/definitions/gettableAlert"
8007
8007
},
8008
8008
"$ref" : " #/definitions/gettableAlerts"
8009
8009
},
8010
8010
"gettableSilence" : {
8011
- "description" : " GettableSilence gettable silence" ,
8012
8011
"type" : " object" ,
8013
8012
"required" : [
8014
8013
" comment" ,
8066
8065
"$ref" : " #/definitions/gettableSilences"
8067
8066
},
8068
8067
"integration" : {
8069
- "description" : " Integration integration" ,
8070
8068
"type" : " object" ,
8071
8069
"required" : [
8072
8070
" name" ,
8211
8209
}
8212
8210
},
8213
8211
"postableSilence" : {
8212
+ "description" : " PostableSilence postable silence" ,
8214
8213
"type" : " object" ,
8215
8214
"required" : [
8216
8215
" comment" ,
8249
8248
"$ref" : " #/definitions/postableSilence"
8250
8249
},
8251
8250
"receiver" : {
8252
- "description" : " Receiver receiver" ,
8253
8251
"type" : " object" ,
8254
8252
"required" : [
8255
8253
" active" ,
You can’t perform that action at this time.
0 commit comments