Budget

Package : spaceone.api.cost_analysis.v1

Budget

Budget Methods:

create

POST /cost-analysis/v1/budgets

TypeMessage

Request

Response

update

PUT /cost-analysis/v1/budget/{budget_id}

TypeMessage

Request

Response

set_notification

PUT /cost-analysis/v1/budget/{budget_id}/notification

TypeMessage

Request

Response

delete

DELETE /cost-analysis/v1/budget/{budget_id}

TypeMessage

Request

Response

get

GET /cost-analysis/v1/budget/{budget_id}

TypeMessage

Request

Response

list

GET /cost-analysis/v1/budgets

POST /cost-analysis/v1/budgets/search

TypeMessage

Request

Response

stat

POST /cost-analysis/v1/budgets/stat

TypeMessage

Request

Response

Message

BudgetInfo

FieldTypeDescription

budget_id

string

name

string

limit

float

planned_limits

total_usage_usd_cost

float

cost_types

time_unit

  • NONE

  • TOTAL

  • MONTHLY

  • YEARLY

start

string

end

string

notifications

tags

project_id

string

project_group_id

string

domain_id

string

created_at

string

updated_at

string

BudgetNotification

FieldTypeDescription

threshold

float

unit

  • UNIT_NONE

  • PERCENT

  • ACTUAL_COST

notification_type

  • NOTIFICATION_TYPE_NONE

  • CRITICAL

  • WARNING

BudgetQuery

FieldTypeRequiredDescription

query

budget_id

string

name

string

project_id

string

project_group_id

string

time_unit

  • NONE

  • TOTAL

  • MONTHLY

  • YEARLY

domain_id

string

BudgetRequest

FieldTypeRequiredDescription

budget_id

string

domain_id

string

BudgetStatQuery

FieldTypeRequiredDescription

query

domain_id

string

BudgetsInfo

FieldTypeDescription

results

total_count

CreateBudgetRequest

FieldTypeRequiredDescription

name

string

limit

float

planned_limits

cost_types

time_unit

  • NONE

  • TOTAL

  • MONTHLY

  • YEARLY

start

string

end

string

notifications

tags

project_id

string

project_group_id

string

domain_id

string

GetBudgetRequest

FieldTypeRequiredDescription

budget_id

string

domain_id

string

only

list of string

PlannedLimit

FieldTypeDescription

date

string

limit

float

SetBudgetNotificationRequest

FieldTypeRequiredDescription

budget_id

string

notifications

domain_id

string

UpdateBudgetRequest

FieldTypeRequiredDescription

budget_id

string

name

string

limit

float

planned_limits

end

string

tags

domain_id

string

Last updated