doc-exports/docs/elb/api-ref/elb_fl_0006.html
zhoumeng 8b0d556fba ELB API 20230105 version
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>
2023-03-02 14:15:39 +00:00

35 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 /versions</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 /versions</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": [
{
"id": "v3",
"status": "CURRENT"
},
{
"id": "v2",
"status": "STABLE"
},
{
"id": "v2.0",
"status": "STABLE"
}
]
}</pre>
</li></ul>
</div>