File tree 3 files changed +10
-4
lines changed
pkg/services/ngalert/api/tooling
3 files changed +10
-4
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" ,
4428
4429
"type" : " object"
4429
4430
},
4430
4431
"alertGroups" : {
4431
- "description" : " AlertGroups alert groups" ,
4432
4432
"items" : {
4433
4433
"$ref" : " #/definitions/alertGroup"
4434
4434
},
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
},
4595
4595
"type" : " array"
4596
4596
},
4597
4597
"gettableSilence" : {
4598
+ "description" : " GettableSilence gettable silence" ,
4598
4599
"properties" : {
4599
4600
"comment" : {
4600
4601
"description" : " comment" ,
4643
4644
"type" : " object"
4644
4645
},
4645
4646
"gettableSilences" : {
4647
+ "description" : " GettableSilences gettable silences" ,
4646
4648
"items" : {
4647
4649
"$ref" : " #/definitions/gettableSilence"
4648
4650
},
4793
4795
"type" : " array"
4794
4796
},
4795
4797
"postableSilence" : {
4798
+ "description" : " PostableSilence postable silence" ,
4796
4799
"properties" : {
4797
4800
"comment" : {
4798
4801
"description" : " comment" ,
4830
4833
"type" : " object"
4831
4834
},
4832
4835
"receiver" : {
4836
+ "description" : " Receiver receiver" ,
4833
4837
"properties" : {
4834
4838
"active" : {
4835
4839
"description" : " active" ,
Original file line number Diff line number Diff line change 4429
4429
"type" : " object"
4430
4430
},
4431
4431
"alertGroups" : {
4432
- "description" : " AlertGroups alert groups" ,
4433
4432
"items" : {
4434
4433
"$ref" : " #/definitions/alertGroup"
4435
4434
},
4590
4589
"type" : " object"
4591
4590
},
4592
4591
"gettableAlerts" : {
4592
+ "description" : " GettableAlerts gettable alerts" ,
4593
4593
"items" : {
4594
4594
"$ref" : " #/definitions/gettableAlert"
4595
4595
},
4796
4796
"type" : " array"
4797
4797
},
4798
4798
"postableSilence" : {
4799
+ "description" : " PostableSilence postable silence" ,
4799
4800
"properties" : {
4800
4801
"comment" : {
4801
4802
"description" : " comment" ,
Original file line number Diff line number Diff line change 7838
7838
"$ref" : " #/definitions/alertGroup"
7839
7839
},
7840
7840
"alertGroups" : {
7841
- "description" : " AlertGroups alert groups" ,
7842
7841
"type" : " array" ,
7843
7842
"items" : {
7844
7843
"$ref" : " #/definitions/alertGroup"
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"
8211
8211
}
8212
8212
},
8213
8213
"postableSilence" : {
8214
+ "description" : " PostableSilence postable silence" ,
8214
8215
"type" : " object" ,
8215
8216
"required" : [
8216
8217
" comment" ,
You can’t perform that action at this time.
0 commit comments