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.
| Version | Status | Not Before |
|---|---|---|
| 1.4 | CURRENT | - |
| 1.3 | SUPPORTED | 20261120 |
| 1.2 | SUPPORTED | 20261120 |
| 1.1 | SUPPORTED | 20261120 |
| 1.0 | SUPPORTED | 20261120 |
OpenAPI URL
https://quota.{environment}.samsungsdscloud.com
Environment and Region List
| environment | region |
|---|---|
| s | kr-west1 |
| s | kr-east1 |
| g | kr-south1 |
| g | kr-south2 |
| g | kr-south3 |
| e | kr-west1 |
| e | kr-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.