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
60 lines
1.2 KiB
ReStructuredText
60 lines
1.2 KiB
ReStructuredText
.. -*- rst -*-
|
|
|
|
Back-end storage pools
|
|
======================
|
|
|
|
Administrator only. Lists all back-end storage pools that are known
|
|
to the scheduler service.
|
|
|
|
|
|
List all back-end storage pools
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. rest_method:: GET /v3/{project_id}/scheduler-stats/get_pools
|
|
|
|
Lists all back-end storage pools. Since v3.31 if non-admin users
|
|
specify invalid filters in the url, API will return bad request.
|
|
|
|
|
|
Response codes
|
|
--------------
|
|
|
|
.. rest_status_code:: success ../status.yaml
|
|
|
|
- 200
|
|
|
|
.. rest_status_code:: error ../status.yaml
|
|
|
|
- 400
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- project_id: project_id_path
|
|
- detail: detail
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- pools: pools
|
|
- updated: updated
|
|
- QoS_support: QoS_support
|
|
- name: name
|
|
- total_capacity: total_capacity
|
|
- volume_backend_name: volume_backend_name
|
|
- capabilities: capabilities
|
|
- free_capacity: free_capacity
|
|
- driver_version: driver_version
|
|
- reserved_percentage: reserved_percentage
|
|
- storage_protocol: storage_protocol
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: ./samples/pools-list-detailed-response.json
|
|
:language: javascript
|