Skip to content

Commit 461fcf3

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 26515a6 commit 461fcf3

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

dist/json/cloudforet/api/alert_manager/v1/Webhook.json

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,18 @@
138138
"oneofdecl": "",
139139
"defaultValue": ""
140140
},
141+
{
142+
"name": "message_formats",
143+
"description": "",
144+
"label": "repeated",
145+
"type": "WebhookMessageFormat",
146+
"longType": "WebhookMessageFormat",
147+
"fullType": "spaceone.api.alert_manager.v1.WebhookMessageFormat",
148+
"ismap": false,
149+
"isoneof": false,
150+
"oneofdecl": "",
151+
"defaultValue": ""
152+
},
141153
{
142154
"name": "tags",
143155
"description": "+optional",
@@ -450,6 +462,18 @@
450462
"oneofdecl": "",
451463
"defaultValue": ""
452464
},
465+
{
466+
"name": "message_formats",
467+
"description": "",
468+
"label": "repeated",
469+
"type": "WebhookMessageFormat",
470+
"longType": "WebhookMessageFormat",
471+
"fullType": "spaceone.api.alert_manager.v1.WebhookMessageFormat",
472+
"ismap": false,
473+
"isoneof": false,
474+
"oneofdecl": "",
475+
"defaultValue": ""
476+
},
453477
{
454478
"name": "tags",
455479
"description": "",
@@ -512,6 +536,78 @@
512536
}
513537
]
514538
},
539+
{
540+
"name": "WebhookMessageFormat",
541+
"longName": "WebhookMessageFormat",
542+
"fullName": "spaceone.api.alert_manager.v1.WebhookMessageFormat",
543+
"description": "",
544+
"hasExtensions": false,
545+
"hasFields": true,
546+
"hasOneofs": false,
547+
"extensions": [],
548+
"fields": [
549+
{
550+
"name": "from",
551+
"description": "",
552+
"label": "",
553+
"type": "string",
554+
"longType": "string",
555+
"fullType": "string",
556+
"ismap": false,
557+
"isoneof": false,
558+
"oneofdecl": "",
559+
"defaultValue": ""
560+
},
561+
{
562+
"name": "to",
563+
"description": "",
564+
"label": "",
565+
"type": "string",
566+
"longType": "string",
567+
"fullType": "string",
568+
"ismap": false,
569+
"isoneof": false,
570+
"oneofdecl": "",
571+
"defaultValue": ""
572+
}
573+
]
574+
},
575+
{
576+
"name": "WebhookMessageFormatUpdateRequest",
577+
"longName": "WebhookMessageFormatUpdateRequest",
578+
"fullName": "spaceone.api.alert_manager.v1.WebhookMessageFormatUpdateRequest",
579+
"description": "",
580+
"hasExtensions": false,
581+
"hasFields": true,
582+
"hasOneofs": false,
583+
"extensions": [],
584+
"fields": [
585+
{
586+
"name": "webhook_id",
587+
"description": "",
588+
"label": "",
589+
"type": "string",
590+
"longType": "string",
591+
"fullType": "string",
592+
"ismap": false,
593+
"isoneof": false,
594+
"oneofdecl": "",
595+
"defaultValue": ""
596+
},
597+
{
598+
"name": "message_formats",
599+
"description": "",
600+
"label": "repeated",
601+
"type": "WebhookMessageFormat",
602+
"longType": "WebhookMessageFormat",
603+
"fullType": "spaceone.api.alert_manager.v1.WebhookMessageFormat",
604+
"ismap": false,
605+
"isoneof": false,
606+
"oneofdecl": "",
607+
"defaultValue": ""
608+
}
609+
]
610+
},
515611
{
516612
"name": "WebhookPluginInfo",
517613
"longName": "WebhookPluginInfo",
@@ -962,6 +1058,29 @@
9621058
}
9631059
}
9641060
},
1061+
{
1062+
"name": "update_message_format",
1063+
"description": "",
1064+
"requestType": "WebhookMessageFormatUpdateRequest",
1065+
"requestLongType": "WebhookMessageFormatUpdateRequest",
1066+
"requestFullType": "spaceone.api.alert_manager.v1.WebhookMessageFormatUpdateRequest",
1067+
"requestStreaming": false,
1068+
"responseType": "WebhookInfo",
1069+
"responseLongType": "WebhookInfo",
1070+
"responseFullType": "spaceone.api.alert_manager.v1.WebhookInfo",
1071+
"responseStreaming": false,
1072+
"options": {
1073+
"google.api.http": {
1074+
"rules": [
1075+
{
1076+
"method": "POST",
1077+
"pattern": "/alert-manager/v1/webhook/update-message-format",
1078+
"body": "*"
1079+
}
1080+
]
1081+
}
1082+
}
1083+
},
9651084
{
9661085
"name": "update_plugin",
9671086
"description": "",

0 commit comments

Comments
 (0)