Exchange Rate

Package : spaceone.api.cost_analysis.v1

ExchangeRate

ExchangeRate Methods:

set

POST /cost-analysis/v1/exchange-rate/{currency}/set

Type
Message

reset

POST /cost-analysis/v1/exchange-rate/{currency}/reset

Type
Message

enable

POST /cost-analysis/v1/exchange-rate/{currency}/enable

Type
Message

disable

POST /cost-analysis/v1/exchange-rate/{currency}/disable

Type
Message

get

GET /cost-analysis/v1/exchange-rate/{currency}

Type
Message

list

GET /cost-analysis/v1/exchange-rates

POST /cost-analysis/v1/exchange-rates/search

Type
Message

Message

ExchangeRateInfo

Field
Type
Description

currency

string

rate

float

state

  • NONE

  • ENABLED

  • DISABLED

is_default

bool

domain_id

string

ExchangeRateQuery

Field
Type
Required
Description

domain_id

string

ExchangeRateRequest

Field
Type
Required
Description

currency

string

domain_id

string

ExchangeRatesInfo

Field
Type
Description

SetExchangeRateRequest

Field
Type
Required
Description

currency

string

rate

float

domain_id

string

Last updated