doc-exports/docs/elb/api-ref/elb_fl_0006.html
Artem Goncharov 0751a20eaa
move elb docs to proper location (#6)
move elb docs to proper location

Reviewed-by: OpenTelekomCloud Bot <None>
2022-05-06 12:13:22 +00:00

33 lines
1.6 KiB
HTML

<a name="elb_fl_0006"></a><a name="elb_fl_0006"></a>
<h1 class="topictitle1">Querying Versions</h1>
<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>
<h4 class="sectiontitle">URI</h4><p id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_p1080581717466">GET /</p>
<h4 class="sectiontitle">Request</h4><p id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_p187713337488">None</p>
<h4 class="sectiontitle">Response</h4><p id="elb_fl_0006__en-us_topic_0109430491_en-us_topic_0049143278_p474684315480">None</p>
<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>
<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>