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
|
|
|
|
2017-09-27 14:51:10 +08:00
|
|
|
.. rest_method:: GET /v2/{project_id}/extensions
|
2016-05-13 00:33:12 +05:30
|
|
|
|
|
|
|
Lists Block Storage API extensions.
|
|
|
|
|
2018-03-01 09:11:44 -06:00
|
|
|
Response codes
|
2018-03-13 15:57:54 -05:00
|
|
|
--------------
|
2016-05-13 00:33:12 +05:30
|
|
|
|
2018-03-01 09:11:44 -06:00
|
|
|
.. rest_status_code:: success ../status.yaml
|
|
|
|
|
|
|
|
- 200
|
2016-05-13 00:33:12 +05:30
|
|
|
|
|
|
|
|
|
|
|
Request
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
|
2017-09-27 14:51:10 +08:00
|
|
|
- project_id: project_id_path
|
2016-05-13 00:33:12 +05:30
|
|
|
|
|
|
|
|
|
|
|
Response Parameters
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
|
2018-09-30 10:22:03 -04:00
|
|
|
- updated: updated_at
|
2016-05-13 00:33:12 +05:30
|
|
|
- description: description
|
|
|
|
- links: links
|
|
|
|
- namespace: namespace
|
|
|
|
- alias: alias
|
|
|
|
- name: name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Response Example
|
|
|
|
----------------
|
|
|
|
|
|
|
|
.. literalinclude:: ./samples/extensions-list-response.json
|
|
|
|
:language: javascript
|
|
|
|
|
|
|
|
|
|
|
|
|