File tree 3 files changed +7
-7
lines changed
pkg/services/ngalert/api/tooling
3 files changed +7
-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" ,
4533
4534
"type" : " object"
4534
4535
},
4535
4536
"gettableAlert" : {
4536
- "description" : " GettableAlert gettable alert" ,
4537
4537
"properties" : {
4538
4538
"annotations" : {
4539
4539
"$ref" : " #/definitions/labelSet"
4589
4589
"type" : " object"
4590
4590
},
4591
4591
"gettableAlerts" : {
4592
+ "description" : " GettableAlerts gettable alerts" ,
4592
4593
"items" : {
4593
4594
"$ref" : " #/definitions/gettableAlert"
4594
4595
},
4643
4644
"type" : " object"
4644
4645
},
4645
4646
"gettableSilences" : {
4647
+ "description" : " GettableSilences gettable silences" ,
4646
4648
"items" : {
4647
4649
"$ref" : " #/definitions/gettableSilence"
4648
4650
},
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
},
4596
4596
"type" : " array"
4597
4597
},
4598
4598
"gettableSilence" : {
4599
- "description" : " GettableSilence gettable silence" ,
4600
4599
"properties" : {
4601
4600
"comment" : {
4602
4601
"description" : " comment" ,
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" ,
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"
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments