forked from docs/doc-exports
Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81bb92760e | |||
| 3374708723 | |||
| 1320cc2b89 | |||
| 901e00be52 | |||
| d5b0a2e394 | |||
| 3621d07131 | |||
| 93f80b6dd5 | |||
| 9a79145b7e | |||
| 3018999168 | |||
| 2109275c09 | |||
| 9777c6d162 | |||
| ba34ad4eaa | |||
| a8257d7952 | |||
| dc74b9cf93 | |||
| 781e07249c | |||
| 5fbc732517 | |||
| 4dc3172804 | |||
| e3880e1a3b | |||
| e0db4b1fcb | |||
| 4d20aa52ba | |||
| 9763fd5f91 | |||
| d199d80ba6 | |||
| 1041e46c41 | |||
| ca68529e24 |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,8 +0,0 @@
|
||||
<a name="aom_04_0000"></a><a name="aom_04_0000"></a>
|
||||
|
||||
<h1 class="topictitle1">API Usage Guidelines</h1>
|
||||
<div id="body8662426"><p id="aom_04_0000__en-us_topic_0175303967_p7933938392">Public cloud APIs comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform Resource Identifiers (URIs). An application accesses a resource based on the resource's Unified Resource Locator (URL). A URL is usually in the following format: https://<em id="aom_04_0000__en-us_topic_0175303967_i193313381196">Endpoint/uri</em>. In the URL, <em id="aom_04_0000__en-us_topic_0175303967_i193311389910">uri</em> indicates the resource path, that is, the API access path.</p>
|
||||
<p id="aom_04_0000__en-us_topic_0175303967_p39330381094">Public cloud APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted using JSON messages, with the media type represented by <strong id="aom_04_0000__en-us_topic_0175303967_b49339387910">Application/json</strong>.</p>
|
||||
<p id="aom_04_0000__en-us_topic_0175303967_p139331638999">For details about how to use APIs, see <a href="https://docs.otc.t-systems.com/en-us/api/apiug/apig-en-api-180328001.html" target="_blank" rel="noopener noreferrer">API Usage Guidelines</a>.</p>
|
||||
</div>
|
||||
|
||||
@ -1,72 +0,0 @@
|
||||
<a name="aom_04_0008"></a><a name="aom_04_0008"></a>
|
||||
|
||||
<h1 class="topictitle1">Common Request Headers</h1>
|
||||
<div id="body8662426">
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_table64174151155930" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Common request headers</caption><thead align="left"><tr id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_row18821928155930"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.1.2.5.1.1"><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p30977633155930">Name</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.1.2.5.1.2"><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p26160330155930">Description</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.1.2.5.1.3"><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p38611984155930">Mandatory</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.1.2.5.1.4"><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p40562970155930">Example</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_row43118600102939"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.1 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p18086042102942">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.2 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p55683299102942">User token.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.3 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p59371788102942">Yes for token-based authentication</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.4 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p886047511">-</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_row5739337155930"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.1 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p9459319141229">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.2 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p65029354141258">Content type,</p>
|
||||
<p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p32709868141244">which is <strong id="aom_04_0008__en-us_topic_0096010422_b84235270695515">application/json;charset=utf-8</strong>.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.3 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p15183231141236">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.4 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p63820878155930">application/json;charset=utf8</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_row48630036141920"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.1 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p11407824141920">x-sdk-date</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.2 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p51618533141920">Time to send a request,</p>
|
||||
<p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p61913619141920">which is in the format of YYYYMMDD'T'HHMMSS'Z'. GMT time is used.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.3 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p37871689141920">Yes for Access Key ID/Secret Access Key (AK/SK)-based authentication</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.4 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p47708008141920">20160629T101459Z</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_row35229499141920"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.1 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p16746930141920">Authorization</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.2 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p14324105141920">Signature authentication information,</p>
|
||||
<p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p61808088141920">which is obtained from the result of request signing.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.3 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p51113090141920">Yes for AK/SK-based authentication</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.4 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p46519660141920">-</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_row3914388141920"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.1 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p22856425141920">Host</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.2 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p39431107141920">Request server information, which is obtained from the URL of a service API. The value is <strong id="aom_04_0008__en-us_topic_0096010422_b84235270612057">hostname[:port]</strong>. If no port is specified, the default port will be used. For HTTPS, port 443 is used by default.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.3 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p22683417141920">Yes for AK/SK-based authentication</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.2.5.1.4 "><p id="aom_04_0008__en-us_topic_0096010422_en-us_topic_0095259731_en-us_topic_0073180055_p25417485141920">-</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="aom_04_0066.html">Appendix</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,51 +0,0 @@
|
||||
<a name="aom_04_0009"></a><a name="aom_04_0009"></a>
|
||||
|
||||
<h1 class="topictitle1">Common Response Headers</h1>
|
||||
<div id="body8662426"><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p5023366916959">A response usually contains the following headers:</p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_table431633395935" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Response headers</caption><thead align="left"><tr id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_row5838132395935"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.2.4.1.1"><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p2208706210115">Name</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.2.4.1.2"><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p4259252810115">Description</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.2.4.1.3"><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p4178727010115">Example</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_row1643024095935"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.1 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p4152229495935">Date</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.2 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p4057779095935">(Standard HTTP header) Time when a message is sent. This field complies with RFC822 definitions.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.3 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p3667485695935">Mon, 12 Nov 2007 15:55:01 GMT</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_row6136471495935"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.1 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p306646695935">Server</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.2 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p6297619295935">(Standard HTTP header) Software that a server uses to process the request.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.3 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p2988296795935">Apache</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_row5278388395935"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.1 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p3816840495935">Content-Length</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.2 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p4460423795935">(Standard HTTP header) Length of the response body, which is represented by a decimal number and stored in bytes.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.3 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p1291061195935">xxx</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_row6263177095935"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.1 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p4341350695935">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.2 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p1726003895935">(Standard HTTP header) Media type of the response body sent to the recipient.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.4.1.3 "><p id="aom_04_0009__en-us_topic_0096010423_en-us_topic_0095259732_en-us_topic_0073180020_p940161295935">application/json</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="aom_04_0066.html">Appendix</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,25 +0,0 @@
|
||||
<a name="aom_04_0020"></a><a name="aom_04_0020"></a>
|
||||
|
||||
<h1 class="topictitle1">Change History</h1>
|
||||
<div id="body8662426">
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="aom_04_0020__table362916194354" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Change history</caption><thead align="left"><tr id="aom_04_0020__row66291119183510"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.1.2.3.1.1"><p id="aom_04_0020__p77401240133520">Released On</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="80%" id="mcps1.3.1.2.3.1.2"><p id="aom_04_0020__p1574014400350">Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="aom_04_0020__row894213871211"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.1.2.3.1.1 "><p id="aom_04_0020__p10571154091215">2022-09-29</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="80%" headers="mcps1.3.1.2.3.1.2 "><ul id="aom_04_0020__ul36282371325"><li id="aom_04_0020__li664333912217">Deleted the description of auto scaling APIs.</li><li id="aom_04_0020__li2628143717213">Optimized the solution description for error codes.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="aom_04_0020__row812920293715"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.1.2.3.1.1 "><p id="aom_04_0020__p19397323789">2020-12-31</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="80%" headers="mcps1.3.1.2.3.1.2 "><p id="aom_04_0020__p639719231788">This issue is the first official release.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
<a name="aom_04_0066"></a><a name="aom_04_0066"></a>
|
||||
|
||||
<h1 class="topictitle1">Appendix</h1>
|
||||
<div id="body1559812915770"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="aom_04_0018.html">Status Codes</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_0008.html">Common Request Headers</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_0009.html">Common Response Headers</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
<a name="aom_04_1010"></a><a name="aom_04_1010"></a>
|
||||
|
||||
<h1 class="topictitle1">APIs </h1>
|
||||
<div id="body1606983050194"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1045.html">Monitoring APIs</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1047.html">Log APIs</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,29 +0,0 @@
|
||||
<a name="aom_04_1045"></a><a name="aom_04_1045"></a>
|
||||
|
||||
<h1 class="topictitle1">Monitoring APIs</h1>
|
||||
<div id="body1606983050195"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1011.html">Querying Metrics</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1012.html">Querying Monitoring Data</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1013.html">Adding Monitoring Data</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1014.html">Adding a Threshold Rule</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1019.html">Modifying a Threshold Rule</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1015.html">Querying a Threshold Rule List</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1016.html">Querying a Threshold Rule</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1017.html">Deleting a Threshold Rule</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="aom_04_1010.html">APIs</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
<a name="aom_04_1047"></a><a name="aom_04_1047"></a>
|
||||
|
||||
<h1 class="topictitle1">Log APIs</h1>
|
||||
<div id="body1606983050446"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="aom_04_1034.html">Querying Logs</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="aom_04_1010.html">APIs</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
0
docs/das/api-ref/.placeholder
Normal file
0
docs/das/api-ref/.placeholder
Normal file
0
docs/das/umn/.placeholder
Normal file
0
docs/das/umn/.placeholder
Normal file
232
docs/deh/api-ref/ALL_META.TXT.json
Normal file
232
docs/deh/api-ref/ALL_META.TXT.json
Normal file
File diff suppressed because it is too large
Load Diff
209
docs/deh/api-ref/CLASS.TXT.json
Normal file
209
docs/deh/api-ref/CLASS.TXT.json
Normal file
File diff suppressed because it is too large
Load Diff
8
docs/deh/api-ref/deh_02_0001.html
Normal file
8
docs/deh/api-ref/deh_02_0001.html
Normal file
@ -0,0 +1,8 @@
|
||||
<a name="deh_02_0001"></a><a name="deh_02_0001"></a>
|
||||
|
||||
<h1 class="topictitle1">API Usage Guidelines</h1>
|
||||
<div id="body39451090"><p id="deh_02_0001__en-us_topic_0020507759_p1645204610259">Public cloud APIs comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform Resource Identifiers (URIs). An application accesses a resource based on the resource's Unified Resource Locator (URL). A URL is usually in the following format: https://<em id="deh_02_0001__en-us_topic_0020507759_i137795958918721">Endpoint/uri</em>. In the URL, <em id="deh_02_0001__en-us_topic_0020507759_i842352697154116">uri</em> indicates the resource path, that is, the API access path.</p>
|
||||
<p id="deh_02_0001__en-us_topic_0020507759_p4816427810259">Public cloud APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted using JSON messages, with the media type represented by <strong id="deh_02_0001__en-us_topic_0020507759_b1025950229154127">Application/json</strong>.</p>
|
||||
<p id="deh_02_0001__en-us_topic_0020507759_p188289482118">For details about how to use APIs, see <a href="https://docs.otc.t-systems.com/en-us/api/apiug/apig-en-api-180328001.html?tag=API Documents" target="_blank" rel="noopener noreferrer">API Usage Guidelines</a>.</p>
|
||||
</div>
|
||||
|
||||
13
docs/deh/api-ref/deh_02_0015.html
Normal file
13
docs/deh/api-ref/deh_02_0015.html
Normal file
@ -0,0 +1,13 @@
|
||||
<a name="deh_02_0015"></a><a name="deh_02_0015"></a>
|
||||
|
||||
<h1 class="topictitle1">Public Parameters</h1>
|
||||
<div id="body1512563929533"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0018.html">Object Models</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0016.html">Status Codes</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
121
docs/deh/api-ref/deh_02_0016.html
Normal file
121
docs/deh/api-ref/deh_02_0016.html
Normal file
File diff suppressed because it is too large
Load Diff
29
docs/deh/api-ref/deh_02_0017.html
Normal file
29
docs/deh/api-ref/deh_02_0017.html
Normal file
@ -0,0 +1,29 @@
|
||||
<a name="deh_02_0017"></a><a name="deh_02_0017"></a>
|
||||
|
||||
<h1 class="topictitle1">API</h1>
|
||||
<div id="body1512563929533"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0019.html">Allocating DeHs</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0020.html">Querying DeHs</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0021.html">Querying Details About a DeH</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0022.html">Querying ECSs on a DeH</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0023.html">Modifying DeH Attributes</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0024.html">Releasing a DeH</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0025.html">Querying Available DeH Types</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_05_0800.html">API Version Query</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_05_0900.html">DeH Tag Management</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0026.html">Quota Configuration</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
370
docs/deh/api-ref/deh_02_0018.html
Normal file
370
docs/deh/api-ref/deh_02_0018.html
Normal file
File diff suppressed because it is too large
Load Diff
225
docs/deh/api-ref/deh_02_0019.html
Normal file
225
docs/deh/api-ref/deh_02_0019.html
Normal file
File diff suppressed because it is too large
Load Diff
332
docs/deh/api-ref/deh_02_0020.html
Normal file
332
docs/deh/api-ref/deh_02_0020.html
Normal file
File diff suppressed because it is too large
Load Diff
122
docs/deh/api-ref/deh_02_0021.html
Normal file
122
docs/deh/api-ref/deh_02_0021.html
Normal file
File diff suppressed because it is too large
Load Diff
247
docs/deh/api-ref/deh_02_0022.html
Normal file
247
docs/deh/api-ref/deh_02_0022.html
Normal file
File diff suppressed because it is too large
Load Diff
103
docs/deh/api-ref/deh_02_0023.html
Normal file
103
docs/deh/api-ref/deh_02_0023.html
Normal file
File diff suppressed because it is too large
Load Diff
76
docs/deh/api-ref/deh_02_0024.html
Normal file
76
docs/deh/api-ref/deh_02_0024.html
Normal file
@ -0,0 +1,76 @@
|
||||
<a name="deh_02_0024"></a><a name="deh_02_0024"></a>
|
||||
|
||||
<h1 class="topictitle1">Releasing a DeH</h1>
|
||||
<div id="body1512563929533"><div class="section" id="deh_02_0024__section43680716"><h4 class="sectiontitle">Function</h4><p id="deh_02_0024__p41815528">This API is used to release a DeH.</p>
|
||||
</div>
|
||||
<div class="section" id="deh_02_0024__section48477080"><h4 class="sectiontitle">Constraints</h4><p id="deh_02_0024__p40011092">A DeH accommodating ECSs cannot be released.</p>
|
||||
</div>
|
||||
<div class="section" id="deh_02_0024__section57582125"><h4 class="sectiontitle">URI</h4><p id="deh_02_0024__p17716181815617">DELETE /v1.0/{project_id}/dedicated-hosts/{dedicated_host_id}</p>
|
||||
<p id="deh_02_0024__p4242153035813"><a href="#deh_02_0024__table572214121015">Table 1</a> describes the parameters.</p>
|
||||
|
||||
<div class="tablenoborder"><a name="deh_02_0024__table572214121015"></a><a name="table572214121015"></a><table cellpadding="4" cellspacing="0" summary="" id="deh_02_0024__table572214121015" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameters description</caption><thead align="left"><tr id="deh_02_0024__row572516410109"><th align="left" class="cellrowborder" valign="top" width="21.23787621237876%" id="mcps1.3.3.4.2.5.1.1"><p id="deh_02_0024__p107252049107"><strong id="deh_02_0024__b3748104017259">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="23.44765523447655%" id="mcps1.3.3.4.2.5.1.2"><p id="deh_02_0024__p726975522919"><strong id="deh_02_0024__b1611144220256">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="24.48755124487551%" id="mcps1.3.3.4.2.5.1.3"><p id="deh_02_0024__p072564201017"><strong id="deh_02_0024__b189294272515">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="30.826917308269174%" id="mcps1.3.3.4.2.5.1.4"><p id="deh_02_0024__p47253421017"><strong id="deh_02_0024__b1570119439251">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="deh_02_0024__row107256481017"><td class="cellrowborder" valign="top" width="21.23787621237876%" headers="mcps1.3.3.4.2.5.1.1 "><p id="deh_02_0024__p1872514451016">project_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="23.44765523447655%" headers="mcps1.3.3.4.2.5.1.2 "><p id="deh_02_0024__p12269175511291">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="24.48755124487551%" headers="mcps1.3.3.4.2.5.1.3 "><p id="deh_02_0024__p147251646108">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="30.826917308269174%" headers="mcps1.3.3.4.2.5.1.4 "><p id="deh_02_0024__p6725747104">Specifies the project ID.</p>
|
||||
<p id="deh_02_0024__p7376194915119">For details about how to obtain the project ID, see <a href="https://docs.otc.t-systems.com/en-us/api/apiug/apig-en-api-180328009.html" target="_blank" rel="noopener noreferrer">Obtaining Required Information</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="deh_02_0024__row184436404555"><td class="cellrowborder" valign="top" width="21.23787621237876%" headers="mcps1.3.3.4.2.5.1.1 "><p id="deh_02_0024__p164455404556">dedicated_host_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="23.44765523447655%" headers="mcps1.3.3.4.2.5.1.2 "><p id="deh_02_0024__p29241051175512">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="24.48755124487551%" headers="mcps1.3.3.4.2.5.1.3 "><p id="deh_02_0024__p1592535185519">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="30.826917308269174%" headers="mcps1.3.3.4.2.5.1.4 "><p id="deh_02_0024__p1544524011550">Specifies the DeH ID.</p>
|
||||
<p id="deh_02_0024__p858154817367">You can obtain the DeH ID from the DeH console or using the <a href="deh_02_0020.html">Querying DeHs</a> API.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="deh_02_0024__section34329433"><h4 class="sectiontitle">Request</h4><ul id="deh_02_0024__ul9814104610254"><li id="deh_02_0024__li161010151577">Request parameters<p id="deh_02_0024__p5836131813571"><a name="deh_02_0024__li161010151577"></a><a name="li161010151577"></a>None</p>
|
||||
</li><li id="deh_02_0024__li188145469253">Example request<pre class="screen" id="deh_02_0024__screen13879133243712">DELETE https://{Endpoint}/v1.0/9c53a566cb3443ab910cf0daebca90c4/dedicated-hosts/74259164-e63a-4ad9-9c77-a1bd2c9aa187</pre>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="deh_02_0024__section40529449"><h4 class="sectiontitle">Response</h4><ul id="deh_02_0024__ul1727431119262"><li id="deh_02_0024__li94361121105718">Response parameters<p id="deh_02_0024__p6731132485713"><a name="deh_02_0024__li94361121105718"></a><a name="li94361121105718"></a>None</p>
|
||||
</li><li id="deh_02_0024__li1727411192610">Example response<pre class="screen" id="deh_02_0024__screen20104132953714">Http Response Code: 204</pre>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="deh_02_0024__section18068697"><h4 class="sectiontitle">Status Code</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="deh_02_0024__table1281322293615" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Returned error codes</caption><thead align="left"><tr id="deh_02_0024__row198131822123618"><th align="left" class="cellrowborder" valign="top" width="38.71%" id="mcps1.3.6.2.2.3.1.1"><p id="deh_02_0024__p682815319368">Error Code</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="61.29%" id="mcps1.3.6.2.2.3.1.2"><p id="deh_02_0024__p1282833112369">Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="deh_02_0024__row148131822123619"><td class="cellrowborder" valign="top" width="38.71%" headers="mcps1.3.6.2.2.3.1.1 "><p id="deh_02_0024__p382833103613">409 Conflict</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="61.29%" headers="mcps1.3.6.2.2.3.1.2 "><p id="deh_02_0024__p118292318362">A DeH accommodating ECSs cannot be released.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p id="deh_02_0024__p25445523">For more status codes, see <a href="deh_02_0016.html">Status Codes</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="deh_02_0017.html">API</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
117
docs/deh/api-ref/deh_02_0025.html
Normal file
117
docs/deh/api-ref/deh_02_0025.html
Normal file
File diff suppressed because it is too large
Load Diff
15
docs/deh/api-ref/deh_02_0026.html
Normal file
15
docs/deh/api-ref/deh_02_0026.html
Normal file
@ -0,0 +1,15 @@
|
||||
<a name="deh_02_0026"></a><a name="deh_02_0026"></a>
|
||||
|
||||
<h1 class="topictitle1">Quota Configuration</h1>
|
||||
<div id="body1512563929534"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="deh_02_0028.html">Querying the DeH Quota of a Tenant</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="deh_02_0017.html">API</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
150
docs/deh/api-ref/deh_02_0028.html
Normal file
150
docs/deh/api-ref/deh_02_0028.html
Normal file
File diff suppressed because it is too large
Load Diff
17
docs/deh/api-ref/deh_05_0800.html
Normal file
17
docs/deh/api-ref/deh_05_0800.html
Normal file
@ -0,0 +1,17 @@
|
||||
<a name="deh_05_0800"></a><a name="deh_05_0800"></a>
|
||||
|
||||
<h1 class="topictitle1">API Version Query</h1>
|
||||
<div id="body1538190181254"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="deh_05_0801.html">Querying API Versions</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_05_0802.html">Querying an API Version</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="deh_02_0017.html">API</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
139
docs/deh/api-ref/deh_05_0801.html
Normal file
139
docs/deh/api-ref/deh_05_0801.html
Normal file
File diff suppressed because it is too large
Load Diff
157
docs/deh/api-ref/deh_05_0802.html
Normal file
157
docs/deh/api-ref/deh_05_0802.html
Normal file
File diff suppressed because it is too large
Load Diff
21
docs/deh/api-ref/deh_05_0900.html
Normal file
21
docs/deh/api-ref/deh_05_0900.html
Normal file
@ -0,0 +1,21 @@
|
||||
<a name="deh_05_0900"></a><a name="deh_05_0900"></a>
|
||||
|
||||
<h1 class="topictitle1">DeH Tag Management</h1>
|
||||
<div id="body1539073522350"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="deh_05_0901.html">Adding Tags to a DeH in Batches</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_05_0902.html">Deleting Tags from a DeH in Batches</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_05_0903.html">Querying Tags of a DeH</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="deh_05_0904.html">Querying DeHs by Tag</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="deh_02_0017.html">API</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
139
docs/deh/api-ref/deh_05_0901.html
Normal file
139
docs/deh/api-ref/deh_05_0901.html
Normal file
File diff suppressed because it is too large
Load Diff
138
docs/deh/api-ref/deh_05_0902.html
Normal file
138
docs/deh/api-ref/deh_05_0902.html
Normal file
File diff suppressed because it is too large
Load Diff
115
docs/deh/api-ref/deh_05_0903.html
Normal file
115
docs/deh/api-ref/deh_05_0903.html
Normal file
File diff suppressed because it is too large
Load Diff
345
docs/deh/api-ref/deh_05_0904.html
Normal file
345
docs/deh/api-ref/deh_05_0904.html
Normal file
File diff suppressed because it is too large
Load Diff
69
docs/deh/api-ref/deh_07_0102.html
Normal file
69
docs/deh/api-ref/deh_07_0102.html
Normal file
@ -0,0 +1,69 @@
|
||||
<a name="deh_07_0102"></a><a name="deh_07_0102"></a>
|
||||
|
||||
<h1 class="topictitle1">Change History</h1>
|
||||
<div id="body1569032881854">
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="deh_07_0102__table31727190115527" frame="border" border="1" rules="all"><thead align="left"><tr id="deh_07_0102__row27510131115527"><th align="left" class="cellrowborder" valign="top" width="30%" id="mcps1.3.1.1.3.1.1"><p id="deh_07_0102__p8540194613317"><strong id="deh_07_0102__b596871455419">Released On</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="70%" id="mcps1.3.1.1.3.1.2"><p id="deh_07_0102__p155411746103310"><strong id="deh_07_0102__b1048018162549">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="deh_07_0102__row2485204304619"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.1.1.3.1.1 "><p id="deh_07_0102__p1410164611473">2021-10-20</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.1.1.3.1.2 "><p id="deh_07_0102__p310113467473">This issue is the eighth official release.</p>
|
||||
<p id="deh_07_0102__p8101114610474">It incorporates the following change:</p>
|
||||
<p id="deh_07_0102__p161011446114715">Optimized descriptions in <a href="deh_05_0900.html">DeH Tag Management</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="deh_07_0102__row1081913042910"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.1.1.3.1.1 "><p id="deh_07_0102__p9820509292">2019-01-04</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.1.1.3.1.2 "><p id="deh_07_0102__p369751614133">This issue is the seventh official release.</p>
|
||||
<p id="deh_07_0102__p28202013294">It incorporates the following change:</p>
|
||||
<p id="deh_07_0102__p179901125827">Added <a href="deh_05_0800.html">API Version Query</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="deh_07_0102__row1380754512484"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.1.1.3.1.1 "><p id="deh_07_0102__p10808345124811">2018-10-24</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.1.1.3.1.2 "><p id="deh_07_0102__p7717105361">This issue is the sixth official release. </p>
|
||||
<p id="deh_07_0102__p871620461316">It incorporates the following change:</p>
|
||||
<p id="deh_07_0102__p880814518480">Accepted in OTC 3.2.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="deh_07_0102__row22691626204510"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.1.1.3.1.1 "><p id="deh_07_0102__p227052614513">2018-10-16</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.1.1.3.1.2 "><p id="deh_07_0102__p1956638191212">This issue is the fifth official release.</p>
|
||||
<p id="deh_07_0102__p627016261455">It incorporates the following changes:</p>
|
||||
<p id="deh_07_0102__p970812389453">Deleted the <strong id="deh_07_0102__b1575728553">sys_tags</strong> parameter from <a href="deh_05_0901.html">Adding Tags to a DeH in Batches</a>, <a href="deh_05_0902.html">Deleting Tags from a DeH in Batches</a>, <a href="deh_05_0903.html">Querying Tags of a DeH</a>, and <a href="deh_05_0904.html">Querying DeHs by Tag</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="deh_07_0102__row7211154713915"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.1.1.3.1.1 "><p id="deh_07_0102__p02127471915">2018-10-11</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.1.1.3.1.2 "><p id="deh_07_0102__p2964172813124">This issue is the fourth official release.</p>
|
||||
<p id="deh_07_0102__p172124471910">It incorporates the following change:</p>
|
||||
<p id="deh_07_0102__p717113315213">Added <a href="deh_05_0900.html">DeH Tag Management</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="deh_07_0102__row114311242415"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.1.1.3.1.1 "><p id="deh_07_0102__p8143152424110">2018-05-30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.1.1.3.1.2 "><p id="deh_07_0102__p174241183122">This issue is the third official release.</p>
|
||||
<p id="deh_07_0102__p1933732071017">It incorporates the following change:</p>
|
||||
<p id="deh_07_0102__p183391720101019">Adjusted the structure.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="deh_07_0102__row10353365115527"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.1.1.3.1.1 "><p id="deh_07_0102__p3475690511568">2017-10-30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.1.1.3.1.2 "><p id="deh_07_0102__p988418019125">This issue is the second official release.</p>
|
||||
<p id="deh_07_0102__p176412035151016">It incorporates the following change:</p>
|
||||
<p id="deh_07_0102__p1064117358103">Optimized descriptions in <a href="deh_02_0018.html">Object Models</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="deh_07_0102__row61264105115527"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.3.1.1.3.1.1 "><p id="deh_07_0102__p5421183511565">2017-05-30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="70%" headers="mcps1.3.1.1.3.1.2 "><p id="deh_07_0102__p2908253011565">This issue is the first official release.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user