List Quotas

Verb URI Description
GET /quotas Lists quotas for tenants who have non-default quota values.

Normal Response Code: 200

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

This operation does not require a request body.

This operation returns a response body.

 

Example 5.42. List Quotas: JSON Request

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

 

Example 5.43. List Quotas: JSON Response

{
    "quotas": [{
        "subnet": 10,
        "network": 10,
        "floatingip": 50,
        "tenant_id": "b7445f221cda4f4a8ac7db6b218b1339",
        "router": 10,
        "port": 30
    }]
}

Log a bug against this page


loading table of contents...