Skip to content

Commit 61c66e4

Browse files
[CI] api has been built
1 parent 31458ae commit 61c66e4

File tree

9 files changed

+178
-112
lines changed

9 files changed

+178
-112
lines changed

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

+123-93
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/Alert.json

+36
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,42 @@
450450
"oneofdecl": "",
451451
"defaultValue": ""
452452
},
453+
{
454+
"name": "domain_id",
455+
"description": "",
456+
"label": "",
457+
"type": "string",
458+
"longType": "string",
459+
"fullType": "string",
460+
"ismap": false,
461+
"isoneof": false,
462+
"oneofdecl": "",
463+
"defaultValue": ""
464+
},
465+
{
466+
"name": "workspace_id",
467+
"description": "",
468+
"label": "",
469+
"type": "string",
470+
"longType": "string",
471+
"fullType": "string",
472+
"ismap": false,
473+
"isoneof": false,
474+
"oneofdecl": "",
475+
"defaultValue": ""
476+
},
477+
{
478+
"name": "service_id",
479+
"description": "",
480+
"label": "",
481+
"type": "string",
482+
"longType": "string",
483+
"fullType": "string",
484+
"ismap": false,
485+
"isoneof": false,
486+
"oneofdecl": "",
487+
"defaultValue": ""
488+
},
453489
{
454490
"name": "created_at",
455491
"description": "",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2682,9 +2682,9 @@
26822682
"title": "AlertCreateRequest"
26832683
}
26842684
, "AlertEventInfo": {
2685-
"properties" : {"alert_id" : {"type": "string","title": "ALERT_ID"},"action" : {"type": "string","title": "ACTION"},"description" : {"type": "string","title": "DESCRIPTION"},"event_info" : {"$ref": "#/components/schemas/EventInfo","title": "EVENT_INFO"},"created_at" : {"type": "string","title": "CREATED_AT"},"created_by" : {"type": "string","title": "CREATED_BY"}},
2685+
"properties" : {"alert_id" : {"type": "string","title": "ALERT_ID"},"action" : {"type": "string","title": "ACTION"},"description" : {"type": "string","title": "DESCRIPTION"},"event_info" : {"$ref": "#/components/schemas/EventInfo","title": "EVENT_INFO"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"service_id" : {"type": "string","title": "SERVICE_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"created_by" : {"type": "string","title": "CREATED_BY"}},
26862686
"type": "object",
2687-
"required": ["alert_id","action","description","event_info","created_at","created_by"],
2687+
"required": ["alert_id","action","description","event_info","domain_id","workspace_id","service_id","created_at","created_by"],
26882688
"title": "AlertEventInfo"
26892689
}
26902690
, "AlertHistoryInfo": {

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

+8-8
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.

dist/python/spaceone/api/alert_manager/v1/alert_pb2.py

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

dist/python/spaceone_api.egg-info/PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: spaceone-api
3-
Version: 2.0.362
3+
Version: 2.0.363
44
Summary: Coreforet API Protobuf
55
Home-page: https://cloudforet.io/
66
Author: MEGAZONE Cloud Corp.

0 commit comments

Comments
 (0)