Show quota

 
MethodURIDescription
GET/v2.0/quotas/{tenant_id}

Shows quotas for a specified tenant.

Normal response codes: 200

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

 Request

This table shows the URI parameters for the show quota request:

NameTypeDescription

{tenant_id}

​U​U​ID

The tenant ID in a multi-tenancy cloud.

This operation does not require a request body.

 Response

 

Example 4.43. Show quota: JSON response

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

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


loading table of contents...