Commit 755fd6f 1 parent 2c2ac09 commit 755fd6f Copy full SHA for 755fd6f
File tree 3 files changed +7
-9
lines changed
pkg/services/ngalert/api/tooling
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 4428
4428
"type" : " object"
4429
4429
},
4430
4430
"alertGroups" : {
4431
- "description" : " AlertGroups alert groups" ,
4432
4431
"items" : {
4433
4432
"$ref" : " #/definitions/alertGroup"
4434
4433
},
4595
4594
"type" : " array"
4596
4595
},
4597
4596
"gettableSilence" : {
4597
+ "description" : " GettableSilence gettable silence" ,
4598
4598
"properties" : {
4599
4599
"comment" : {
4600
4600
"description" : " comment" ,
4793
4793
"type" : " array"
4794
4794
},
4795
4795
"postableSilence" : {
4796
+ "description" : " PostableSilence postable silence" ,
4796
4797
"properties" : {
4797
4798
"comment" : {
4798
4799
"description" : " comment" ,
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" ,
4534
4533
"type" : " object"
4535
4534
},
4536
4535
"gettableAlert" : {
4537
- "description" : " GettableAlert gettable alert" ,
4538
4536
"properties" : {
4539
4537
"annotations" : {
4540
4538
"$ref" : " #/definitions/labelSet"
4590
4588
"type" : " object"
4591
4589
},
4592
4590
"gettableAlerts" : {
4591
+ "description" : " GettableAlerts gettable alerts" ,
4593
4592
"items" : {
4594
4593
"$ref" : " #/definitions/gettableAlert"
4595
4594
},
4645
4644
"type" : " object"
4646
4645
},
4647
4646
"gettableSilences" : {
4648
- "description" : " GettableSilences gettable silences" ,
4649
4647
"items" : {
4650
4648
"$ref" : " #/definitions/gettableSilence"
4651
4649
},
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" ,
7944
7943
}
7945
7944
},
7946
7945
"gettableAlert" : {
7947
- "description" : " GettableAlert gettable alert" ,
7948
7946
"type" : " object" ,
7949
7947
"required" : [
7950
7948
" labels" ,
8001
7999
"$ref" : " #/definitions/gettableAlert"
8002
8000
},
8003
8001
"gettableAlerts" : {
8002
+ "description" : " GettableAlerts gettable alerts" ,
8004
8003
"type" : " array" ,
8005
8004
"items" : {
8006
8005
"$ref" : " #/definitions/gettableAlert"
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"
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