Querying Enterprise Project Quota
Function
This API is used to query the enterprise project quota.
URI
GET /v1.0/enterprise-projects/quotas
Request
Example request
GET https://{EPS endpoint}/v1.0/enterprise-projects/quotas
Response
- Parameter description
Table 1 Parameter in the response Name
Type
Description
quotas
Dict<quotas>
Quota
For details, see Table 2.
- quotas field data structure
Table 2 quotas field data structure description Name
Type
Description
resources
List<resource>
Specifies the resource quota of EPS.
For details, see Table 3.
- resource field data structure
- Example response
{ "quotas": { "resources": [ { "type": "enterprise_project", "used": 3, "quota": 100 } ] } }
Status Codes
For details, see Status Code.
Error Codes
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