cinder/api-ref/source/v2/volumes-v2-extensions.inc
Sean McGinnis 117f614428 api-ref: Normalize response codes
We had a mix of formatting for our API response codes. This
makes it so all have a leading space, no trailing comma, and
no empty Error response labels.

This also addresses a formatting issue with due to the spacing
between the Normal and Error lines that was causing the two to
run together in the formatted HTML, making it harder to read.

Change-Id: Ic411ee9f671c48ce60bda21984dafe55135685ba
2017-09-03 18:17:13 -05:00

51 lines
653 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
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