2016-09-17 01:12:40 -04:00
|
|
|
.. -*- rst -*-
|
|
|
|
|
|
|
|
API extensions (extensions)
|
|
|
|
===========================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List Known API extensions
|
2017-02-02 15:56:50 -06:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
2016-09-17 01:12:40 -04:00
|
|
|
|
2017-01-09 11:51:06 +08:00
|
|
|
.. rest_method:: GET /v3/{project_id}/extensions
|
2016-09-17 01:12:40 -04:00
|
|
|
|
|
|
|
Lists Block Storage API extensions.
|
|
|
|
|
2018-03-01 09:11:44 -06:00
|
|
|
Response codes
|
2018-03-13 15:57:54 -05:00
|
|
|
--------------
|
2016-09-17 01:12:40 -04:00
|
|
|
|
2018-03-01 09:11:44 -06:00
|
|
|
.. rest_status_code:: success ../status.yaml
|
2017-08-29 16:07:03 -05:00
|
|
|
|
2018-03-01 09:11:44 -06:00
|
|
|
- 200
|
|
|
|
|
|
|
|
.. rest_status_code:: error ../status.yaml
|
|
|
|
|
|
|
|
- 300
|
2016-09-17 01:12:40 -04:00
|
|
|
|
|
|
|
|
|
|
|
Request
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
|
2017-01-09 11:51:06 +08:00
|
|
|
- project_id: project_id_path
|
2016-09-17 01:12:40 -04:00
|
|
|
|
|
|
|
|
|
|
|
Response Parameters
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
|
2018-09-30 10:22:03 -04:00
|
|
|
- updated: updated_at
|
2018-10-30 11:03:09 +05:30
|
|
|
- description: description_extn
|
2016-09-17 01:12:40 -04:00
|
|
|
- links: links
|
|
|
|
- namespace: namespace
|
|
|
|
- alias: alias
|
|
|
|
- name: name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Response Example
|
|
|
|
----------------
|
|
|
|
|
2018-11-26 17:56:18 +05:30
|
|
|
.. literalinclude:: ./samples/extensions/extensions-list-response.json
|
2016-09-17 01:12:40 -04:00
|
|
|
:language: javascript
|
|
|
|
|
|
|
|
|
|
|
|
|