Cost Saving

Package : spaceone.api.cost_saving.v1

CostSaving

CostSaving Methods:

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

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

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

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

  • NONE

  • RUNNING

  • STOPPED

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

  • NONE

  • RUNNING

  • STOPPED

4

project_id

string

5

saving_details

6

domain_id

string

Last updated