a96fad9f3b
Using the wrong character resulted in the wrong title level being used for the response codes, which in turn caused the "detail" show/hide toggle to not be able to hide all of the per-endpoint details. This corrects these to be at the correct level. Also ran into issues after changing them where sphinx was not happy with the random title levels. This appears to be due to the order processed and whether not earlier included files had all subsequent levels. Adding an additional title in our first included file resolved that problem. Change-Id: I19405778980310f2d6d06eb7b23102f74a3d6e03 Closes-bug: #1755566
64 lines
1.3 KiB
ReStructuredText
64 lines
1.3 KiB
ReStructuredText
.. -*- rst -*-
|
|
|
|
Limits (limits)
|
|
===============
|
|
|
|
Shows absolute limits for a project.
|
|
|
|
An absolute limit value of ``-1`` indicates that the absolute limit
|
|
for the item is infinite.
|
|
|
|
|
|
Show absolute limits for project
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. rest_method:: GET /v3/{project_id}/limits
|
|
|
|
Shows absolute limits for a project.
|
|
|
|
An absolute limit value of ``-1`` indicates that the absolute limit
|
|
for the item is infinite.
|
|
|
|
Response codes
|
|
--------------
|
|
|
|
.. rest_status_code:: success ../status.yaml
|
|
|
|
- 200
|
|
|
|
.. rest_status_code:: error ../status.yaml
|
|
|
|
- 403
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- project_id: project_id_path
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- limits: limits
|
|
- rate: rate
|
|
- absolute: absolute
|
|
- totalSnapshotsUsed: totalSnapshotsUsed
|
|
- maxTotalBackups: maxTotalBackups
|
|
- maxTotalVolumeGigabytes: maxTotalVolumeGigabytes
|
|
- maxTotalSnapshots: maxTotalSnapshots
|
|
- maxTotalBackupGigabytes: maxTotalBackupGigabytes
|
|
- totalBackupGigabytesUsed: totalBackupGigabytesUsed
|
|
- maxTotalVolumes: maxTotalVolumes
|
|
- totalVolumesUsed: totalVolumesUsed
|
|
- totalBackupsUsed: totalBackupsUsed
|
|
- totalGigabytesUsed: totalGigabytesUsed
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: ./samples/limits-show-response.json
|
|
:language: javascript
|