forked from docs/doc-exports
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97e39e1d45 | |||
| 8ea7e87cb2 |
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>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 68 B |
Binary file not shown.
|
Before Width: | Height: | Size: 70 B |
302
docs/lts/api-ref/ALL_META.TXT.json
Normal file
302
docs/lts/api-ref/ALL_META.TXT.json
Normal file
File diff suppressed because it is too large
Load Diff
272
docs/lts/api-ref/CLASS.TXT.json
Normal file
272
docs/lts/api-ref/CLASS.TXT.json
Normal file
File diff suppressed because it is too large
Load Diff
8
docs/lts/api-ref/lts_02_0001.html
Normal file
8
docs/lts/api-ref/lts_02_0001.html
Normal file
@ -0,0 +1,8 @@
|
||||
<a name="lts_02_0001"></a><a name="lts_02_0001"></a>
|
||||
|
||||
<h1 class="topictitle1">API Description</h1>
|
||||
<div id="body58217140"><p id="lts_02_0001__a80b30f7e2c774b5f888f7da0099f1b9a">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: <em id="lts_02_0001__a35b42483c5c74c75ac870f1e756a7fd3">https://lts.eu-de.otc.t-systems.com/uri</em>. In the URL,<strong id="lts_02_0001__aad4d6866384546d58723d0cdf7d76780">uri</strong> indicates the resource path, that is, the API access path.</p>
|
||||
<p id="lts_02_0001__ab9fdf3b2753847448d72b20aa21dda30">Public cloud APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted by using JSON messages, with media type represented by <strong id="lts_02_0001__a0b8644f4b79943b59aa984e84a658804">Application/json</strong>.</p>
|
||||
<p id="lts_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>
|
||||
|
||||
15
docs/lts/api-ref/lts_02_0002.html
Normal file
15
docs/lts/api-ref/lts_02_0002.html
Normal file
@ -0,0 +1,15 @@
|
||||
<a name="lts_02_0002"></a><a name="lts_02_0002"></a>
|
||||
|
||||
<h1 class="topictitle1">Log Group Management (Old Version)</h1>
|
||||
<div id="body57435901"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="lts_02_0003.html">Creating a Log Group</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_02_0004.html">Querying a Log Group</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_02_0005.html">Deleting a Log Group</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
122
docs/lts/api-ref/lts_02_0003.html
Normal file
122
docs/lts/api-ref/lts_02_0003.html
Normal file
File diff suppressed because it is too large
Load Diff
114
docs/lts/api-ref/lts_02_0004.html
Normal file
114
docs/lts/api-ref/lts_02_0004.html
Normal file
File diff suppressed because it is too large
Load Diff
62
docs/lts/api-ref/lts_02_0005.html
Normal file
62
docs/lts/api-ref/lts_02_0005.html
Normal file
@ -0,0 +1,62 @@
|
||||
<a name="lts_02_0005"></a><a name="lts_02_0005"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a Log Group</h1>
|
||||
<div id="body1155582"><div class="section" id="lts_02_0005__section18433281"><h4 class="sectiontitle">Function</h4><p class="msonormal" id="lts_02_0005__p26493289">This function describes how to delete a log group that will not be used.</p>
|
||||
<div class="note" id="lts_02_0005__note13147254913"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="lts_02_0005__p161481757916">Before deleting a log group, ensure that the log group has no log transfer tasks. Deleted log groups cannot be recovered. Therefore, exercise caution when performing this deletion operation.</p>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="section" id="lts_02_0005__section31681806"><h4 class="sectiontitle">URI</h4><ul id="lts_02_0005__ul165395536212"><li id="lts_02_0005__li5269929173052">URI format<p id="lts_02_0005__p1635162582517"><a name="lts_02_0005__li5269929173052"></a><a name="li5269929173052"></a>DELETE /v2.0/{project_id}/log-groups/{group_id}</p>
|
||||
</li></ul>
|
||||
<ul id="lts_02_0005__ul0109191102213"><li class="msonormal" id="lts_02_0005__li21091415229">Parameter description
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="lts_02_0005__table805068" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="lts_02_0005__row57933110"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.1.1.2.5.1.1"><p id="lts_02_0005__p62070358"><strong id="lts_02_0005__b136211338339">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.1.1.2.5.1.2"><p id="lts_02_0005__p61643119"><strong id="lts_02_0005__b9482113423316">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.1.1.2.5.1.3"><p id="lts_02_0005__p27036712"><strong id="lts_02_0005__b18481103510334">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.1.1.2.5.1.4"><p id="lts_02_0005__p42490025"><strong id="lts_02_0005__b19317163614335">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="lts_02_0005__row19139995"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.1 "><p id="lts_02_0005__p6835749">project_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.2 "><p id="lts_02_0005__p16824816">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.3 "><p id="lts_02_0005__p20632868">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.4 "><p id="lts_02_0005__p60649575">Project ID</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="lts_02_0005__row8975271"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.1 "><p id="lts_02_0005__p55908359">group_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.2 "><p id="lts_02_0005__p32283211">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.3 "><p id="lts_02_0005__p64803292">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.4 "><p id="lts_02_0005__p14575265">ID of a created log group</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="lts_02_0005__section16700806"><h4 class="sectiontitle">Request</h4><ul id="lts_02_0005__ul39745794"><li id="lts_02_0005__li22167833">Request parameters<p id="lts_02_0005__p65292777"><a name="lts_02_0005__li22167833"></a><a name="li22167833"></a>None</p>
|
||||
</li><li id="lts_02_0005__li50764081">Example request<pre class="screen" id="lts_02_0005__screen54223547">DELETE /v2.0/{project_id}/log-groups/{group_id}</pre>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="lts_02_0005__section16089528"><h4 class="sectiontitle">Response</h4><ul id="lts_02_0005__ul30031202"><li id="lts_02_0005__li1845369">Response parameters<p id="lts_02_0005__p16608326"><a name="lts_02_0005__li1845369"></a><a name="li1845369"></a>None</p>
|
||||
</li><li id="lts_02_0005__li15257210">Example response<p id="lts_02_0005__p3097166"><a name="lts_02_0005__li15257210"></a><a name="li15257210"></a>None</p>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="lts_02_0005__section10588031"><h4 class="sectiontitle">Returned Value</h4><ul id="lts_02_0005__ul49543907"><li id="lts_02_0005__li43241981">Normal<p id="lts_02_0005__p19624683457"><a name="lts_02_0005__li43241981"></a><a name="li43241981"></a>204</p>
|
||||
</li><li id="lts_02_0005__li44860134">Abnormal<p id="lts_02_0005__p8911139194318"><a name="lts_02_0005__li44860134"></a><a name="li44860134"></a>For details about status code, see <a href="lts_02_0020.html">Status Code</a>.</p>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="lts_02_0002.html">Log Group Management (Old Version)</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
15
docs/lts/api-ref/lts_02_0006.html
Normal file
15
docs/lts/api-ref/lts_02_0006.html
Normal file
@ -0,0 +1,15 @@
|
||||
<a name="lts_02_0006"></a><a name="lts_02_0006"></a>
|
||||
|
||||
<h1 class="topictitle1">Log Stream Management (Old Version)</h1>
|
||||
<div id="body31835152"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="lts_02_0007.html">Creating a Log Stream</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_02_0008.html">Querying a Log Stream</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_02_0009.html">Deleting a log stream</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
110
docs/lts/api-ref/lts_02_0007.html
Normal file
110
docs/lts/api-ref/lts_02_0007.html
Normal file
File diff suppressed because it is too large
Load Diff
113
docs/lts/api-ref/lts_02_0008.html
Normal file
113
docs/lts/api-ref/lts_02_0008.html
Normal file
File diff suppressed because it is too large
Load Diff
71
docs/lts/api-ref/lts_02_0009.html
Normal file
71
docs/lts/api-ref/lts_02_0009.html
Normal file
@ -0,0 +1,71 @@
|
||||
<a name="lts_02_0009"></a><a name="lts_02_0009"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a log stream</h1>
|
||||
<div id="body65708667"><div class="section" id="lts_02_0009__section47241003"><h4 class="sectiontitle">Function</h4><p class="msonormal" id="lts_02_0009__p20801781">This function describes how to delete a log stream that will not be used.</p>
|
||||
<div class="note" id="lts_02_0009__note16296151314718"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="lts_02_0009__p17297113072">Before deleting a log stream, ensure that the log stream has no log transfer tasks. Deleted log streams cannot be recovered. Therefore, exercise caution when performing this deletion operation.</p>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="section" id="lts_02_0009__section22515847"><h4 class="sectiontitle">URI</h4><ul id="lts_02_0009__ul165395536212"><li id="lts_02_0009__li5269929173052">URI format<p id="lts_02_0009__p1314619810159"><a name="lts_02_0009__li5269929173052"></a><a name="li5269929173052"></a>DELETE /v2.0/{project_id}/log-groups/{group_id}/log-topics/{topic_id}</p>
|
||||
</li></ul>
|
||||
<ul id="lts_02_0009__ul0109191102213"><li class="msonormal" id="lts_02_0009__li21091415229">Parameter description
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="lts_02_0009__table4681258" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="lts_02_0009__row27052584"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.1.1.2.5.1.1"><p id="lts_02_0009__p43775699"><strong id="lts_02_0009__b128317754613">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.1.1.2.5.1.2"><p id="lts_02_0009__p56170706"><strong id="lts_02_0009__b1819188124617">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.1.1.2.5.1.3"><p id="lts_02_0009__p53533326"><strong id="lts_02_0009__b12937918465">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.1.1.2.5.1.4"><p id="lts_02_0009__p41232110"><strong id="lts_02_0009__b1287389104610">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="lts_02_0009__row51466586"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.1 "><p id="lts_02_0009__p8043963">project_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.2 "><p id="lts_02_0009__p47581305">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.3 "><p id="lts_02_0009__p28880507">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.4 "><p id="lts_02_0009__p57619754">Project ID</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="lts_02_0009__row48815741"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.1 "><p id="lts_02_0009__p61760986">group_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.2 "><p id="lts_02_0009__p36583959">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.3 "><p id="lts_02_0009__p10510684">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.4 "><p id="lts_02_0009__p46059090">ID of a created log group</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="lts_02_0009__row11878631"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.1 "><p id="lts_02_0009__p22645032">topic_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.2 "><p id="lts_02_0009__p22308335">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.3 "><p id="lts_02_0009__p62144673">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.1.1.2.5.1.4 "><p id="lts_02_0009__p553768">ID of a created log stream</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="lts_02_0009__section1316036"><h4 class="sectiontitle">Request</h4><ul id="lts_02_0009__ul44855276"><li id="lts_02_0009__li1044304">Request parameters<p id="lts_02_0009__p9398740"><a name="lts_02_0009__li1044304"></a><a name="li1044304"></a>None</p>
|
||||
</li><li id="lts_02_0009__li17479801">Example request<pre class="screen" id="lts_02_0009__screen23100489">DELETE /v2.0/{project_id}/log-groups/{group_id}/log-topics/{topic_id}</pre>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="lts_02_0009__section11844332"><h4 class="sectiontitle">Response</h4><ul id="lts_02_0009__ul59200306"><li id="lts_02_0009__li63040710">Parameter description<p id="lts_02_0009__p30495480"><a name="lts_02_0009__li63040710"></a><a name="li63040710"></a>None</p>
|
||||
</li><li id="lts_02_0009__li6023865">Example response<p id="lts_02_0009__p54214786"><a name="lts_02_0009__li6023865"></a><a name="li6023865"></a>None</p>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="lts_02_0009__section39490126"><h4 class="sectiontitle">Returned Value</h4><ul id="lts_02_0009__ul29321528"><li id="lts_02_0009__li62567168">Normal<p id="lts_02_0009__p6623114915458"><a name="lts_02_0009__li62567168"></a><a name="li62567168"></a>204</p>
|
||||
</li><li id="lts_02_0009__li44860134">Abnormal<p id="lts_02_0009__p8911139194318"><a name="lts_02_0009__li44860134"></a><a name="li44860134"></a>For details about status code, see <a href="lts_02_0020.html">Status Code</a>.</p>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="lts_02_0006.html">Log Stream Management (Old Version)</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
43
docs/lts/api-ref/lts_02_0014.html
Normal file
43
docs/lts/api-ref/lts_02_0014.html
Normal file
@ -0,0 +1,43 @@
|
||||
<a name="lts_02_0014"></a><a name="lts_02_0014"></a>
|
||||
|
||||
<h1 class="topictitle1">Change History</h1>
|
||||
<div id="body1550562546560">
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="lts_02_0014__table117573497332" frame="border" border="1" rules="all"><thead align="left"><tr id="lts_02_0014__row87571549133317"><th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.1.1.3.1.1"><p id="lts_02_0014__p15757149153315"><strong id="lts_02_0014__b842352706201850">Released On</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.1.1.3.1.2"><p id="lts_02_0014__p975714916334"><strong id="lts_02_0014__b57885530153324">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="lts_02_0014__row057894514219"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.1 "><p id="lts_02_0014__p9531427111819">2022-10-30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.2 "><p id="lts_02_0014__p857912455217">Modified as follows:</p>
|
||||
<ol id="lts_02_0014__ol1568324811819"><li id="lts_02_0014__li768354813188">Added section <a href="lts_api_0011.html">Log Group Management (New Version)</a>.</li><li id="lts_02_0014__li93463931913">Added section <a href="lts_api_0015.html">Log Stream Management (New Version)</a>.</li><li id="lts_02_0014__li1189618192216">Added section <a href="lts_api_0029.html">Log Management</a>.</li><li id="lts_02_0014__li184232315197">Added section <a href="lts_api_0026.html">Log Transfer</a>.</li></ol>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="lts_02_0014__row1127310503176"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.1 "><p id="lts_02_0014__p3274850101711">2022-09-22</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.2 "><p id="lts_02_0014__p327405081710">Modified as follows:</p>
|
||||
<p id="lts_02_0014__p1255833681817">Added the restriction description of request parameter <strong id="lts_02_0014__b69782364314">ttl_in_days</strong> in <a href="lts_02_0003.html">Creating a Log Group</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="lts_02_0014__row4211628155219"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.1 "><p id="lts_02_0014__p422028165217">2019-04-26</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.2 "><p id="lts_02_0014__p28493397498">Modified as follows:</p>
|
||||
<p id="lts_02_0014__p1889316285532">A maximum of 100 log groups and 100 log streams are supported.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="lts_02_0014__row18486195113237"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.1 "><p id="lts_02_0014__p16487165132311">2019-04-19</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.2 "><ol id="lts_02_0014__ol347004142417"><li id="lts_02_0014__li154701741172419">Changed the Endpoint URL of LTS from <em id="lts_02_0014__i3705913910">https://Endpoint/uri</em> to <em id="lts_02_0014__a35b42483c5c74c75ac870f1e756a7fd3">https://lts.eu-de.otc.t-systems.com/uri</em>.</li><li id="lts_02_0014__li61915012325">Changed <strong id="lts_02_0014__b754011100514">Ttl_in_days</strong> to <strong id="lts_02_0014__b1080210271752">ttl_in_days</strong> in the response parameter description table in <a href="lts_02_0004.html">Querying a Log Group</a>.</li><li id="lts_02_0014__li20468145817452">Deleted the <strong id="lts_02_0014__b08341514016">log_topics</strong> parameter in the response parameter description table in <a href="lts_02_0008.html">Querying a Log Stream</a>.</li></ol>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="lts_02_0014__row177571449163319"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.1 "><p id="lts_02_0014__p875715496338">2019-03-30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.1.3.1.2 "><p id="lts_02_0014__p177571649193317">This issue is the first official release.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
15
docs/lts/api-ref/lts_02_0019.html
Normal file
15
docs/lts/api-ref/lts_02_0019.html
Normal file
@ -0,0 +1,15 @@
|
||||
<a name="lts_02_0019"></a><a name="lts_02_0019"></a>
|
||||
|
||||
<h1 class="topictitle1">Public Parameters</h1>
|
||||
<div id="body51131240"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="lts_02_0020.html">Status Code</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_02_0021.html">Error Code</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0006.html">Obtaining the AccountID, Project ID, Log Group ID, and Log Stream ID</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
100
docs/lts/api-ref/lts_02_0020.html
Normal file
100
docs/lts/api-ref/lts_02_0020.html
Normal file
File diff suppressed because it is too large
Load Diff
199
docs/lts/api-ref/lts_02_0021.html
Normal file
199
docs/lts/api-ref/lts_02_0021.html
Normal file
File diff suppressed because it is too large
Load Diff
16
docs/lts/api-ref/lts_api_0006.html
Normal file
16
docs/lts/api-ref/lts_api_0006.html
Normal file
@ -0,0 +1,16 @@
|
||||
<a name="lts_api_0006"></a><a name="lts_api_0006"></a>
|
||||
|
||||
<h1 class="topictitle1">Obtaining the AccountID, Project ID, Log Group ID, and Log Stream ID</h1>
|
||||
<div id="body32001227"><div class="section" id="lts_api_0006__en-us_topic_0181168335_section5923191316454"><h4 class="sectiontitle">Obtaining Account and Project IDs</h4><p id="lts_api_0006__en-us_topic_0181168335_p1666865232018">Account and project IDs are required in URLs when you call some APIs.</p>
|
||||
</div>
|
||||
<div class="section" id="lts_api_0006__en-us_topic_0181168335_section56021943175912"><h4 class="sectiontitle">Obtaining Log Group and Log Stream IDs</h4><ul id="lts_api_0006__en-us_topic_0181168335_ul207821114886"><li id="lts_api_0006__en-us_topic_0181168335_li978217143817">Obtain the IDs from the console.<ol id="lts_api_0006__en-us_topic_0181168335_ol1081123314813"><li id="lts_api_0006__en-us_topic_0181168335_li16811533283">Log in to the LTS console.</li><li id="lts_api_0006__en-us_topic_0181168335_li19123154641210">On the <strong id="lts_api_0006__en-us_topic_0181168335_b191161547202111">Log Management</strong> page, obtain the log group ID.</li><li id="lts_api_0006__en-us_topic_0181168335_li65912027151418">Click the name of a log group and obtain the log stream ID on the page displayed.</li></ol>
|
||||
</li><li id="lts_api_0006__en-us_topic_0181168335_li1664633581518">Obtain the IDs by calling APIs.<ul id="lts_api_0006__en-us_topic_0181168335_ul189111541181510"><li id="lts_api_0006__en-us_topic_0181168335_li131936407152"><a href="lts_api_0013.html#lts_api_0013">Querying All Log Groups of an Account</a></li><li id="lts_api_0006__en-us_topic_0181168335_li1535407169"><a href="lts_api_0017.html#lts_api_0017">Querying All Log Streams in a Specified Log Group</a></li></ul>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="lts_02_0019.html">Public Parameters</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
17
docs/lts/api-ref/lts_api_0011.html
Normal file
17
docs/lts/api-ref/lts_api_0011.html
Normal file
@ -0,0 +1,17 @@
|
||||
<a name="lts_api_0011"></a><a name="lts_api_0011"></a>
|
||||
|
||||
<h1 class="topictitle1">Log Group Management (New Version)</h1>
|
||||
<div id="body32001227"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0012.html">Creating a Log Group</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0013.html">Querying All Log Groups of an Account</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0024.html">Modifying a Log Group</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0014.html">Deleting a Log Group</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
370
docs/lts/api-ref/lts_api_0012.html
Normal file
370
docs/lts/api-ref/lts_api_0012.html
Normal file
File diff suppressed because it is too large
Load Diff
304
docs/lts/api-ref/lts_api_0013.html
Normal file
304
docs/lts/api-ref/lts_api_0013.html
Normal file
File diff suppressed because it is too large
Load Diff
285
docs/lts/api-ref/lts_api_0014.html
Normal file
285
docs/lts/api-ref/lts_api_0014.html
Normal file
File diff suppressed because it is too large
Load Diff
15
docs/lts/api-ref/lts_api_0015.html
Normal file
15
docs/lts/api-ref/lts_api_0015.html
Normal file
@ -0,0 +1,15 @@
|
||||
<a name="lts_api_0015"></a><a name="lts_api_0015"></a>
|
||||
|
||||
<h1 class="topictitle1">Log Stream Management (New Version)</h1>
|
||||
<div id="body32001227"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0016.html">Creating a Log Stream</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0017.html">Querying All Log Streams in a Specified Log Group</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0018.html">Deleting a Log Stream</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
363
docs/lts/api-ref/lts_api_0016.html
Normal file
363
docs/lts/api-ref/lts_api_0016.html
Normal file
File diff suppressed because it is too large
Load Diff
345
docs/lts/api-ref/lts_api_0017.html
Normal file
345
docs/lts/api-ref/lts_api_0017.html
Normal file
File diff suppressed because it is too large
Load Diff
316
docs/lts/api-ref/lts_api_0018.html
Normal file
316
docs/lts/api-ref/lts_api_0018.html
Normal file
File diff suppressed because it is too large
Load Diff
358
docs/lts/api-ref/lts_api_0024.html
Normal file
358
docs/lts/api-ref/lts_api_0024.html
Normal file
File diff suppressed because it is too large
Load Diff
17
docs/lts/api-ref/lts_api_0026.html
Normal file
17
docs/lts/api-ref/lts_api_0026.html
Normal file
@ -0,0 +1,17 @@
|
||||
<a name="lts_api_0026"></a><a name="lts_api_0026"></a>
|
||||
|
||||
<h1 class="topictitle1">Log Transfer</h1>
|
||||
<div id="body32001227"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0027.html">Creating a Log Transfer Task</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0030.html">Deleting a Log Transfer Task</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0031.html">Updating a Log Transfer Task</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="lts_api_0032.html">Querying a Log Transfer Task</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user