forked from docs/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
33 lines
2.1 KiB
HTML
33 lines
2.1 KiB
HTML
<a name="elb_fl_0006"></a><a name="elb_fl_0006"></a>
|
|
|
|
<h1 class="topictitle1">Querying Versions</h1>
|
|
<div id="body8662426"><div class="section" id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_section64833508"><h4 class="sectiontitle">Function</h4><p id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_p3386044164611">Queries all available versions.</p>
|
|
<p id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_p56669285">If there is no version added to the URL, all available versions are returned.</p>
|
|
</div>
|
|
<div class="section" id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_section46630661"><h4 class="sectiontitle">URI</h4><p id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_p1080581717466">GET /</p>
|
|
</div>
|
|
<div class="section" id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_section17022773"><h4 class="sectiontitle">Request</h4><p id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_p187713337488">None</p>
|
|
</div>
|
|
<div class="section" id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_section18987236"><h4 class="sectiontitle">Response</h4><p id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_p474684315480">None</p>
|
|
</div>
|
|
<div class="section" id="elb_fl_0006__en-us_topic_0109430491_section1481434242515"><h4 class="sectiontitle">Example</h4><ul id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_ul7246312482"><li id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_li52621813164819">Example request<pre class="screen" id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_screen66536158131032">GET /</pre>
|
|
</li></ul>
|
|
</div>
|
|
<ul id="elb_fl_0006__en-us_topic_0109430491_ul482319428253"><li id="elb_fl_0006__en-us_topic_0109430491_li5823194212257">Example response<pre class="screen" id="elb_fl_0006__en-us_topic_0109430491_screen13823134222520">{
|
|
"versions": [
|
|
{
|
|
"status": "CURRENT",
|
|
"id": "v2.0",
|
|
"links": [
|
|
{
|
|
"href": "http://192.168.82.231:9696/v2.0",
|
|
"rel": "self"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}</pre>
|
|
</li></ul>
|
|
</div>
|
|
|