This API is used to query the quota list.
Function
This API is used to query the quota list.
Calling Method
For details, see Calling APIs.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
 - If you are using identity policy-based authorization, no identity policy-based permission required for calling this API.
 
URI
GET /v1/{domain_id}/ga/quotas
| 
         Parameter  | 
       
         Mandatory  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|---|
| 
         domain_id  | 
       
         Yes  | 
       
         String  | 
       
         The tenant ID.  | 
      
Request Parameters
| 
         Parameter  | 
       
         Mandatory  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|---|
| 
         X-Auth-Token  | 
       
         Yes  | 
       
         String  | 
       
         Specifies the user token. The token can be obtained by calling the IAM API. The value of X-Subject-Token in the response header is the user token.  | 
      
Response Parameters
Status code: 200
| 
         Parameter  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|
| 
         quotas  | 
       
         quotas object  | 
       
         The objects of the quota list.  | 
      
| 
         Parameter  | 
       
         Type  | 
       
         Description  | 
      
|---|---|---|
| 
         resources  | 
       
         Array of QuotaOuterResource objects  | 
       
         The list of resource quotas.  | 
      
Example Requests
This API is used to query the quota list.
GET https://{ga_endpoint}/v1/99a3fff0d03c428eac3678da6a7d0f24/ga/quotas
  Example Responses
Status code: 200
Operation succeeded.
{
  "quotas" : {
    "resources" : [ {
      "type" : "accelerator_per_tenant",
      "min" : 1,
      "max" : 1,
      "quota" : 20
    } ]
  }
}
  Status Codes
| 
         Status Code  | 
       
         Description  | 
      
|---|---|
| 
         200  | 
       
         Operation succeeded.  | 
      
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot