Update quota

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

Updates quotas for a specified tenant. Use when non-default quotas are desired.

Normal response codes: 200

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

 Request

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

NameTypeDescription

{tenant_id}

​U​U​ID

The tenant ID in a multi-tenancy cloud.

 

Example 4.44. Update quota: JSON request

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

 Response

 

Example 4.45. Update quota: JSON response

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

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


loading table of contents...