List quotas

 
MethodURIDescription
GET/v2.0/quotas

Lists quotas for tenants who have non-default quota values.

Normal response codes: 200

Error response codes: unauthorized (401), forbidden (403)

 Request

This operation does not require a request body.

 Response

 

Example 4.42. List quotas: JSON response

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

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...