Budget Usage
Package : spaceone.api.cost_analysis.v1
BudgetUsage
BudgetUsage Methods:
Method | Request | Response |
---|---|---|
list
GET /cost-analysis/v1/budget/{budget_id}/usage
POST /cost-analysis/v1/budget/{budget_id}/usage/search
Type | Message |
---|---|
Request | |
Response |
stat
POST /cost-analysis/v1/budget/{budget_id}/usage/stat
Type | Message |
---|---|
Request | |
Response |
Message
BudgetUsageInfo
Field | Type | Description |
---|---|---|
budget_id | string | |
name | string | |
date | string | |
usd_cost | float | |
limit | float | |
cost_types | ||
domain_id | string | |
updated_at | string |
BudgetUsageQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
budget_id | string | ✘ | |
name | string | ✘ | |
date | string | ✘ | |
domain_id | string | ✔ |
BudgetUsageStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
BudgetUsagesInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
Last updated