Cost Query Set

Package : spaceone.api.cost_analysis.v1

CostQuerySet

CostQuerySet Methods:

create

POST /cost-analysis/v1/cost-query-sets

update

PUT /cost-analysis/v1/cost-query-set/{cost_query_set_id}

delete

DELETE /cost-analysis/v1/cost-query-set/{cost_query_set_id}

get

GET /cost-analysis/v1/cost-query-set/{cost_query_set_id}

TypeMessage

Request

Response

list

GET /cost-analysis/v1/cost-query-sets

POST /cost-analysis/v1/cost-query-sets/search

TypeMessage

Request

Response

stat

POST /cost-analysis/v1/cost-query-sets/stat

Message

CostQuerySetInfo

FieldTypeDescription

cost_query_set_id

string

name

string

options

tags

user_id

string

domain_id

string

created_at

string

updated_at

string

CostQuerySetQuery

FieldTypeRequiredDescription

query

cost_query_set_id

string

name

string

user_id

string

domain_id

string

CostQuerySetRequest

FieldTypeRequiredDescription

cost_query_set_id

string

domain_id

string

CostQuerySetStatQuery

FieldTypeRequiredDescription

query

domain_id

string

CostQuerySetsInfo

FieldTypeDescription

results

total_count

CreateCostQuerySetRequest

FieldTypeRequiredDescription

name

string

options

tags

domain_id

string

GetCostQuerySetRequest

FieldTypeRequiredDescription

cost_query_set_id

string

domain_id

string

only

list of string

UpdateCostQuerySetRequest

FieldTypeRequiredDescription

cost_query_set_id

string

name

string

options

tags

domain_id

string

Last updated