CostReportConfig
Package : spaceone.api.cost_analysis.v1
CostReportConfig
CostReportConfig Methods:
create
POST /cost-analysis/v1/cost-report-config/create
update
POST /cost-analysis/v1/cost-report-config/update
update_recipients
POST /cost-analysis/v1/cost-report-config/update-recipients
enable
POST /cost-analysis/v1/cost-report-config/enable
disable
POST /cost-analysis/v1/cost-report-config/disable
delete
POST /cost-analysis/v1/cost-report-config/delete
run
POST /cost-analysis/v1/cost-report-config/run
get
POST /cost-analysis/v1/cost-report-config/get
list
POST /cost-analysis/v1/cost-report-config/list
stat
POST /cost-analysis/v1/cost-report-config/stat
Message
CostReportConfigInfo
cost_report_config_id (string)
RequiredThe ID of cost report in the Protocol.
state (State)
Requiredissue_day (int32)
Requiredis_last_day (bool)
Requiredcurrency (string)
Requiredrecipients (Struct)
Requireddata_source_filter (Struct)
Requiredlanguage (string)
Requireddomain_id (string)
Requiredcreated_at (string)
Requiredupdated_at (string)
Required
CostReportConfigQuery
query (Query)
cost_report_config_id (string)
The ID of cost report in the Protocol.
state (State)
CostReportConfigRequest
cost_report_config_id (string)
RequiredThe ID of cost report in the Protocol.
CostReportConfigStatQuery
query (StatisticsQuery)
Required
CostReportConfigsInfo
results (CostReportConfigInfo)
RepeatedRequiredtotal_count (int32)
Required
CreateCostReportConfigRequest
recipients (Struct)
Requiredissue_day (int32)
is_last_day (bool)
currency (string)
data_source_filter (Struct)
language (string)
Default
en
UpdateCostReportConfigRecipientsRequest
cost_report_config_id (string)
Requiredrecipients (Struct)
UpdateCostReportConfigRequest
cost_report_config_id (string)
RequiredThe ID of cost report in the Protocol.
issue_day (int32)
is_last_day (bool)
currency (string)
data_source_filter (Struct)
language (string)
Last updated