File: volumes-v3-versions.inc

package info (click to toggle)
cinder 2%3A17.0.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,796 kB
  • sloc: python: 395,277; pascal: 2,085; sh: 585; makefile: 111; xml: 26; sql: 5
file content (48 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.. -*- rst -*-

API version details
===================


Show API v3 details
~~~~~~~~~~~~~~~~~~~

.. rest_method::  GET /v3/

Shows details for Block Storage API v3.

Response codes
--------------

.. rest_status_code:: success ../status.yaml

   - 200

.. rest_status_code:: error ../status.yaml

   - 403


Request
-------

Response Parameters
-------------------

.. rest_parameters:: parameters.yaml

   - status: version_status
   - updated: version_updated
   - links: links_res
   - min_version: version_min
   - version: version_max
   - media-types: media_types
   - id: version_id

Response Example
----------------

.. literalinclude:: ./samples/versions/version-show-response.json
   :language: javascript