
The spec networking_general_api_information.html was moved to api-ref in [0] but some of the links pointing to it were not updated. This change makes all the refs consistent and adds links where missing. Also moved sync/async and bulk create sections lower to group all the filtering, pagination and sorting sections together since they are inter-related. [0] https://review.opendev.org/c/openstack/neutron-lib/+/362877 Change-Id: I895cc9aaee2546b95e93150c134f350a50346447
44 lines
930 B
ReStructuredText
44 lines
930 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
========================================
|
|
Quotas details extension (quota_details)
|
|
========================================
|
|
|
|
Extends the ``quotas`` API to show a quota set for each project that includes
|
|
the quota's used, limit and reserved counts per resource.
|
|
|
|
A quota value of ``-1`` means that quota has no limit.
|
|
|
|
Show quota details for a tenant
|
|
===============================
|
|
|
|
.. rest_method:: GET /v2.0/quotas/{project_id}/details.json
|
|
|
|
Shows quota details for a project.
|
|
|
|
.. include:: filtering-show.inc
|
|
|
|
Normal response codes: 200
|
|
|
|
Error response codes: 401, 403
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- project_id: project_id-path
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- quota: quota-detail
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: samples/quota_details/quota-details-show-for-project-response.json
|
|
:language: javascript
|