Skip to content

Commit

Permalink
[CI] api has been built
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Jan 7, 2025
1 parent fc589cd commit 17c5bf7
Show file tree
Hide file tree
Showing 9 changed files with 331 additions and 331 deletions.
548 changes: 274 additions & 274 deletions dist/go/spaceone/api/alert-manager/v1/alert.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/json/cloudforet/api/alert_manager/v1/Alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"defaultValue": ""
},
{
"name": "include_event_info",
"name": "include_details",
"description": "+optional",
"label": "",
"type": "bool",
Expand Down
6 changes: 3 additions & 3 deletions dist/openapi/cloudforet/api/alert_manager/v1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1029,11 +1029,11 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |alert_id||string|True|\n |action|TRIGGERED, ACKNOWLEDGED, RESOLVED, NOTIFIED, EVENT_PUSHED |string||\n |include_event_info||boolean||\n |sort||array||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |alert_id||string|True|\n |action|TRIGGERED, ACKNOWLEDGED, RESOLVED, NOTIFIED, EVENT_PUSHED |string||\n |include_details||boolean||\n |sort||array||\n<br>",
"content": {
"application/json": {
"schema": {
"properties": {"alert_id" : {"type": "string","title": "ALERT_ID" },"action" : {"type": "string","title": "ACTION" },"include_event_info" : {"type": "boolean","title": "INCLUDE_EVENT_INFO" },"sort" : {"items": {"$ref": "#/components/schemas/Sort"}, "type": "array","title": "SORT" } }
"properties": {"alert_id" : {"type": "string","title": "ALERT_ID" },"action" : {"type": "string","title": "ACTION" },"include_details" : {"type": "boolean","title": "INCLUDE_DETAILS" },"sort" : {"items": {"$ref": "#/components/schemas/Sort"}, "type": "array","title": "SORT" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -2730,7 +2730,7 @@
"title": "AlertHistoryInfo"
}
, "AlertHistoryRequest": {
"properties" : {"alert_id" : {"type": "string","title": "ALERT_ID"},"action" : {"type": "string","title": "ACTION"},"include_event_info" : {"type": "boolean","title": "INCLUDE_EVENT_INFO"},"sort" : {"items": {"$ref": "#/components/schemas/Sort"},
"properties" : {"alert_id" : {"type": "string","title": "ALERT_ID"},"action" : {"type": "string","title": "ACTION"},"include_details" : {"type": "boolean","title": "INCLUDE_DETAILS"},"sort" : {"items": {"$ref": "#/components/schemas/Sort"},
"type": "array","$ref": "#/components/schemas/Sort","title": "SORT"}},
"type": "object",
"required": ["alert_id"],
Expand Down
52 changes: 26 additions & 26 deletions dist/python/build/lib/spaceone/api/alert_manager/v1/alert_pb2.py

Large diffs are not rendered by default.

Binary file removed dist/python/dist/spaceone_api-2.0.379.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/python/dist/spaceone_api-2.0.380.tar.gz
Binary file not shown.
52 changes: 26 additions & 26 deletions dist/python/spaceone/api/alert_manager/v1/alert_pb2.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/python/spaceone_api.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: spaceone-api
Version: 2.0.379
Version: 2.0.380
Summary: Coreforet API Protobuf
Home-page: https://cloudforet.io/
Author: MEGAZONE Cloud Corp.
Expand Down

0 comments on commit 17c5bf7

Please sign in to comment.