Budget

Budget

Overview

SCP Budget Provides an Application Programming Interface (API) that supports programmatic use of IaaS/PaaS products provided by SCP.

This guide provides a brief description of Budget service and how to call API. The API is provided as a RESTful API, and it responds in JSON format.

Version

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionStatusNot Before
1.0CURRENT-

OpenAPI URL

https://budget.{environment}.samsungsdscloud.com

Environment and Region List

environmentregion
skr-west1
skr-east1
gkr-south1
gkr-south2
gkr-south3
ekr-west1
ekr-east1

API Version History

1.0

Initial API release for Budget.

Changes

  • [New] GET /budgets/account - ListAccountBudgets API have been added.
  • [New] GET /budgets/account/{budget_id} - ShowAccountBudget API have been added.
  • [New] POST /budgets/account - CreateAccountBudget API have been added.
  • [New] PUT /budgets/account/{budget_id} - SetAccountBudget API have been added.
  • [New] DELETE /budgets/account/{budget_id} - DeleteAccountBudget API have been added.