6c67df70b4
Client were receiving the 302/Found when using the url "/v3". For showing API v3 details, it should have a '/' behind. Closes-Bug:#1734053 Change-Id: I7e6cb991151fba19dcaecaf95b332fddc1c02deb Signed-off-by: Xiaojun Liao <xiaojunliao85@gmail.com>
37 lines
451 B
ReStructuredText
37 lines
451 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
API versions
|
|
============
|
|
|
|
|
|
Show API v3 details
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. rest_method:: GET /v3/
|
|
|
|
Shows details for Block Storage API v3.
|
|
|
|
|
|
Normal response codes: 200
|
|
|
|
Error response codes: 403
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- location: location
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: ./samples/version-show-response.json
|
|
:language: javascript
|
|
|
|
|