initial import of DEH API
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
232
docs/deh/api-ref/ALL_META.TXT.json
Normal file
209
docs/deh/api-ref/CLASS.TXT.json
Normal file
3
docs/deh/api-ref/PARAMETERS.txt
Normal file
@ -0,0 +1,3 @@
|
||||
version=""
|
||||
language="en-us"
|
||||
type=""
|
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
@ -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
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
225
docs/deh/api-ref/deh_02_0019.html
Normal file
332
docs/deh/api-ref/deh_02_0020.html
Normal file
122
docs/deh/api-ref/deh_02_0021.html
Normal file
247
docs/deh/api-ref/deh_02_0022.html
Normal file
103
docs/deh/api-ref/deh_02_0023.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
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
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
157
docs/deh/api-ref/deh_05_0802.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
138
docs/deh/api-ref/deh_05_0902.html
Normal file
115
docs/deh/api-ref/deh_05_0903.html
Normal file
345
docs/deh/api-ref/deh_05_0904.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>
|
||||
|
1
docs/deh/api-ref/public_sys-resources/ExpandCollapse.js
Normal file
@ -0,0 +1 @@
|
||||
var expandClassName="dropdownexpand";var collapseClassName="dropdowncollapse";var collapseTableClassName="dropdowncollapsetable";var href="";function ExpandorCollapseNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseClassName}else{a.className=expandClassName}}function ExpandorCollapseTableNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseTableClassName}else{a.className=expandClassName}}function ExpandorCollapseAllNodes(g,h,c){var a=g.getAttribute("title");var b=g.parentNode;if(a=="collapse"){g.setAttribute("title","expand");g.className="dropdownAllButtonexpand";g.innerHTML=h}else{g.setAttribute("title","collapse");g.className="dropdownAllButtoncollapse";g.innerHTML=c}var f=b.getElementsByTagName("*");for(var d=0;d<f.length;d++){var e=f[d];if(e.className.indexOf(expandClassName)!=-1||e.className.indexOf(collapseClassName)!=-1||e.className.indexOf(collapseTableClassName)!=-1){if(a=="collapse"){if(e.tagName.toLowerCase()=="table"){e.className=collapseTableClassName}else{e.className=collapseClassName}}else{e.className=expandClassName}}}}function ExpandForHref(f){if(null==f||"#"==f||"###"==f){return}var a=null;try{a=document.getElementById(f)}catch(d){}if(null==a||a.length==0){return}try{var b=a.parentNode;while(b!=null&&b.tagName!="body"){if(b.className==collapseClassName){b.className=expandClassName}b=b.parentNode}}catch(c){}}window.onload=function(){var b=document.getElementsByTagName("div");for(var c=0;c<b.length;c++){var j=b[c];if(j.className.indexOf(expandClassName)!=-1){j.className=collapseClassName}}var d=document.getElementsByTagName("a");try{for(var c=0;c<d.length;c++){var f=d[c];var h=f.getAttribute("href");if(h!=""&&h!=null){href=h;f.addEventListener("click",showHasConref,false)}}}catch(g){}};function showHasConref(){try{if(href!=null&&href!="#"&&href.lastIndexOf("#")>-1){ExpandForHref(href.substring(href.lastIndexOf("#")+1))}}catch(a){}};
|
BIN
docs/deh/api-ref/public_sys-resources/caution_3.0-en-us.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
1
docs/deh/api-ref/public_sys-resources/commonltr.css
Normal file
2
docs/deh/api-ref/public_sys-resources/commonrtl.css
Normal file
@ -0,0 +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 <div>. 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}
|
BIN
docs/deh/api-ref/public_sys-resources/danger_3.0-en-us.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
docs/deh/api-ref/public_sys-resources/delta.gif
Normal file
After Width: | Height: | Size: 836 B |
BIN
docs/deh/api-ref/public_sys-resources/deltaend.gif
Normal file
After Width: | Height: | Size: 834 B |
BIN
docs/deh/api-ref/public_sys-resources/icon-arrowdn.gif
Normal file
After Width: | Height: | Size: 68 B |
BIN
docs/deh/api-ref/public_sys-resources/icon-arrowrt.gif
Normal file
After Width: | Height: | Size: 70 B |
BIN
docs/deh/api-ref/public_sys-resources/icon-caution.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
docs/deh/api-ref/public_sys-resources/icon-danger.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
docs/deh/api-ref/public_sys-resources/icon-huawei.gif
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
docs/deh/api-ref/public_sys-resources/icon-note.gif
Normal file
After Width: | Height: | Size: 983 B |
BIN
docs/deh/api-ref/public_sys-resources/icon-notice.gif
Normal file
After Width: | Height: | Size: 962 B |
BIN
docs/deh/api-ref/public_sys-resources/icon-tip.gif
Normal file
After Width: | Height: | Size: 879 B |
BIN
docs/deh/api-ref/public_sys-resources/icon-warning.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
docs/deh/api-ref/public_sys-resources/note_3.0-en-us.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
docs/deh/api-ref/public_sys-resources/notice_3.0-en-us.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
1
docs/deh/api-ref/public_sys-resources/popup.js
Normal file
@ -0,0 +1 @@
|
||||
var i=0;var dhtmlgoodies_tooltipFlag=false;var dhtmlgoodies_tooltip="";var dhtmlgoodies_tooltipShadow="";var dhtmlgoodies_shadowSize=3;var dhtmlgoodies_tooltipMaxWidth=500;var dhtmlgoodies_tooltipMinWidth=100;var dhtmlgoodies_iframe=false;var timeId;var clickFlag=false;var tooltip_is_msie=(navigator.userAgent.indexOf("MSIE")>=0&&navigator.userAgent.indexOf("opera")==-1&&document.all)?true:false;var xPos;var yPos;window.document.onmousemove=function(a){a=a||window.event;if(a.pageX){xPos=a.pageX;yPos=a.pageY}else{if(document.body!=null){xPos=a.clientX+document.body.scrollLeft-document.body.clientLeft;yPos=a.clientY+document.body.scrollTop-document.body.clientTop}}};function showTooltip(tooltipTxt){if(document.body==null){return}if(i==0){return}clickFlag=true;var text=eval("jsonData."+tooltipTxt);var bodyWidth=Math.max(document.body.clientWidth,document.documentElement.clientWidth)-20;if(!dhtmlgoodies_tooltipFlag){dhtmlgoodies_tooltip=document.createElement("DIV");dhtmlgoodies_tooltip.id="dhtmlgoodies_tooltip";dhtmlgoodies_tooltipShadow=document.createElement("DIV");dhtmlgoodies_tooltipShadow.id="dhtmlgoodies_tooltipShadow";document.body.appendChild(dhtmlgoodies_tooltip);document.body.appendChild(dhtmlgoodies_tooltipShadow);if(tooltip_is_msie){dhtmlgoodies_iframe=document.createElement("IFRAME");dhtmlgoodies_iframe.frameborder="5";dhtmlgoodies_iframe.style.backgroundColor="#FFFFFF";dhtmlgoodies_iframe.src="#";dhtmlgoodies_iframe.style.zIndex=100;dhtmlgoodies_iframe.style.position="absolute";document.body.appendChild(dhtmlgoodies_iframe)}}dhtmlgoodies_tooltip.style.display="block";dhtmlgoodies_tooltipShadow.style.display="block";if(tooltip_is_msie){dhtmlgoodies_iframe.style.display="block"}var st=Math.max(document.body.scrollTop,document.documentElement.scrollTop);if(navigator.userAgent.toLowerCase().indexOf("safari")>=0){st=0}var leftPos=xPos+10;dhtmlgoodies_tooltip.style.width=null;dhtmlgoodies_tooltip.innerHTML=text;dhtmlgoodies_tooltip.style.left=leftPos+"px";if(tooltip_is_msie){dhtmlgoodies_tooltip.style.top=yPos+20+st+"px"}else{dhtmlgoodies_tooltip.style.top=yPos+20+"px"}dhtmlgoodies_tooltipShadow.style.left=leftPos+dhtmlgoodies_shadowSize+"px";if(tooltip_is_msie){dhtmlgoodies_tooltipShadow.style.top=yPos+20+st+dhtmlgoodies_shadowSize+"px"}else{dhtmlgoodies_tooltipShadow.style.top=yPos+20+dhtmlgoodies_shadowSize+"px"}if(dhtmlgoodies_tooltip.offsetWidth>dhtmlgoodies_tooltipMaxWidth){dhtmlgoodies_tooltip.style.width=dhtmlgoodies_tooltipMaxWidth+"px"}var tooltipWidth=dhtmlgoodies_tooltip.offsetWidth;if(tooltipWidth<dhtmlgoodies_tooltipMinWidth){tooltipWidth=dhtmlgoodies_tooltipMinWidth}dhtmlgoodies_tooltip.style.width=tooltipWidth+"px";dhtmlgoodies_tooltipShadow.style.width=dhtmlgoodies_tooltip.offsetWidth+"px";dhtmlgoodies_tooltipShadow.style.height=dhtmlgoodies_tooltip.offsetHeight+"px";if((leftPos+tooltipWidth)>bodyWidth){dhtmlgoodies_tooltip.style.left=(dhtmlgoodies_tooltipShadow.style.left.replace("px","")-((leftPos+tooltipWidth)-bodyWidth))+"px";dhtmlgoodies_tooltipShadow.style.left=(dhtmlgoodies_tooltipShadow.style.left.replace("px","")-((leftPos+tooltipWidth)-bodyWidth)+dhtmlgoodies_shadowSize)+"px"}if(tooltip_is_msie){dhtmlgoodies_iframe.style.left=dhtmlgoodies_tooltip.style.left;dhtmlgoodies_iframe.style.top=dhtmlgoodies_tooltip.style.top;dhtmlgoodies_iframe.style.width=dhtmlgoodies_tooltip.offsetWidth+"px";dhtmlgoodies_iframe.style.height=dhtmlgoodies_tooltip.offsetHeight+"px"}}function hideTooltip(){i=0;clickFlag=false;if(dhtmlgoodies_tooltip!=null&&dhtmlgoodies_tooltip.style!=null){dhtmlgoodies_tooltip.style.display="none";dhtmlgoodies_tooltipShadow.style.display="none";if(tooltip_is_msie){dhtmlgoodies_iframe.style.display="none"}}if(timeId!=null&&timeId!=""){clearTimeout(timeId)}}function showText(a){i=1;timeId=setTimeout(function(){showTooltip(a)},500)}function showText2(a){if(!clickFlag){i=1;showTooltip(a);i=0;if(timeId!=null&&timeId!=""){clearTimeout(timeId)}}}function anchorScroll(b){var d=document.getElementsByName(b);if(d!=null&&d.length>0){var c=d[0];var a=c.getBoundingClientRect().left+(document.body.scrollLeft||(document.documentElement&&document.documentElement.scrollLeft));var e=c.getBoundingClientRect().top+(document.body.scrollTop||(document.documentElement&&document.documentElement.scrollTop));window.scrollTo(a,e-30)}};
|
BIN
docs/deh/api-ref/public_sys-resources/warning_3.0-en-us.png
Normal file
After Width: | Height: | Size: 3.1 KiB |