Cost Saving
Package : spaceone.api.cost_saving.v1
CostSaving
CostSaving Methods:
create
POST /cost-saving/v1/cost-saving
update
PUT /cost-saving/v1/cost-saving/{cost_saving_id}
delete
DELETE /cost-saving/v1/cost-saving/{cost_saving_id}
get
GET /cost-saving/v1/cost-saving/{cost_saving_id}
list
GET /cost-saving/v1/cost-savings
POST /cost-saving/v1/cost-savings/search
stat
POST /cost-saving/v1/cost-savings/stat
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
NONE
RUNNING
STOPPED
6
provider
string
7
region
string
8
resource_type
string
CostSavingQuery
No
Field
Type
Required
Description
2
cost_saving_id
string
❌
3
state
NONE
RUNNING
STOPPED
❌
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
CostSavingsInfo
CreateCostSavingRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
project_id
string
❌
3
saving_by
string
✅
4
state
NONE
RUNNING
STOPPED
✅
6
region
string
✅
7
provider
string
✅
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
NONE
RUNNING
STOPPED
❌
4
project_id
string
❌
6
domain_id
string
✅
Last updated