File tree 3 files changed +6
-8
lines changed
pkg/services/ngalert/api/tooling
3 files changed +6
-8
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" ,
4643
4643
"type" : " object"
4644
4644
},
4645
4645
"gettableSilences" : {
4646
+ "description" : " GettableSilences gettable silences" ,
4646
4647
"items" : {
4647
4648
"$ref" : " #/definitions/gettableSilence"
4648
4649
},
4649
4650
"type" : " array"
4650
4651
},
4651
4652
"integration" : {
4652
- "description" : " Integration integration" ,
4653
4653
"properties" : {
4654
4654
"lastNotifyAttempt" : {
4655
4655
"description" : " A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\n Format: date-time" ,
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