Cost Saving
Package : spaceone.api.cost_saving.v1
CostSaving
CostSaving Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 |
record
POST /cost-saving/v1/record
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 | cost_normal | float | |
3 | cost_saving | float | |
4 | saving_result | float | |
5 | provider | string | |
6 | resource_type | string | |
7 | region_code | string | |
8 | project_id | string | |
9 | domain_id | string | |
10 | saving_service | string | |
11 | saving_by | string | |
12 | calc_dimensions | ||
13 | saving_begin_at | string | |
14 | saving_duration | ||
15 | created_at | string |
CostSavingQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | resource_type | string | ❌ | |
3 | provider | string | ❌ | |
4 | region_code | string | ❌ | |
5 | project_id | string | ❌ | |
6 | saving_service | string | ❌ | |
7 | saving_by | string | ❌ | |
8 | 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 |
RecordInfo
No | Field | Type | Description |
1 | record_id | string | |
2 | resource_type | string | |
3 | saving_mode |
| |
4 | calc_dimensions | ||
5 | provider | string | |
6 | region_code | string | |
7 | project_id | string | |
8 | domain_id | string | |
9 | saving_service | string | |
10 | saving_by | string | |
11 | created_at | string |
RecordRequest
No | Field | Type | Required | Description |
1 | resource_type | string | ✅ | |
2 | saving_mode |
| ✅ | |
3 | calc_dimensions | ✅ | ||
4 | saving_service | string | ✅ | |
5 | saving_by | string | ✅ | |
6 | region_code | string | ✅ | |
7 | project_id | string | ❌ | |
8 | provider | string | ✅ | |
9 | domain_id | string | ✅ |
Last updated