144ddd5a4c
Keystone API v2 was deprecated in Mitaka and uses "project" instead of "tenant" in V3 now. This patch change the "tenant" to "project" in Cinder API v3 doc. Change-Id: I06d400f3e38d78014e9eae89b29b075adaecffe4
53 lines
727 B
ReStructuredText
53 lines
727 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
|
|
|
|
|
|
|