From bd7aa2df1d32832bd4c05a913e73b2ed752bd90a Mon Sep 17 00:00:00 2001
From: guoyanyan
URI format: GET /v2/{tenant_id}/images/detail
-For details, see section "Querying Image Details" in Elastic Cloud Server API Reference.
+For details, see section "Querying Image Details" in Elastic Cloud Server API Reference.
GET: https://{endpoint}/v2/74610f3a5ad941998e91f076297ecf27/images/detail
Obtain the endpoint from Regions and Endpoints.
{
@@ -90,7 +90,7 @@
URI format: GET /v2/{tenant_id}/os-networks
-For details, see section "Querying Networks" in Elastic Cloud Server API Reference.
+For details, see section "Querying Networks" in Elastic Cloud Server API Reference.
GET: https://{endpoint}/v2/74610f3a5ad941998e91f076297ecf27/os-networks
Obtain the endpoint from Regions and Endpoints.
{
@@ -113,7 +113,7 @@
URI format: POST /v2/{tenant_id}/os-keypairs
-For details, see section "Creating and Importing an SSH Key Pair" in Elastic Cloud Server API Reference.
+For details, see section "Creating and Importing an SSH Key Pair" in Elastic Cloud Server API Reference.
POST: https://{endpoint}/v2/74610f3a5ad941998e91f076297ecf27/os-keypairs
Obtain the endpoint from Regions and Endpoints.
Body
@@ -135,7 +135,7 @@ }URI format: POST /v2/{tenant_id}/os-keypairs
-For details, see section "Creating and Importing an SSH Key Pair" in Elastic Cloud Server API Reference.
+For details, see section "Creating and Importing an SSH Key Pair" in Elastic Cloud Server API Reference.
POST: https://{endpoint}/v2/74610f3a5ad941998e91f076297ecf27/os-keypairs
Obtain the endpoint from Regions and Endpoints.
Body
@@ -160,7 +160,7 @@URI format: POST /v2/{tenant_id}/servers
For details about API constraints and request parameters, see section "Creating an ECS" in Elastic Cloud Server API Reference.
In this example, the ECS is created using a specified image. Therefore,
-POST: https://{endpoint}/v2/74610f3a5ad941998e91f076297ecf27/servers
Obtain the endpoint from Regions and Endpoints.
@@ -209,7 +209,7 @@ }URI format: GET /v2/{tenant_id}/servers/{server_id}
-For details, see section "Querying Details About an ECS" in Elastic Cloud Server API Reference.
+For details, see section "Querying Details About an ECS" in Elastic Cloud Server API Reference.
GET: https://{endpoint}/v2/74610f3a5ad941998e91f076297ecf27/servers/0c71c0da-8852-4c56-a1d1-3a9b9bcb6da6
Where,
0c71c0da-8852-4c56-a1d1-3a9b9bcb6da6 is the UUID of the created ECS.
diff --git a/docs/ecs/dev/en-us_topic_0134192993.html b/docs/ecs/dev/en-us_topic_0134192993.html index 572efe0ff..423cc34f1 100644 --- a/docs/ecs/dev/en-us_topic_0134192993.html +++ b/docs/ecs/dev/en-us_topic_0134192993.html @@ -9,7 +9,7 @@URI format: POST /v2/{tenant_id}/servers/{server_id}/action
-For details, see section "Modifying the Specifications of an ECS" in Elastic Cloud Server API Reference.
+For details, see section "Modifying the Specifications of an ECS" in Elastic Cloud Server API Reference.
{
"resize": {
"flavorRef": "4"
@@ -18,7 +18,7 @@
URI format: POST /v2/{tenant_id}/servers/{server_id}/action
-For details, see section "Confirming ECS Specifications Modification" in Elastic Cloud Server API Reference.
+For details, see section "Confirming ECS Specifications Modification" in Elastic Cloud Server API Reference.
{
"confirmResize": null
}
@@ -29,7 +29,7 @@
The ECS must be in resized state. That is, the OS-EXT-STS:vm_state value of the ECS must be resized.
The data modified during specifications modification will be lost after the rollback.
URI format: POST /v2/{tenant_id}/servers/{server_id}/action
-For details, see section "Rolling Back ECS Specifications Modification" in Elastic Cloud Server API Reference.
+For details, see section "Rolling Back ECS Specifications Modification" in Elastic Cloud Server API Reference.
{
"revertResize": null
}
diff --git a/docs/ecs/dev/en-us_topic_0134193006.html b/docs/ecs/dev/en-us_topic_0134193006.html
index 680930346..5899273f7 100644
--- a/docs/ecs/dev/en-us_topic_0134193006.html
+++ b/docs/ecs/dev/en-us_topic_0134193006.html
@@ -1,15 +1,15 @@
v2.1 APIs support microversions for small/medium API changes or document changes.
-Users can use a microversion to obtain the latest API microversion supported by a cloud service. A cloud service that has been upgraded to the latest microversion is compatible with the original microversions. Users can also use a microversion to obtain new cloud service properties.
-The version API returns the minimum and maximum microversions. The client uses the two values to specify the microversion range supported by an API.
+v2.1 APIs support microversions for small/medium API changes or document changes.
+Users can use a microversion to obtain the latest API microversion supported by a cloud service. A cloud service that has been upgraded to the latest microversion is compatible with the original microversions. Users can also use a microversion to obtain new cloud service properties.
+The version API returns the minimum and maximum microversions. The client uses the two values to specify the microversion range supported by an API.
If the values of version and min_version are null, the endpoint does not support microversions.
-A microversion on the client must be within the range specified by version and min_version to access the endpoint. The client uses the following HTTP header to specify a microversion:
-X-OpenStack-Nova-API-Version: 2.4
-Since microversion 2.27, the client can also use the following header to specify a microversion:
-Openstack-API-Version: compute 2.27
+A microversion on the client must be within the range specified by version and min_version to access the endpoint. The client uses the following HTTP header to specify a microversion:
+X-OpenStack-Nova-API-Version: 2.4
+Since microversion 2.27, the client can also use the following header to specify a microversion:
+Openstack-API-Version: compute 2.27
In the following response example, the maximum microversion is 2.14 and the minimum one is 2.1:
{
"versions": [
@@ -42,9 +42,8 @@
]
}
For example, you are required to use the API for details about an ECS to view the OS-EXT-SRV-ATTR:hostname field.
-Obtain the endpoint from Regions and Endpoints.
+For example, you are required to use the API for details about an ECS to view the OS-EXT-SRV-ATTR:hostname field.
+Obtain the endpoint from Regions and Endpoints.
Content-Type |
@@ -83,7 +82,7 @@
"metadata": {},
"OS-EXT-STS:task_state": null,
"OS-DCF:diskConfig": "MANUAL",
- "OS-EXT-AZ:availability_zone": "eu-de-01",
+ "OS-EXT-AZ:availability_zone":"az1-dc1",
"links": [
{
"rel": "self",
@@ -144,9 +143,9 @@
}
]
}
-
Content-Type |
@@ -263,9 +262,10 @@
}
]
}
-|
2021-10-20 + | |
2022-10-30 + |
+This issue is the third official release. +
|
+
2021-10-20 |
This issue is the second official release. Optimized descriptions in Overview. diff --git a/docs/ecs/dev/public_sys-resources/commonrtl.css b/docs/ecs/dev/public_sys-resources/commonrtl.css index 947a9a033..f261da752 100644 --- a/docs/ecs/dev/public_sys-resources/commonrtl.css +++ b/docs/ecs/dev/public_sys-resources/commonrtl.css @@ -1,2 +1,2 @@ -.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with. Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式
+/*! Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved. */.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with . Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式
*//*! Default of bold for definition list terms *//*! Use CSS to expand lists with @compact="no" */.dltermexpand{font-weight:700;margin-top:1em}[compact="yes"]>li{margin-top:0}[compact="no"]>li{margin-top:.53em}/*! Align images based on @align on topic/image */div.imageleft,.text-align-left{text-align:left}div.imagecenter,.text-align-center{text-align:center}div.imageright,.text-align-right{text-align:right}div.imagejustify,.text-align-justify{text-align:justify}.cellrowborder{border-right:0;border-top:0;border-left:1px solid;border-bottom:1px solid}.row-nocellborder{border-left:hidden;border-right:0;border-top:0;border-bottom:1px solid}.cell-norowborder{border-top:0;border-bottom:hidden;border-right:0;border-left:1px solid}.nocellnorowborder{border:0;border-left:hidden;border-bottom:hidden}pre.codeblock,pre.screen{padding:5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre}
\ No newline at end of file
diff --git a/docs/ecs/dev/public_sys-resources/imageclose.gif b/docs/ecs/dev/public_sys-resources/imageclose.gif
index 56818c26b104c9247a82680f6da2c69f9bd58033..3a3344af4afdeedcbd8d49c6739d1e100142841b 100644
GIT binary patch
literal 1238
zcmZ?wbhEHb6krfwSj57xcJ11&Tet4ryZ7kPqyPW^XMh34|J)J20SYdOC5b@V#=fE;
zF*!T6L?J0PJu}Z%>HY5gN(z}Nwo2iqz6QPp&Z!xh9#uuD!Bu`C$yM3OmMKd1b_zBX
zRu#Dgxv3?I3Kh9IdBs*0wn~X9`AMl(KsHENUr7P1q$Jx`$q^)>0J76LzbI9~RL@v9
z*}%|H!OTq0(8Sct%uq+c$iUD@-vEfrbPY|cOwFu}%oU(O320kUN}5%WiyPD~AkS7Q
zqokz3N?*Ucyj-u`STDaQUEk2s(h_8bk&!M?g>G?WUP)qwZeFo6%mkOz;^d;tf|AVq
zJOz-6iAnjTCALaHmqNUdTj1*pH#o0Y59}em |