Skip to content

Commit 7aa8e54

Browse files
committed
Merge branch 'master' of https://github.com/cloudforet-io/api
2 parents 61ecd51 + c621330 commit 7aa8e54

File tree

9 files changed

+179
-156
lines changed

9 files changed

+179
-156
lines changed

dist/go/spaceone/api/alert-manager/v1/event_rule.pb.go

+135-124
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+12
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,18 @@
564564
"isoneof": false,
565565
"oneofdecl": "",
566566
"defaultValue": ""
567+
},
568+
{
569+
"name": "webhook_id",
570+
"description": "+optional",
571+
"label": "",
572+
"type": "string",
573+
"longType": "string",
574+
"fullType": "string",
575+
"ismap": false,
576+
"isoneof": false,
577+
"oneofdecl": "",
578+
"defaultValue": ""
567579
}
568580
]
569581
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1255,11 +1255,11 @@
12551255
"operationId" : "",
12561256
"description": "### Description \n",
12571257
"requestBody": {
1258-
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |event_rule_id||string||\n |name||string||\n |scope|GLOBAL, WEBHOOK |string||\n |workspace_id||string||\n |service_id||string||\n<br>",
1258+
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |event_rule_id||string||\n |name||string||\n |scope|GLOBAL, WEBHOOK |string||\n |workspace_id||string||\n |service_id||string||\n |webhook_id||string||\n<br>",
12591259
"content": {
12601260
"application/json": {
12611261
"schema": {
1262-
"properties": {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY" },"event_rule_id" : {"type": "string","title": "EVENT_RULE_ID" },"name" : {"type": "string","title": "NAME" },"scope" : {"type": "string","title": "SCOPE" },"workspace_id" : {"type": "string","title": "WORKSPACE_ID" },"service_id" : {"type": "string","title": "SERVICE_ID" } }
1262+
"properties": {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY" },"event_rule_id" : {"type": "string","title": "EVENT_RULE_ID" },"name" : {"type": "string","title": "NAME" },"scope" : {"type": "string","title": "SCOPE" },"workspace_id" : {"type": "string","title": "WORKSPACE_ID" },"service_id" : {"type": "string","title": "SERVICE_ID" },"webhook_id" : {"type": "string","title": "WEBHOOK_ID" } }
12631263
},
12641264
"examples":{"Schema":{}
12651265
}
@@ -2778,7 +2778,7 @@
27782778
"title": "EventRuleRequest"
27792779
}
27802780
, "EventRuleSearchQuery": {
2781-
"properties" : {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY"},"event_rule_id" : {"type": "string","title": "EVENT_RULE_ID"},"name" : {"type": "string","title": "NAME"},"scope" : {"type": "string","title": "SCOPE"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"service_id" : {"type": "string","title": "SERVICE_ID"}},
2781+
"properties" : {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY"},"event_rule_id" : {"type": "string","title": "EVENT_RULE_ID"},"name" : {"type": "string","title": "NAME"},"scope" : {"type": "string","title": "SCOPE"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"service_id" : {"type": "string","title": "SERVICE_ID"},"webhook_id" : {"type": "string","title": "WEBHOOK_ID"}},
27822782
"type": "object",
27832783
"required": [],
27842784
"title": "EventRuleSearchQuery"

dist/python/build/lib/spaceone/api/alert_manager/v1/event_rule_pb2.py

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-268 KB
Binary file not shown.
268 KB
Binary file not shown.

0 commit comments

Comments
 (0)