Quota Service

Quota Service

Overview

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

This guide provides a brief description of Quota 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.4CURRENT-
1.3SUPPORTED20261120
1.2SUPPORTED20261120
1.1SUPPORTED20261120
1.0SUPPORTED20261120

OpenAPI URL

https://quota.{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.4

No changes to the API specification.

1.3

No changes to the API specification.

1.2

No changes to the API specification.

1.1

The response of the Account Quota API has been updated.

Changes

  • [Updated] GET /account-quotas - The following field has been added to the response.
    • max_per_account
  • [Updated] GET /account-quotas/{account_quota_id} - The following field has been added to the response.
    • max_per_account

1.0

Initial API release for Quota Service.

Changes

  • [New] GET quota account-quota list - ListAccountQuota API has been added.
  • [New] quota account-quota show --account_quota_id {account_id} - ShowAccountQuota API has been added.
  • [New] GET quota quota-request list - ListQuotaRequests API has been added.
  • [New] quota quota-request show --request_id {request_id} - ShowQuotaRequest API has been added.