Commit ad98008 1 parent 2c2ac09 commit ad98008 Copy full SHA for ad98008
File tree 3 files changed +7
-12
lines changed
pkg/services/ngalert/api/tooling
3 files changed +7
-12
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"
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" ,
4830
4830
"type" : " object"
4831
4831
},
4832
4832
"receiver" : {
4833
+ "description" : " Receiver receiver" ,
4833
4834
"properties" : {
4834
4835
"active" : {
4835
4836
"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" ,
4429
4428
"type" : " object"
4430
4429
},
4431
4430
"alertGroups" : {
4432
- "description" : " AlertGroups alert groups" ,
4433
4431
"items" : {
4434
4432
"$ref" : " #/definitions/alertGroup"
4435
4433
},
4590
4588
"type" : " object"
4591
4589
},
4592
4590
"gettableAlerts" : {
4591
+ "description" : " GettableAlerts gettable alerts" ,
4593
4592
"items" : {
4594
4593
"$ref" : " #/definitions/gettableAlert"
4595
4594
},
4596
4595
"type" : " array"
4597
4596
},
4598
4597
"gettableSilence" : {
4599
- "description" : " GettableSilence gettable silence" ,
4600
4598
"properties" : {
4601
4599
"comment" : {
4602
4600
"description" : " comment" ,
4645
4643
"type" : " object"
4646
4644
},
4647
4645
"gettableSilences" : {
4648
- "description" : " GettableSilences gettable silences" ,
4649
4646
"items" : {
4650
4647
"$ref" : " #/definitions/gettableSilence"
4651
4648
},
4796
4793
"type" : " array"
4797
4794
},
4798
4795
"postableSilence" : {
4796
+ "description" : " PostableSilence postable silence" ,
4799
4797
"properties" : {
4800
4798
"comment" : {
4801
4799
"description" : " comment" ,
4833
4831
"type" : " object"
4834
4832
},
4835
4833
"receiver" : {
4836
- "description" : " Receiver receiver" ,
4837
4834
"properties" : {
4838
4835
"active" : {
4839
4836
"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" ,
7838
7837
"$ref" : " #/definitions/alertGroup"
7839
7838
},
7840
7839
"alertGroups" : {
7841
- "description" : " AlertGroups alert groups" ,
7842
7840
"type" : " array" ,
7843
7841
"items" : {
7844
7842
"$ref" : " #/definitions/alertGroup"
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"
8007
8006
},
8008
8007
"$ref" : " #/definitions/gettableAlerts"
8009
8008
},
8010
8009
"gettableSilence" : {
8011
- "description" : " GettableSilence gettable silence" ,
8012
8010
"type" : " object" ,
8013
8011
"required" : [
8014
8012
" comment" ,
8058
8056
"$ref" : " #/definitions/gettableSilence"
8059
8057
},
8060
8058
"gettableSilences" : {
8061
- "description" : " GettableSilences gettable silences" ,
8062
8059
"type" : " array" ,
8063
8060
"items" : {
8064
8061
"$ref" : " #/definitions/gettableSilence"
8211
8208
}
8212
8209
},
8213
8210
"postableSilence" : {
8211
+ "description" : " PostableSilence postable silence" ,
8214
8212
"type" : " object" ,
8215
8213
"required" : [
8216
8214
" comment" ,
8249
8247
"$ref" : " #/definitions/postableSilence"
8250
8248
},
8251
8249
"receiver" : {
8252
- "description" : " Receiver receiver" ,
8253
8250
"type" : " object" ,
8254
8251
"required" : [
8255
8252
" active" ,
You can’t perform that action at this time.
0 commit comments