Querying Resource Quotas
Function
This API is used to query resource quotas in a project.
- Before calling an API, you need to understand the API in Authentication.
- Before calling this API, learn about request header parameters.
URI
- Parameter description
Table 1 Parameters Parameter
Mandatory
Description
project_id
Yes
Explanation:
Project ID of a tenant in a region.
For details about how to obtain the project ID, see Obtaining a Project ID.
Constraints:
N/A
Value range:
N/A
Default value:
N/A
Request
Response
- Normal response
Table 2 Parameters Parameter
Type
Description
quotas
Object
Explanation:
Specifies the objects in the quota list.
For details, see Table 3.
Table 3 quotas field data structure description Parameter
Type
Description
resources
Array of objects
Explanation:
Indicates the resource list objects.
For details, see Table 4.
Table 4 resources field data structure description Parameter
Type
Description
quota
Integer
Explanation:
Indicates the project resource quota.
Value range:
N/A
used
Integer
Explanation:
Indicates the number of used resources.
Value range:
N/A
type
String
Explanation:
Indicates the project resource type.
Value range:
instance: instance resources
- Example normal response
{ "quotas" : { "resources" : [ { "quota" : 100, "used" : 1, "type" : "instance" } ] } } - Abnormal response
For details, see Abnormal Request Results.
Status Code
- Normal
- Abnormal
For details, see Status Codes.
Error Code
For details, 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