
Contains .inc files which have all the contents of the .rst files but are grouped together for easier editing. Contains parameters.yaml, which has all parameters in one file. Contains request and response samples (JSON and XML) that are pointed to from the .inc files. Change-Id: I42d5451300f95774a3ec4df66bc95cb36795844d
51 lines
674 B
ReStructuredText
51 lines
674 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
==============
|
|
API extensions
|
|
==============
|
|
|
|
Lists available Shared File Systems API extensions.
|
|
|
|
|
|
List extensions
|
|
===============
|
|
|
|
.. rest_method:: GET /v2/{tenant_id}/extensions
|
|
|
|
Lists all extensions.
|
|
|
|
|
|
Normal response codes: 200
|
|
Error response codes:
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- tenant_id: tenant_id
|
|
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- alias: alias
|
|
- updated: updated
|
|
- description: description
|
|
- links: links
|
|
- name: name
|
|
|
|
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: ../samples/manila-extensions-list-response.json
|
|
:language: javascript
|
|
|
|
|
|
|