Cost Query Set
Package : spaceone.api.cost_analysis.v1
CostQuerySet
CostQuerySet Methods:
create
POST /cost-analysis/v1/cost-query-sets
Request
Response
update
PUT /cost-analysis/v1/cost-query-set/{cost_query_set_id}
Request
Response
delete
DELETE /cost-analysis/v1/cost-query-set/{cost_query_set_id}
Request
Response
get
GET /cost-analysis/v1/cost-query-set/{cost_query_set_id}
Request
Response
list
GET /cost-analysis/v1/cost-query-sets
POST /cost-analysis/v1/cost-query-sets/search
Request
Response
stat
POST /cost-analysis/v1/cost-query-sets/stat
Request
Response
Message
CostQuerySetInfo
cost_query_set_id
string
name
string
user_id
string
domain_id
string
created_at
string
updated_at
string
CostQuerySetQuery
CostQuerySetRequest
cost_query_set_id
string
✔
domain_id
string
✔
CostQuerySetStatQuery
domain_id
string
✔
CostQuerySetsInfo
CreateCostQuerySetRequest
GetCostQuerySetRequest
cost_query_set_id
string
✔
domain_id
string
✔
only
list of string
✘
UpdateCostQuerySetRequest
cost_query_set_id
string
✔
name
string
✘
domain_id
string
✔
Last updated