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