Skip to content

Commit 95d67ee

Browse files
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent b9c9d99 commit 95d67ee

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

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

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,42 @@
598598
}
599599
]
600600
},
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+
},
601637
{
602638
"name": "UpdateCostReportConfigRecipientsRequest",
603639
"longName": "UpdateCostReportConfigRecipientsRequest",
@@ -738,6 +774,29 @@
738774
"fullName": "spaceone.api.cost_analysis.v1.CostReportConfig",
739775
"description": "",
740776
"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+
},
741800
{
742801
"name": "create",
743802
"description": "",

0 commit comments

Comments
 (0)