2016-05-13 00:33:12 +05:30
|
|
|
.. -*- rst -*-
|
|
|
|
|
|
|
|
API extensions (extensions)
|
|
|
|
===========================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List API extensions
|
2017-02-02 15:56:50 -06:00
|
|
|
~~~~~~~~~~~~~~~~~~~
|
2016-05-13 00:33:12 +05:30
|
|
|
|
|
|
|
.. rest_method:: GET /v2/{tenant_id}/extensions
|
|
|
|
|
|
|
|
Lists Block Storage API extensions.
|
|
|
|
|
|
|
|
|
2016-09-08 12:14:38 +07:00
|
|
|
Normal response codes: 200, 300
|
2016-05-13 00:33:12 +05:30
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|