aa9cabdb42
Modifies heading levels in .inc files to allow nested display in table of contents. Table of contents depth has been changed to allow this. Change-Id: I3d8c9cf38a12272f0d32d3aa183d741277767535
51 lines
658 B
ReStructuredText
51 lines
658 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
API extensions (extensions)
|
|
===========================
|
|
|
|
|
|
|
|
|
|
List API extensions
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. rest_method:: GET /v2/{tenant_id}/extensions
|
|
|
|
Lists Block Storage API extensions.
|
|
|
|
|
|
Normal response codes: 200, 300
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- tenant_id: tenant_id
|
|
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- updated: updated
|
|
- description: description
|
|
- links: links
|
|
- namespace: namespace
|
|
- alias: alias
|
|
- name: name
|
|
|
|
|
|
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: ./samples/extensions-list-response.json
|
|
:language: javascript
|
|
|
|
|
|
|