Cost Saving
Package : spaceone.api.cost_saving.v1
CostSaving
CostSaving Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
create
POST /cost-saving/v1/cost-saving
Type | Message |
Request | |
Response |
update
PUT /cost-saving/v1/cost-saving/{cost_saving_id}
Type | Message |
Request | |
Response |
delete
DELETE /cost-saving/v1/cost-saving/{cost_saving_id}
Type | Message |
Request | |
Response |
get
GET /cost-saving/v1/cost-saving/{cost_saving_id}
Type | Message |
Request | |
Response |
list
GET /cost-saving/v1/cost-savings
POST /cost-saving/v1/cost-savings/search
Type | Message |
Request | |
Response |
stat
POST /cost-saving/v1/cost-savings/stat
Type | Message |
Request | |
Response |
Message
CostSavingInfo
No | Field | Type | Description |
1 | cost_saving_id | string | |
2 | domain_id | string | |
3 | project_id | string | |
4 | saving_by | string | |
5 | state |
| |
6 | provider | string | |
7 | region | string | |
8 | resource_type | string | |
9 | data | ||
10 | created_at | ||
11 | updated_at | ||
12 | expired_at |
CostSavingQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | cost_saving_id | string | ❌ | |
3 | state |
| ❌ | |
4 | saving_by | string | ❌ | |
5 | project_id | string | ❌ | |
6 | domain_id | string | ✅ |
CostSavingRequest
No | Field | Type | Required | Description |
1 | cost_saving_id | string | ✅ | |
2 | domain_id | string | ✅ |
CostSavingStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
CostSavingsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
CreateCostSavingRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | project_id | string | ❌ | |
3 | saving_by | string | ✅ | |
4 | state |
| ✅ | |
5 | tags | ❌ | ||
6 | region | string | ✅ | |
7 | provider | string | ✅ | |
8 | resource | ✅ |
GetCostSavingRequest
No | Field | Type | Required | Description |
1 | cost_saving_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
UpdateCostSavingRequest
No | Field | Type | Required | Description |
1 | cost_saving_id | string | ✅ | |
2 | saving_by | string | ❌ | |
3 | state |
| ❌ | |
4 | project_id | string | ❌ | |
5 | saving_details | ❌ | ||
6 | domain_id | string | ✅ |
Last updated