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) Required

    The ID of cost report in the Protocol.

  • state (State) Required

  • issue_day (int32) Required

  • is_last_day (bool) Required

  • currency (string) Required

  • recipients (Struct) Required

  • data_source_filter (Struct) Required

  • language (string) Required

  • domain_id (string) Required

  • created_at (string) Required

  • updated_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) Required

    The ID of cost report in the Protocol.

CostReportConfigStatQuery

  • query (StatisticsQuery) Required

CostReportConfigsInfo

  • results (CostReportConfigInfo) Repeated Required

  • total_count (int32) Required

CreateCostReportConfigRequest

  • recipients (Struct) Required

  • issue_day (int32)

  • is_last_day (bool)

  • currency (string)

  • data_source_filter (Struct)

  • language (string)

    Default en

UpdateCostReportConfigRecipientsRequest

  • cost_report_config_id (string) Required

  • recipients (Struct)

UpdateCostReportConfigRequest

  • cost_report_config_id (string) Required

    The ID of cost report in the Protocol.

  • issue_day (int32)

  • is_last_day (bool)

  • currency (string)

  • data_source_filter (Struct)

  • language (string)

Last updated