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
52 lines
699 B
ReStructuredText
52 lines
699 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
API extensions (extensions)
|
|
===========================
|
|
|
|
|
|
|
|
|
|
List Known API extensions
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. rest_method:: GET /v3/{project_id}/extensions
|
|
|
|
Lists Block Storage API extensions.
|
|
|
|
|
|
Normal response codes: 200
|
|
Error response codes:300,
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- project_id: project_id_path
|
|
|
|
|
|
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
|
|
|
|
|
|
|