Public Dashboard

Package : spaceone.api.cost_analysis.v1

PublicDashboard

PublicDashboard Methods:

Method
Request
Response

create

POST /cost-analysis/v1/public-dashboards

Type
Message

Request

Response

update

PUT /cost-analysis/v1/public-dashboard/{public_dashboard_id}

Type
Message

Request

Response

delete

DELETE /cost-analysis/v1/public-dashboard/{public_dashboard_id}

Type
Message

Request

Response

get

GET /cost-analysis/v1/public-dashboard/{public_dashboard_id}

Type
Message

Request

Response

list

GET /cost-analysis/v1/public-dashboards

POST /cost-analysis/v1/public-dashboards/search

Type
Message

Request

Response

stat

POST /cost-analysis/v1/public-dashboards/stat

Type
Message

Request

Response

Message

CreatePublicDashboardRequest

Field
Type
Required
Description

name

string

default_layout_id

string

custom_layouts

default_filter

period_type

  • NONE

  • AUTO

  • FIXED

period

tags

domain_id

string

GetPublicDashboardRequest

Field
Type
Required
Description

public_dashboard_id

string

domain_id

string

only

list of string

PublicDashboardInfo

Field
Type
Description

public_dashboard_id

string

name

string

default_layout_id

string

custom_layouts

default_filter

period_type

  • NONE

  • AUTO

  • FIXED

period

tags

domain_id

string

created_at

string

updated_at

string

PublicDashboardPeriod

Field
Type
Description

start

string

end

string

PublicDashboardQuery

Field
Type
Required
Description

query

public_dashboard_id

string

name

string

period_type

  • NONE

  • AUTO

  • FIXED

domain_id

string

PublicDashboardRequest

Field
Type
Required
Description

public_dashboard_id

string

domain_id

string

PublicDashboardStatQuery

Field
Type
Required
Description

query

domain_id

string

PublicDashboardsInfo

Field
Type
Description

results

total_count

UpdatePublicDashboardRequest

Field
Type
Required
Description

public_dashboard_id

string

name

string

default_layout_id

string

custom_layouts

default_filter

period_type

  • NONE

  • AUTO

  • FIXED

period

tags

domain_id

string

Last updated

Was this helpful?