Skip to content

Commit f4fe980

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 9bdd88d commit f4fe980

File tree

1 file changed

+85
-1
lines changed

1 file changed

+85
-1
lines changed

dist/json/cloudforet/api/cost_analysis/v1/Unified_cost.json

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"name": "UnifiedCostInfo",
5252
"longName": "UnifiedCostInfo",
5353
"fullName": "spaceone.api.cost_analysis.v1.UnifiedCostInfo",
54-
"description": "{\n \"unified_cost_id\": \"unified-cost-11153fceca11\",\n \"cost\": {\n \"KRW\": 13000,\n \"USD\": 1,\n \"JPY\": 100\n },\n \"billed_month\": \"2024-08\",\n \"billed_year\": \"2024\",\n \"exchange_date\": \"2024-08-14\",\n \"exchange_source\": \"Yahoo Finance!\",\n \"aggregation_date\": \"2024-08-15\",\n \"currency\": \"USD\",\n \"is_confirmed\": true,\n \"provider\": \"aws\",\n \"region_code\": \"AP2\",\n \"region_key\": \"aws.AP2\",\n \"product\": \"AmazonS3\",\n \"data_source_name\": \"AWS\",\n \"workspace_name\": \"SpaceONE\",\n \"data_source_id\": \"ds-1acca85666c1\",\n \"project_id\": project-1acca85666c1,\n \"workspace_id\": \"workspace-1acca85666c1\",\n \"domain_id\": \"domain-1acca85666c1\",\n \"created_at\": \"2024-09-30T08:00:03.945Z\"\n}",
54+
"description": "{\n \"unified_cost_id\": \"unified-cost-11153fceca11\",\n \"cost\": {\n \"KRW\": 13000,\n \"USD\": 1,\n \"JPY\": 100\n },\n \"usage_quantity\": 20.2,\n \"billed_month\": \"2024-08\",\n \"billed_year\": \"2024\",\n \"exchange_date\": \"2024-08-14\",\n \"exchange_source\": \"Yahoo Finance!\",\n \"aggregation_date\": \"2024-08-15\",\n \"currency\": \"USD\",\n \"is_confirmed\": true,\n \"provider\": \"aws\",\n \"region_code\": \"AP2\",\n \"region_key\": \"aws.AP2\",\n \"product\": \"AmazonS3\",\n \"data_source_name\": \"AWS\",\n \"workspace_name\": \"SpaceONE\",\n \"data_source_id\": \"ds-1acca85666c1\",\n \"project_id\": project-1acca85666c1,\n \"workspace_id\": \"workspace-1acca85666c1\",\n \"domain_id\": \"domain-1acca85666c1\",\n \"created_at\": \"2024-09-30T08:00:03.945Z\"\n}",
5555
"hasExtensions": false,
5656
"hasFields": true,
5757
"hasOneofs": false,
@@ -81,6 +81,18 @@
8181
"oneofdecl": "",
8282
"defaultValue": ""
8383
},
84+
{
85+
"name": "usage_quantity",
86+
"description": "",
87+
"label": "",
88+
"type": "double",
89+
"longType": "double",
90+
"fullType": "double",
91+
"ismap": false,
92+
"isoneof": false,
93+
"oneofdecl": "",
94+
"defaultValue": ""
95+
},
8496
{
8597
"name": "billed_month",
8698
"description": "ex). 2021-01",
@@ -419,6 +431,66 @@
419431
}
420432
]
421433
},
434+
{
435+
"name": "UnifiedCostRunRequest",
436+
"longName": "UnifiedCostRunRequest",
437+
"fullName": "spaceone.api.cost_analysis.v1.UnifiedCostRunRequest",
438+
"description": "{\n \"unified_month\": \"2024-08\",\n \"exchange_date\": \"2024-07-15\",\n \"is_last_exchange_day\": false,\n \"bank\": \"Yahoo! Finance\",\n}",
439+
"hasExtensions": false,
440+
"hasFields": true,
441+
"hasOneofs": false,
442+
"extensions": [],
443+
"fields": [
444+
{
445+
"name": "unified_month",
446+
"description": "",
447+
"label": "",
448+
"type": "string",
449+
"longType": "string",
450+
"fullType": "string",
451+
"ismap": false,
452+
"isoneof": false,
453+
"oneofdecl": "",
454+
"defaultValue": ""
455+
},
456+
{
457+
"name": "exchange_date",
458+
"description": "+optional",
459+
"label": "",
460+
"type": "string",
461+
"longType": "string",
462+
"fullType": "string",
463+
"ismap": false,
464+
"isoneof": false,
465+
"oneofdecl": "",
466+
"defaultValue": ""
467+
},
468+
{
469+
"name": "is_last_exchange_day",
470+
"description": "+optional",
471+
"label": "",
472+
"type": "bool",
473+
"longType": "bool",
474+
"fullType": "bool",
475+
"ismap": false,
476+
"isoneof": false,
477+
"oneofdecl": "",
478+
"defaultValue": ""
479+
},
480+
{
481+
"name": "bank",
482+
"description": "+optional",
483+
"label": "",
484+
"type": "string",
485+
"longType": "string",
486+
"fullType": "string",
487+
"ismap": false,
488+
"isoneof": false,
489+
"oneofdecl": "",
490+
"defaultValue": ""
491+
}
492+
]
493+
},
422494
{
423495
"name": "UnifiedCostStatQuery",
424496
"longName": "UnifiedCostStatQuery",
@@ -487,6 +559,18 @@
487559
"fullName": "spaceone.api.cost_analysis.v1.UnifiedCost",
488560
"description": "",
489561
"methods": [
562+
{
563+
"name": "run",
564+
"description": "",
565+
"requestType": "UnifiedCostRunRequest",
566+
"requestLongType": "UnifiedCostRunRequest",
567+
"requestFullType": "spaceone.api.cost_analysis.v1.UnifiedCostRunRequest",
568+
"requestStreaming": false,
569+
"responseType": "Empty",
570+
"responseLongType": ".google.protobuf.Empty",
571+
"responseFullType": "google.protobuf.Empty",
572+
"responseStreaming": false
573+
},
490574
{
491575
"name": "get",
492576
"description": "",

0 commit comments

Comments
 (0)