blob: 92c83576270f07cab8cda0d6a1d6af4a4c6cf034 (
plain)
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
49
50
51
52
53
54
55
56
57
58
|
.. -*- rst -*-
.. _versions-call:
API versions
************
List API versions
~~~~~~~~~~~~~~~~~
.. rest_method:: GET /versions
Lists information about all Image service API versions supported by this
deployment, including the URIs.
Normal response codes: 200
Request
-------
There are no request parameters.
Response Example
----------------
.. literalinclude:: samples/image-versions-response.json
:language: json
List API versions
~~~~~~~~~~~~~~~~~
.. rest_method:: GET /
Lists information about all Image service API versions supported by this
deployment, including the URIs.
Normal response codes: 300
Request
-------
There are no request parameters.
Response Example
----------------
.. literalinclude:: samples/image-versions-response.json
:language: json
|