Querying Resource Quotas
Function
This API is used to query the DNS resource quotas of a specific tenant. The resources include:
- Public zones
- Private zones
- Record sets
- PRT records
- Resolution lines
URI
GET /v2/quotamg/dns/quotas
Request
Response
- Parameter description
Table 2 Parameters in the response Parameter
Type
Description
quotas
Array of object
Resource quota list. For details, see Table 3.
- Example response
{ "quotas": [ { "quota_key": "zone", "quota_limit": 50, "used": 30, "unit": "count", }, { "quota_key": ""private zone", "quota_limit": 50, "used": 30, "unit": "count", } ] }
Returned Value
If a 2xx status code is returned, for example, 200, 202, or 204, the request is successful.
For details, see Status Code.
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