Show Quotas

Verb URI Description
GET /quotas/tenant_id Shows quotas for a specified tenant.

Normal Response Code: 200

Error Response Codes: Unauthorized (401), Forbidden (403)

This operation returns information for the quotas of the tenant specified in the request URI.

This operation does not require a request body.

This operation returns a response body.

 

Example 5.44. Show Quotas: JSON Request

GET /v2.0/quotas/5fcfbc3283a142a5bb6978b549a511ac.json HTTP/1.1
Host: controlnode:9696
User-Agent: python-neutronclient
Content-Type: application/json
Accept: application/json
X-Auth-Token: a54d6fdda41341f892150e2aaf648f0d

 

Example 5.45. Show Quotas: JSON Response

{
    "quota": {
        "subnet": 10,
        "router": 10,
        "port": 50,
        "network": 10,
        "floatingip": 50
    }
}

Log a bug against this page


loading table of contents...