ECS API 20231016 version

Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com>
Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com>
Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
This commit is contained in:
2024-04-29 11:04:13 +00:00
committed by zuul
parent b9f5622cca
commit 4edaa4a4cc
161 changed files with 4808 additions and 2183 deletions

View File

@ -86,9 +86,11 @@
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0077847902__en-us_topic_0057973166_section64277099"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="EN-US_TOPIC_0077847902__screen1454897242">PUT https://{endpoint}/v2/{project_id}/servers/{server_id}/metadata
PUT https://{endpoint}/v2.1/{project_id}/servers/{server_id}/metadata</pre>
<pre class="screen" id="EN-US_TOPIC_0077847902__en-us_topic_0057973166_screen1307140817211">{
<div class="section" id="EN-US_TOPIC_0077847902__en-us_topic_0057973166_section64277099"><h4 class="sectiontitle">Example Request</h4><p id="EN-US_TOPIC_0077847902__p15861741510">Configure the metadata of a specified ECS.</p>
<pre class="screen" id="EN-US_TOPIC_0077847902__en-us_topic_0057973166_screen1307140817211">PUT https://{endpoint}/v2/{project_id}/servers/{server_id}/metadata
PUT https://{endpoint}/v2.1/{project_id}/servers/{server_id}/metadata
{
"metadata": {
"key1": "value1",
"key2": "value2"