|
51 | 51 | "name": "UnifiedCostInfo", |
52 | 52 | "longName": "UnifiedCostInfo", |
53 | 53 | "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}", |
55 | 55 | "hasExtensions": false, |
56 | 56 | "hasFields": true, |
57 | 57 | "hasOneofs": false, |
|
81 | 81 | "oneofdecl": "", |
82 | 82 | "defaultValue": "" |
83 | 83 | }, |
| 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 | + }, |
84 | 96 | { |
85 | 97 | "name": "billed_month", |
86 | 98 | "description": "ex). 2021-01", |
|
419 | 431 | } |
420 | 432 | ] |
421 | 433 | }, |
| 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 | + }, |
422 | 494 | { |
423 | 495 | "name": "UnifiedCostStatQuery", |
424 | 496 | "longName": "UnifiedCostStatQuery", |
|
487 | 559 | "fullName": "spaceone.api.cost_analysis.v1.UnifiedCost", |
488 | 560 | "description": "", |
489 | 561 | "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 | + }, |
490 | 574 | { |
491 | 575 | "name": "get", |
492 | 576 | "description": "", |
|
0 commit comments