|
598 | 598 | } |
599 | 599 | ] |
600 | 600 | }, |
| 601 | + { |
| 602 | + "name": "GenerateReportCostReportConfigRequest", |
| 603 | + "longName": "GenerateReportCostReportConfigRequest", |
| 604 | + "fullName": "spaceone.api.cost_analysis.v1.GenerateReportCostReportConfigRequest", |
| 605 | + "description": "", |
| 606 | + "hasExtensions": false, |
| 607 | + "hasFields": true, |
| 608 | + "hasOneofs": false, |
| 609 | + "extensions": [], |
| 610 | + "fields": [ |
| 611 | + { |
| 612 | + "name": "cost_report_config_id", |
| 613 | + "description": "", |
| 614 | + "label": "", |
| 615 | + "type": "string", |
| 616 | + "longType": "string", |
| 617 | + "fullType": "string", |
| 618 | + "ismap": false, |
| 619 | + "isoneof": false, |
| 620 | + "oneofdecl": "", |
| 621 | + "defaultValue": "" |
| 622 | + }, |
| 623 | + { |
| 624 | + "name": "report_month", |
| 625 | + "description": "", |
| 626 | + "label": "", |
| 627 | + "type": "string", |
| 628 | + "longType": "string", |
| 629 | + "fullType": "string", |
| 630 | + "ismap": false, |
| 631 | + "isoneof": false, |
| 632 | + "oneofdecl": "", |
| 633 | + "defaultValue": "" |
| 634 | + } |
| 635 | + ] |
| 636 | + }, |
601 | 637 | { |
602 | 638 | "name": "UpdateCostReportConfigRecipientsRequest", |
603 | 639 | "longName": "UpdateCostReportConfigRecipientsRequest", |
|
738 | 774 | "fullName": "spaceone.api.cost_analysis.v1.CostReportConfig", |
739 | 775 | "description": "", |
740 | 776 | "methods": [ |
| 777 | + { |
| 778 | + "name": "generate_report", |
| 779 | + "description": "", |
| 780 | + "requestType": "GenerateReportCostReportConfigRequest", |
| 781 | + "requestLongType": "GenerateReportCostReportConfigRequest", |
| 782 | + "requestFullType": "spaceone.api.cost_analysis.v1.GenerateReportCostReportConfigRequest", |
| 783 | + "requestStreaming": false, |
| 784 | + "responseType": "Empty", |
| 785 | + "responseLongType": ".google.protobuf.Empty", |
| 786 | + "responseFullType": "google.protobuf.Empty", |
| 787 | + "responseStreaming": false, |
| 788 | + "options": { |
| 789 | + "google.api.http": { |
| 790 | + "rules": [ |
| 791 | + { |
| 792 | + "method": "POST", |
| 793 | + "pattern": "/cost-analysis/v1/cost-report-config/generate_report", |
| 794 | + "body": "*" |
| 795 | + } |
| 796 | + ] |
| 797 | + } |
| 798 | + } |
| 799 | + }, |
741 | 800 | { |
742 | 801 | "name": "create", |
743 | 802 | "description": "", |
|
0 commit comments