forked from docs/doc-exports
ddm_api
Reviewed-by: Gladkov, Maksim <mgladkov@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: wangdengke2 <wangdengke2@huawei.com> Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -173,14 +173,6 @@ Content-Type: application/json
|
||||
}</pre>
|
||||
<p id="ddm_03_0002__en-us_topic_0121682347_p1859663401915">If all data required for the API request is available, you can send the request to call the API through <a href="https://curl.haxx.se/" target="_blank" rel="noopener noreferrer">curl</a>, <a href="https://www.getpostman.com/" target="_blank" rel="noopener noreferrer">Postman</a>, or coding. For the API of obtaining a user token, <strong id="ddm_03_0002__b14361621114819">x-subject-token</strong> in the response header is the required user token. This token can then be used to authenticate the calling of other APIs.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_03_0002__section140743661613"><h4 class="sectiontitle">Initiating Requests</h4><p id="ddm_03_0002__abe87411d02f441d8acf5a5f63d52edbe">You can initiate a request based on the constructed request message in one of the following ways:</p>
|
||||
<ul id="ddm_03_0002__u69bb0fd8d11a4e428f4e6fedc1515950"><li id="ddm_03_0002__la8e5f209e37b4c9eb0ae66f73d0ec1f0">cURL<p id="ddm_03_0002__a04f9f8ebd6674f36b25f63e65a92dcf2"><a name="ddm_03_0002__la8e5f209e37b4c9eb0ae66f73d0ec1f0"></a><a name="la8e5f209e37b4c9eb0ae66f73d0ec1f0"></a>cURL is a command-line tool used to perform URL operations and transmit information. It serves as an HTTP client that can send HTTP requests to the server and receive response messages. cURL is used for API debugging. For more information about cURL, visit <a href="https://curl.haxx.se/" target="_blank" rel="noopener noreferrer">https://curl.haxx.se/</a>.</p>
|
||||
<div class="note" id="ddm_03_0002__note8908839101715"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="ddm_03_0002__p090973919173">For security purposes, run the <strong id="ddm_03_0002__b1693674220152">curl</strong> command on the server to query information, and then clear operation records, including but not limited to records in the <strong id="ddm_03_0002__b1293610426157">~/.bash_history</strong> and <strong id="ddm_03_0002__b393724217157">/var/log/messages</strong> directories (if any).</p>
|
||||
</div></div>
|
||||
</li><li id="ddm_03_0002__lae3f7b6d508b43cd8565d0e8c4d9700b">Code<p id="ddm_03_0002__a02b0199016c4467693bc9cd4dcd9d74f"><a name="ddm_03_0002__lae3f7b6d508b43cd8565d0e8c4d9700b"></a><a name="lae3f7b6d508b43cd8565d0e8c4d9700b"></a>You can call APIs using code to assemble, send, and process request messages.</p>
|
||||
</li><li id="ddm_03_0002__l805ff59aa3f24f4ab7fbaa4962dd48e5">REST client<p id="ddm_03_0002__a26871275c663449488fffa9d8f492f51"><a name="ddm_03_0002__l805ff59aa3f24f4ab7fbaa4962dd48e5"></a><a name="l805ff59aa3f24f4ab7fbaa4962dd48e5"></a>Both Mozilla Firefox and Google Chrome provide a graphical browser plug-in, REST client, to send and process requests. For Mozilla Firefox, see <a href="https://addons.mozilla.org/en-US/firefox/addon/restclient/" target="_blank" rel="noopener noreferrer">Firefox REST Client</a>. For Google Chrome, see <a href="https://chrome.google.com/webstore/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo/?hl=en" target="_blank" rel="noopener noreferrer">Chrome REST Client</a>.</p>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
||||
<a name="ddm_16_0001"></a><a name="ddm_16_0001"></a>
|
||||
|
||||
<h1 class="topictitle1">Creating a Schema</h1>
|
||||
<h1 class="topictitle1">Creating a Schema (a V1 API)</h1>
|
||||
<div id="body0000001306989589"><div class="section" id="ddm_16_0001__section10297814132411"><h4 class="sectiontitle">Function</h4><p id="ddm_16_0001__p430581417240">This API is used to create a schema.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_16_0001__section331301418241"><h4 class="sectiontitle">Constraints</h4><p id="ddm_16_0001__p17321101472417">Before creating a schema, ensure that you have associated RDS instances with your DDM instance and that the RDS instances are not associated with other DDM instances.</p>
|
||||
<div class="section" id="ddm_16_0001__section331301418241"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_16_0001__ul1756712139555"><li id="ddm_16_0001__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_16_0001__li1256771375518">Use the latest API. For details, see <a href="ddm_api_01_0115.html">Creating a Schema (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_16_0001__section73488147242"><h4 class="sectiontitle">URI</h4><p id="ddm_16_0001__p43571414182418">POST /v1/{project_id}/instances/{instance_id}/databases</p>
|
||||
|
||||
@ -40,24 +40,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_16_0001__section8471161432413"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_16_0001__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_16_0001__row34792141241"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_16_0001__p94911114142415"><strong id="ddm_16_0001__b4798173810221">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_16_0001__table15496133119593" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_16_0001__ddm_api_01_0020_row17750142410125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_16_0001__ddm_api_01_0020_p975132420122"><strong id="ddm_16_0001__ddm_api_01_0020_b579113162262">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_16_0001__p9499181432418"><strong id="ddm_16_0001__b57351440182219">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_16_0001__ddm_api_01_0020_p3752122414125"><strong id="ddm_16_0001__ddm_api_01_0020_b2823101742611">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_16_0001__p16507151482415"><strong id="ddm_16_0001__b578034117223">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_16_0001__ddm_api_01_0020_p1975292441214"><strong id="ddm_16_0001__ddm_api_01_0020_b17441318172616">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_16_0001__p1751641402411"><strong id="ddm_16_0001__b9801342202220">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_16_0001__ddm_api_01_0020_p975313242120"><strong id="ddm_16_0001__ddm_api_01_0020_b075651972615">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_16_0001__row348019142249"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_16_0001__p18524514172420">X-Auth-Token</p>
|
||||
<tbody><tr id="ddm_16_0001__ddm_api_01_0020_row1875092491217"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_16_0001__ddm_api_01_0020_p127531824181217">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_16_0001__p153171412247">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_16_0001__ddm_api_01_0020_p1975412411211">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_16_0001__p1854216144245">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_16_0001__ddm_api_01_0020_p175411241126">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_16_0001__p125521214132410">User token</p>
|
||||
<p id="ddm_16_0001__p185591314182415">It can be obtained by calling an IAM API. The value of <strong id="ddm_16_0001__b27911508222">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_16_0001__ddm_api_01_0020_p127559240125">User token.</p>
|
||||
<p id="ddm_16_0001__ddm_api_01_0020_p5755162461219">It can be obtained by calling an IAM API. The value of <strong id="ddm_16_0001__ddm_api_01_0020_b86806241268">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_16_0001__ddm_api_01_0020_row15921391494"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_16_0001__ddm_api_01_0020_p349830125020">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_16_0001__ddm_api_01_0020_p049870145012">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_16_0001__ddm_api_01_0020_p249830195014">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_16_0001__ddm_api_01_0020_p9498602506">MIME type of the request body. Value range:</p>
|
||||
<ul id="ddm_16_0001__ddm_api_01_0020_ul449830165011"><li id="ddm_16_0001__ddm_api_01_0020_li649860115010">application/json</li><li id="ddm_16_0001__ddm_api_01_0020_li1749814013508">application/json;charset=utf-8</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -299,7 +309,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_16_0001__section18496121519244"><h4 class="sectiontitle">Example Request</h4><p id="ddm_16_0001__p3505181515243">The following is an example request of creating a schema and associating it with an existing DDM account.</p>
|
||||
<pre class="screen" id="ddm_16_0001__screen14528615142419">POST https://{endpoint}/v1/{project_id}/instances/{instance_id}/databases
|
||||
<pre class="screen" id="ddm_16_0001__screen14528615142419">POST https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/databases
|
||||
|
||||
{
|
||||
"databases" : [ {
|
||||
@ -367,7 +377,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0027.html">Schemas</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002318531425.html">Schema Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -4,43 +4,67 @@
|
||||
<div id="body0000001259189668"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ddm_04_0001.html">Creating a DDM instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332909529.html">Creating a DDM Instance (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0018.html">Querying DDM Instances</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0018.html">Querying DDM Instances (a V1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0019.html">Querying Details of a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0019.html">Querying Details of a DDM Instance (a V1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0020.html">Modifying the Name of a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0020.html">Changing the Name of a DDM Instance (a V1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0021.html">Modifying the Security Group of a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0021.html">Modifying the Security Group of a DDM Instance (a V1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0022.html">Deleting a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0024.html">Reloading Table Data (a V1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0023.html">Restarting a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0026.html">Scaling In a DDM instance (a V2 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0024.html">Reloading Table Data</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0080.html">Modifying the Read Policy of the Associated DB Instance (a V2 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0025.html">Scaling Out a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0082.html">Querying Nodes of a DDM Instance (a V1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0026.html">Scaling In a DDM instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0084.html">Querying Parameters of a Specified DDM Instance (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0080.html">Modifying the Read Policy of the Associated DB Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0085.html">Modifying Parameters of a DDM Instance (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0081.html">Synchronizing Data Node Information</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0017.html">Changing the Node Class of a DDM Instance (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0082.html">Querying Nodes of a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0093.html">Obtaining the Instance Group Information (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0083.html">Querying Details of a DDM Instance Node</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0094.html">Creating an Instance Group (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0084.html">Querying Parameters of a Specified DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002181783542.html">Deleting an Instance Group (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0085.html">Modifying Parameters of a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0109.html">Querying DDM Engine Information (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0015.html">Querying DDM Engine Information</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0110.html">Querying DDM Node Classes Available in Each AZ (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0016.html">Querying DDM Node Classes Available in an AZ</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0111.html">Scaling Out a DDM Instance (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0017.html">Changing the Node Class of a DDM Instance</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0112.html">Obtaining Information About a Task with a Specified ID (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0113.html">Deleting an Instance (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0114.html">Enabling or Disabling SSL (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002217069689.html">Changing an Instance Port (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002181623846.html">Restarting a DDM Instance (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002217144121.html">Restarting a DDM Node (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002181783546.html">Binding an EIP (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002217069693.html">Unbinding an EIP (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002181623850.html">Changing the Load Balancer IP Address of an Instance (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002299876902.html">Deleting Multiple Nodes from an Instance at a Time (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002181783550.html">Querying Details About a DDM Instance Node (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332869325.html">Synchronizing Data Node Information (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002298949840.html">Querying Information About Tasks (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
<a name="ddm_api_01_0015"></a><a name="ddm_api_01_0015"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying DDM Engine Information</h1>
|
||||
<h1 class="topictitle1">Querying DDM Engine Information (a V2 API)</h1>
|
||||
<div id="body0000001259349564"><div class="section" id="ddm_api_01_0015__section71971443122216"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0015__p1920115436223">This API is used to query engines that DDM supports.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0015__section5205164312213"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0015__p13208743102219">None</p>
|
||||
<div class="section" id="ddm_api_01_0015__section5205164312213"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0015__ul1756712139555"><li id="ddm_api_01_0015__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0015__li1256771375518">Use the latest API. For details, see <a href="ddm_api_01_0109.html">Querying DDM Engine Information (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0015__section15219114314226"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0015__p6222643152217">GET /v2/{project_id}/engines?offset={offset}&limit={limit}</p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0015__table922804313222" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameters</caption><thead align="left"><tr id="ddm_api_01_0015__row19224164382215"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0015__p822964352215"><strong id="ddm_api_01_0015__b101129599211">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0015__table922804313222" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameter</caption><thead align="left"><tr id="ddm_api_01_0015__row19224164382215"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0015__p822964352215"><strong id="ddm_api_01_0015__b101129599211">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.2"><p id="ddm_api_01_0015__p12232104322217"><strong id="ddm_api_01_0015__b111816016319">Mandatory</strong></p>
|
||||
</th>
|
||||
@ -260,7 +260,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0015__section1853634352219"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0015__screen15401843182213">GET https://{endpoint}/v2/{project_id}/engines?offset={offset}&limit={limit}</pre>
|
||||
<div class="section" id="ddm_api_01_0015__section1853634352219"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0015__screen15401843182213">GET https://ddm.eu-de.otc.t-systems.com/v2/619d3e78f61b4be68bc5aa0b59edcf7b/engines?offset=0&limit=10</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0015__section7544343202212"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0015__p1454774362215"><strong id="ddm_api_01_0015__b195318471001">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0015__p95501443112217">OK</p>
|
||||
@ -327,7 +327,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0014.html">DDM Instances</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002283971858.html">Instance Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
<a name="ddm_api_01_0016"></a><a name="ddm_api_01_0016"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying DDM Node Classes Available in an AZ</h1>
|
||||
<h1 class="topictitle1">Querying DDM Node Classes Available in an AZ (a V2 API)</h1>
|
||||
<div id="body0000001306869593"><div class="section" id="ddm_api_01_0016__section1975584519232"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0016__p676164502317">This API is used to query DDM node classes available in an AZ.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0016__section8766145172312"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0016__p1277224517233">None</p>
|
||||
<div class="section" id="ddm_api_01_0016__section8766145172312"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0016__ul1756712139555"><li id="ddm_api_01_0016__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0016__li1256771375518">Use the latest API. For details, see <a href="ddm_api_01_0110.html">Querying DDM Node Classes Available in Each AZ (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0016__section20791124518239"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0016__p12798184520236">GET /v2/{project_id}/flavors?engine_id={engine_id}?offset={offset}&limit={limit}</p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0016__table4807845122314" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameters</caption><thead align="left"><tr id="ddm_api_01_0016__row2802194513234"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0016__p158101545112310"><strong id="ddm_api_01_0016__b14800113940">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0016__table4807845122314" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameter</caption><thead align="left"><tr id="ddm_api_01_0016__row2802194513234"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0016__p158101545112310"><strong id="ddm_api_01_0016__b14800113940">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.2"><p id="ddm_api_01_0016__p18161245192311"><strong id="ddm_api_01_0016__b157951344419">Mandatory</strong></p>
|
||||
</th>
|
||||
@ -133,7 +133,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0016__p4115184672316">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0016__p8121246142312">Compute resource architecture type. The value can be <strong id="ddm_api_01_0016__b17387104917126">x86</strong> or <strong id="ddm_api_01_0016__b7388154971217">ARM</strong>.</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0016__p8121246142312">Compute resource architecture type. The value can be <strong id="ddm_api_01_0016__b17387104917126">X86</strong> or <strong id="ddm_api_01_0016__b7388154971217">ARM</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0016__row1386546192312"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0016__p41269463231">computeFlavors</p>
|
||||
@ -236,7 +236,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="28.18%" headers="mcps1.3.5.5.2.4.1.2 "><p id="ddm_api_01_0016__p5360346182316">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="51.82%" headers="mcps1.3.5.5.2.4.1.3 "><p id="ddm_api_01_0016__p18365114611231">Compute resource architecture type. The value can be <strong id="ddm_api_01_0016__b17468171114149">x86</strong> or <strong id="ddm_api_01_0016__b1446981191410">ARM</strong>.</p>
|
||||
<td class="cellrowborder" valign="top" width="51.82%" headers="mcps1.3.5.5.2.4.1.3 "><p id="ddm_api_01_0016__p18365114611231">Compute resource architecture type. The value can be <strong id="ddm_api_01_0016__b17468171114149">X86</strong> or <strong id="ddm_api_01_0016__b1446981191410">ARM</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0016__row12196164613232"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.1 "><p id="ddm_api_01_0016__p15373104611238">azStatus</p>
|
||||
@ -258,7 +258,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="28.18%" headers="mcps1.3.5.5.2.4.1.2 "><p id="ddm_api_01_0016__p1410144612312">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="51.82%" headers="mcps1.3.5.5.2.4.1.3 "><p id="ddm_api_01_0016__p541534610233">Compute resource architecture type. The value can be <strong id="ddm_api_01_0016__b814793413149">x86</strong> or <strong id="ddm_api_01_0016__b61501434111413">ARM</strong>.</p>
|
||||
<td class="cellrowborder" valign="top" width="51.82%" headers="mcps1.3.5.5.2.4.1.3 "><p id="ddm_api_01_0016__p541534610233">Compute resource architecture type. The value can be <strong id="ddm_api_01_0016__b814793413149">X86</strong> or <strong id="ddm_api_01_0016__b61501434111413">ARM</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0016__row4196104622310"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.1 "><p id="ddm_api_01_0016__p1420164642318">dbType</p>
|
||||
@ -333,7 +333,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0016__section157184652317"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0016__screen16577246192311">GET https://{endpoint}/v2/{project_id}/flavors?engine_id={engine_id}</pre>
|
||||
<div class="section" id="ddm_api_01_0016__section157184652317"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0016__screen16577246192311">GET https://ddm.eu-de.otc.t-systems.com/v2/619d3e78f61b4be68bc5aa0b59edcf7b/flavors?engine_id=b6907aa2-aacb-3ac9-9782-b90b152d456c</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0016__section175888469238"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0016__p185932046152314"><strong id="ddm_api_01_0016__b2830922151712">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0016__p0597124612238">OK</p>
|
||||
@ -459,7 +459,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0014.html">DDM Instances</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002283971858.html">Instance Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
<a name="ddm_api_01_0017"></a><a name="ddm_api_01_0017"></a>
|
||||
|
||||
<h1 class="topictitle1">Changing the Node Class of a DDM Instance</h1>
|
||||
<h1 class="topictitle1">Changing the Node Class of a DDM Instance (a V3 API)</h1>
|
||||
<div id="body0000001390966449"><div class="section" id="ddm_api_01_0017__section209054213015"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0017__p2901642402">This API is used to change the node class of a DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0017__section99017425019"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0017__ul189115421403"><li id="ddm_api_01_0017__li091242101">The node class can be changed only when the corresponding DDM instance is normal.</li><li id="ddm_api_01_0017__li89164213019">The new node class cannot be the same as the original one.</li><li id="ddm_api_01_0017__li18910421005">Node classes of c6s series cannot be changed to those classes of c6 series.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0017__section2939421703"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0017__p189312421702">PUT /v3/{project_id}/instances/{instance_id}/flavor</p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0017__table139410421011" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameters</caption><thead align="left"><tr id="ddm_api_01_0017__row1494144215020"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0017__p2095104213015"><strong id="ddm_api_01_0017__b829723462520">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0017__table139410421011" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameters</caption><thead align="left"><tr id="ddm_api_01_0017__row1494144215020"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0017__p2095104213015"><strong id="ddm_api_01_0017__b829723462520">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.2"><p id="ddm_api_01_0017__p159515421602"><strong id="ddm_api_01_0017__b1358316355251">Mandatory</strong></p>
|
||||
</th>
|
||||
@ -40,24 +40,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0017__section999042104"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0017__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0017__row810010421903"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0017__p3100194212016"><strong id="ddm_api_01_0017__b11122115815255">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0017__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0017__ddm_api_01_0020_row17750142410125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0017__ddm_api_01_0020_p975132420122"><strong id="ddm_api_01_0017__ddm_api_01_0020_b579113162262">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0017__p111019421903"><strong id="ddm_api_01_0017__b1425315596257">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0017__ddm_api_01_0020_p3752122414125"><strong id="ddm_api_01_0017__ddm_api_01_0020_b2823101742611">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0017__p9101442509"><strong id="ddm_api_01_0017__b1441810122615">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0017__ddm_api_01_0020_p1975292441214"><strong id="ddm_api_01_0017__ddm_api_01_0020_b17441318172616">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0017__p11011428014"><strong id="ddm_api_01_0017__b178165213260">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0017__ddm_api_01_0020_p975313242120"><strong id="ddm_api_01_0017__ddm_api_01_0020_b075651972615">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_api_01_0017__row21001442905"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0017__p12102104210016">x-auth-token</p>
|
||||
<tbody><tr id="ddm_api_01_0017__ddm_api_01_0020_row1875092491217"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0017__ddm_api_01_0020_p127531824181217">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0017__p410212424019">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0017__ddm_api_01_0020_p1975412411211">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0017__p13102134218014">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0017__ddm_api_01_0020_p175411241126">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0017__p41031042509">User token.</p>
|
||||
<p id="ddm_api_01_0017__p7103154218017">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0017__b1844714892614">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0017__ddm_api_01_0020_p127559240125">User token.</p>
|
||||
<p id="ddm_api_01_0017__ddm_api_01_0020_p5755162461219">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0017__ddm_api_01_0020_b86806241268">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0017__ddm_api_01_0020_row15921391494"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0017__ddm_api_01_0020_p349830125020">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0017__ddm_api_01_0020_p049870145012">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0017__ddm_api_01_0020_p249830195014">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0017__ddm_api_01_0020_p9498602506">MIME type of the request body. Value range:</p>
|
||||
<ul id="ddm_api_01_0017__ddm_api_01_0020_ul449830165011"><li id="ddm_api_01_0017__ddm_api_01_0020_li649860115010">application/json</li><li id="ddm_api_01_0017__ddm_api_01_0020_li1749814013508">application/json;charset=utf-8</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -90,6 +100,7 @@
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.5.1.3 "><p id="ddm_api_01_0017__p810864210016">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.3.2.5.1.4 "><p id="ddm_api_01_0017__p51081442903">This parameter is not required if the instance has only one node group. Each instance has one node group by default. If you need to create multiple node groups, set this parameter to the ID of the group whose node class you want to change.</p>
|
||||
<p id="ddm_api_01_0017__p081937143110">It can be obtained from <a href="ddm_api_01_0093.html">Obtaining the Instance Group Information (a V3 API)</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0017__row101041342207"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.5.1.1 "><p id="ddm_api_01_0017__p9109442208">is_auto_pay</p>
|
||||
@ -127,9 +138,9 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0017__p1865843412219"><strong id="ddm_api_01_0017__b03003581118">Status code: 400</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0017__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0017__row2659143472216"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.5.2.4.1.1"><p id="ddm_api_01_0017__p11662534102217"><strong id="ddm_api_01_0017__b554081089">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0017__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0017__row2659143472216"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.5.2.4.1.1"><p id="ddm_api_01_0017__p11662534102217"><strong id="ddm_api_01_0017__b1716215414">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.5.2.4.1.2"><p id="ddm_api_01_0017__p1666419344220"><strong id="ddm_api_01_0017__b1056816754">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.5.2.4.1.2"><p id="ddm_api_01_0017__p1666419344220"><strong id="ddm_api_01_0017__b800550317">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.5.2.4.1.3"><p id="ddm_api_01_0017__p116671034172219"><strong id="ddm_api_01_0017__b10890153123713">Description</strong></p>
|
||||
</th>
|
||||
@ -154,11 +165,11 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0017__p12779123452212"><strong id="ddm_api_01_0017__b1887344412114">Status code: 500</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0017__table1468213340229" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0017__row126821634102219"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.7.2.4.1.1"><p id="ddm_api_01_0017__p87801534122213"><strong id="ddm_api_01_0017__b1203833740">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0017__table1468213340229" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0017__row126821634102219"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.7.2.4.1.1"><p id="ddm_api_01_0017__p87801534122213"><strong id="ddm_api_01_0017__b1766888226">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.7.2.4.1.2"><p id="ddm_api_01_0017__p278193492220"><strong id="ddm_api_01_0017__b712198481">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.7.2.4.1.2"><p id="ddm_api_01_0017__p278193492220"><strong id="ddm_api_01_0017__b1613404015">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.7.2.4.1.3"><p id="ddm_api_01_0017__p7781113412220"><strong id="ddm_api_01_0017__b213216868">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.7.2.4.1.3"><p id="ddm_api_01_0017__p7781113412220"><strong id="ddm_api_01_0017__b1547057683">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -180,7 +191,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0017__section191201421201"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0017__screen94905934314">PUT https://{endpoint}/v3/{project_id}/instances/{instance_id}/flavor
|
||||
<div class="section" id="ddm_api_01_0017__section191201421201"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0017__screen94905934314">PUT https://ddm.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/flavor
|
||||
|
||||
{
|
||||
"spec_code" : "ddm.8xlarge.2",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
<a name="ddm_api_01_0018"></a><a name="ddm_api_01_0018"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying DDM Instances</h1>
|
||||
<h1 class="topictitle1">Querying DDM Instances (a V1 API)</h1>
|
||||
<div id="body0000001306869585"><div class="section" id="ddm_api_01_0018__section163081924171220"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0018__p93091824161219">This API is used to query DDM instances.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0018__section203092024161212"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0018__p10310102411127">None</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0018__section10312924191218"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0018__p17312724131219">GET /v1/{project_id}/instances?offset={offset}&limit={limit}</p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0018__table11313132401210" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameters</caption><thead align="left"><tr id="ddm_api_01_0018__row5313192419123"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0018__p231432413128"><strong id="ddm_api_01_0018__b16210452412">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0018__table11313132401210" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameter</caption><thead align="left"><tr id="ddm_api_01_0018__row5313192419123"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0018__p231432413128"><strong id="ddm_api_01_0018__b16210452412">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.2"><p id="ddm_api_01_0018__p931462461213"><strong id="ddm_api_01_0018__b13142146144117">Mandatory</strong></p>
|
||||
</th>
|
||||
@ -48,7 +48,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="ddm_api_01_0018__p5481704717">Index offset.</p>
|
||||
<p id="ddm_api_01_0018__p204850674">The query starts from the next piece of data indexed by this parameter. The value is <strong id="ddm_api_01_0018__b12986132674811">0</strong> by default.</p>
|
||||
<p id="ddm_api_01_0018__p748170376">The value must be a positive integer.</p>
|
||||
<p id="ddm_api_01_0018__p748170376">The value must be a number but cannot be a negative number.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0018__row2318122410122"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.1 "><p id="ddm_api_01_0018__p1632412411213">limit</p>
|
||||
@ -282,6 +282,21 @@
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0018__p133912024121219">Engine version (core instance version)</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0018__row22841257163014"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0018__p1296121817430">enable_ssl</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0018__p1796161811432">Boolean</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0018__p4295105814436">Whether SSL is enabled. The value can be:</p>
|
||||
<ul id="ddm_api_01_0018__ul0295105894314"><li id="ddm_api_01_0018__li19295165854313"><strong id="ddm_api_01_0018__b123753461111400">true</strong>: SSL is enabled for the instance.</li><li id="ddm_api_01_0018__li19295185812434"><strong id="ddm_api_01_0018__b28001821511400">false</strong>: SSL is disabled for the instance.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0018__row1837880103113"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0018__p119371422104317">flavor_ref</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0018__p1493716227434">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0018__p19937152211439">Specification code</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@ -340,7 +355,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0018__section2418132451215"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0018__screen10419162461218">GET https://{endpoint}/v1/{project_id}/instances?offset={offset}&limit={limit}</pre>
|
||||
<div class="section" id="ddm_api_01_0018__section2418132451215"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0018__screen10419162461218">GET https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances?offset=0&limit=10</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0018__section442022471214"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0018__p7420182401217"><strong id="ddm_api_01_0018__b3840133913285">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0018__p184211524161219">OK</p>
|
||||
@ -364,7 +379,9 @@
|
||||
"node_status" : "RUNNING",
|
||||
|
||||
"project_id" : "055d9f4ee780d4d42f96c01c1bc3c50c",
|
||||
"engine_version" : "3.0.8"
|
||||
"engine_version" : "3.0.8",
|
||||
"enable_ssl" : false,
|
||||
"flavor_ref" : "ddm.c6.large.2"
|
||||
} ],
|
||||
"page_size" : 1,
|
||||
"total_record" : 26,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
<a name="ddm_api_01_0020"></a><a name="ddm_api_01_0020"></a>
|
||||
|
||||
<h1 class="topictitle1">Modifying the Name of a DDM Instance</h1>
|
||||
<div id="body0000001306989581"><div class="section" id="ddm_api_01_0020__section13736182413127"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0020__p10736112471217">This API is used to modify the name of a DDM instance.</p>
|
||||
<h1 class="topictitle1">Changing the Name of a DDM Instance (a V1 API)</h1>
|
||||
<div id="body0000001306989581"><div class="section" id="ddm_api_01_0020__section13736182413127"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0020__p10736112471217">This API is used to change the name of a DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0020__section137376245122"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0020__p473832481215">None</p>
|
||||
</div>
|
||||
@ -60,6 +60,16 @@
|
||||
<p id="ddm_api_01_0020__p5755162461219">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0020__b86806241268">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0020__row15921391494"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0020__p349830125020">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0020__p049870145012">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0020__p249830195014">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0020__p9498602506">MIME type of the request body. Value range:</p>
|
||||
<ul id="ddm_api_01_0020__ul449830165011"><li id="ddm_api_01_0020__li649860115010">application/json</li><li id="ddm_api_01_0020__li1749814013508">application/json;charset=utf-8</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@ -165,7 +175,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0020__section37881824121210"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0020__screen3789924111214">PUT https://{endpoint}/v1/{project_id}/instances/{instance_id}/modify-name
|
||||
<div class="section" id="ddm_api_01_0020__section37881824121210"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0020__screen3789924111214">PUT https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/modify-name
|
||||
|
||||
{
|
||||
"name" : "DDM-test-04"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="ddm_api_01_0021"></a><a name="ddm_api_01_0021"></a>
|
||||
|
||||
<h1 class="topictitle1">Modifying the Security Group of a DDM Instance</h1>
|
||||
<h1 class="topictitle1">Modifying the Security Group of a DDM Instance (a V1 API)</h1>
|
||||
<div id="body0000001259669408"><div class="section" id="ddm_api_01_0021__section2908192401216"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0021__p690952419123">This API is used to modify the security group of a DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0021__section290918240122"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0021__p7910624131220">None</p>
|
||||
@ -40,24 +40,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0021__section149241241123"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0021__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0021__row5925924181215"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0021__p19926524101214"><strong id="ddm_api_01_0021__b202921546153315">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0021__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0021__ddm_api_01_0020_row17750142410125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0021__ddm_api_01_0020_p975132420122"><strong id="ddm_api_01_0021__ddm_api_01_0020_b579113162262">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0021__p1192692401210"><strong id="ddm_api_01_0021__b1848514743315">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0021__ddm_api_01_0020_p3752122414125"><strong id="ddm_api_01_0021__ddm_api_01_0020_b2823101742611">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0021__p692720247126"><strong id="ddm_api_01_0021__b841454813311">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0021__ddm_api_01_0020_p1975292441214"><strong id="ddm_api_01_0021__ddm_api_01_0020_b17441318172616">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0021__p79279241129"><strong id="ddm_api_01_0021__b827614914338">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0021__ddm_api_01_0020_p975313242120"><strong id="ddm_api_01_0021__ddm_api_01_0020_b075651972615">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_api_01_0021__row1392516240125"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0021__p89286243122">X-Auth-Token</p>
|
||||
<tbody><tr id="ddm_api_01_0021__ddm_api_01_0020_row1875092491217"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0021__ddm_api_01_0020_p127531824181217">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0021__p09291324131215">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0021__ddm_api_01_0020_p1975412411211">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0021__p109291245123">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0021__ddm_api_01_0020_p175411241126">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0021__p16930192417126">User token</p>
|
||||
<p id="ddm_api_01_0021__p193012441216">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0021__b152951546338">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0021__ddm_api_01_0020_p127559240125">User token.</p>
|
||||
<p id="ddm_api_01_0021__ddm_api_01_0020_p5755162461219">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0021__ddm_api_01_0020_b86806241268">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0021__ddm_api_01_0020_row15921391494"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0021__ddm_api_01_0020_p349830125020">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0021__ddm_api_01_0020_p049870145012">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0021__ddm_api_01_0020_p249830195014">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0021__ddm_api_01_0020_p9498602506">MIME type of the request body. Value range:</p>
|
||||
<ul id="ddm_api_01_0021__ddm_api_01_0020_ul449830165011"><li id="ddm_api_01_0021__ddm_api_01_0020_li649860115010">application/json</li><li id="ddm_api_01_0021__ddm_api_01_0020_li1749814013508">application/json;charset=utf-8</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -162,7 +172,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0021__section59585248120"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0021__screen1195922481215">PUT https://{endpoint}/v1/{project_id}/instances/{instance_id}/modify-security-group
|
||||
<div class="section" id="ddm_api_01_0021__section59585248120"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0021__screen1195922481215">PUT https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/modify-security-group
|
||||
|
||||
{
|
||||
"security_group_id" : "035b70ed-319b-4086-9fd7-62a2e8548b2e"
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<a name="ddm_api_01_0022"></a><a name="ddm_api_01_0022"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a DDM Instance</h1>
|
||||
<h1 class="topictitle1">Deleting a DDM Instance (a V1 API)</h1>
|
||||
<div id="body0000001259509472"><div class="section" id="ddm_api_01_0022__section41012025121210"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0022__p5102325151216">This API is used to delete a DDM instance to release all its resources.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0022__section410232531213"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0022__p13103202571214">None</p>
|
||||
<div class="section" id="ddm_api_01_0022__section410232531213"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0022__ul1756712139555"><li id="ddm_api_01_0022__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0022__li1256771375518">Use the latest API. For details, see <a href="ddm_api_01_0113.html">Deleting an Instance (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0022__section11104225201218"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0022__p81051725101213">DELETE /v1/{project_id}/instances/{instance_id}</p>
|
||||
|
||||
@ -172,8 +172,8 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0022__section315622581212"><h4 class="sectiontitle">Example Request</h4><ul id="ddm_api_01_0022__ul7157202516121"><li id="ddm_api_01_0022__li111571025131214">Request to delete a DDM instance (including the data stored on the associated DB instances)<pre class="screen" id="ddm_api_01_0022__screen415772519123">DELETE https://{endpoint}/v1/{project_id}/instances/{instance_id}?delete_rds_data=true</pre>
|
||||
</li><li id="ddm_api_01_0022__li715892591217">Request to delete a DDM instance (excluding the data stored on the associated DB instances)<pre class="screen" id="ddm_api_01_0022__screen2159182541220">DELETE https://{endpoint}/v1/{project_id}/instances/{instance_id}?delete_rds_data=false</pre>
|
||||
<div class="section" id="ddm_api_01_0022__section315622581212"><h4 class="sectiontitle">Example Request</h4><ul id="ddm_api_01_0022__ul7157202516121"><li id="ddm_api_01_0022__li111571025131214">Request to delete a DDM instance (including the data stored on the associated DB instances)<pre class="screen" id="ddm_api_01_0022__screen415772519123">DELETE https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09?delete_rds_data=true</pre>
|
||||
</li><li id="ddm_api_01_0022__li715892591217">Request to delete a DDM instance (excluding the data stored on the associated DB instances)<pre class="screen" id="ddm_api_01_0022__screen2159182541220">DELETE https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09?delete_rds_data=false</pre>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0022__section4159125121210"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0022__p10160142551210"><strong id="ddm_api_01_0022__b06355014315">Status code: 200</strong></p>
|
||||
@ -226,7 +226,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0014.html">DDM Instances</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002283971858.html">Instance Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<a name="ddm_api_01_0023"></a><a name="ddm_api_01_0023"></a>
|
||||
|
||||
<h1 class="topictitle1">Restarting a DDM Instance</h1>
|
||||
<h1 class="topictitle1">Restarting a DDM Instance (a V1 API)</h1>
|
||||
<div id="body0000001307029557"><div class="section" id="ddm_api_01_0023__section32711225131215"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0023__p327172591215">This API is used to restart a DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0023__section162721325111217"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0023__p16272122521218">None</p>
|
||||
<div class="section" id="ddm_api_01_0023__section162721325111217"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0023__ul1756712139555"><li id="ddm_api_01_0023__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0023__li1256771375518">Use the latest API. For details, see <a href="en-us_topic_0000002181623846.html">Restarting a DDM Instance (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0023__section42741925101220"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0023__p15275525121217">POST /v1/{project_id}/instances/{instance_id}/action</p>
|
||||
|
||||
@ -40,24 +40,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0023__section1428422518126"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0023__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0023__row1828419255121"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0023__p152861525181217"><strong id="ddm_api_01_0023__b617012542415">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0023__table15496133119593" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0023__ddm_api_01_0020_row17750142410125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0023__ddm_api_01_0020_p975132420122"><strong id="ddm_api_01_0023__ddm_api_01_0020_b579113162262">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0023__p182862259124"><strong id="ddm_api_01_0023__b4197126172415">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0023__ddm_api_01_0020_p3752122414125"><strong id="ddm_api_01_0023__ddm_api_01_0020_b2823101742611">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0023__p20287125121211"><strong id="ddm_api_01_0023__b4269152762414">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0023__ddm_api_01_0020_p1975292441214"><strong id="ddm_api_01_0023__ddm_api_01_0020_b17441318172616">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0023__p1288825181210"><strong id="ddm_api_01_0023__b031192862412">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0023__ddm_api_01_0020_p975313242120"><strong id="ddm_api_01_0023__ddm_api_01_0020_b075651972615">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_api_01_0023__row5285825101215"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0023__p1228842591218">X-Auth-Token</p>
|
||||
<tbody><tr id="ddm_api_01_0023__ddm_api_01_0020_row1875092491217"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0023__ddm_api_01_0020_p127531824181217">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0023__p9289225161219">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0023__ddm_api_01_0020_p1975412411211">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0023__p192903255121">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0023__ddm_api_01_0020_p175411241126">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0023__p18290112581214">User token.</p>
|
||||
<p id="ddm_api_01_0023__p12291125191217">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0023__b2046715337244">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0023__ddm_api_01_0020_p127559240125">User token.</p>
|
||||
<p id="ddm_api_01_0023__ddm_api_01_0020_p5755162461219">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0023__ddm_api_01_0020_b86806241268">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0023__ddm_api_01_0020_row15921391494"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0023__ddm_api_01_0020_p349830125020">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0023__ddm_api_01_0020_p049870145012">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0023__ddm_api_01_0020_p249830195014">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0023__ddm_api_01_0020_p9498602506">MIME type of the request body. Value range:</p>
|
||||
<ul id="ddm_api_01_0023__ddm_api_01_0020_ul449830165011"><li id="ddm_api_01_0023__ddm_api_01_0020_li649860115010">application/json</li><li id="ddm_api_01_0023__ddm_api_01_0020_li1749814013508">application/json;charset=utf-8</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -202,7 +212,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0023__section03376259123"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0023__screen1339142571212">POST https://{endpoint}/v1/{project_id}/instances/{instance_id}/action
|
||||
<div class="section" id="ddm_api_01_0023__section03376259123"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0023__screen1339142571212">POST https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/action
|
||||
|
||||
{
|
||||
"restart" : {
|
||||
@ -261,7 +271,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0014.html">DDM Instances</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002283971858.html">Instance Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="ddm_api_01_0024"></a><a name="ddm_api_01_0024"></a>
|
||||
|
||||
<h1 class="topictitle1">Reloading Table Data</h1>
|
||||
<h1 class="topictitle1">Reloading Table Data (a V1 API)</h1>
|
||||
<div id="body0000001259189672"><div class="section" id="ddm_api_01_0024__section9341161132115"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0024__p9342411172120">This API is used to reload table data of the destination DDM instance for cross-region DR.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0024__section12343131111217"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0024__p23451611142116">None</p>
|
||||
@ -121,7 +121,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0024__section84146113213"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0024__screen14416181112219">POST https://{endpoint}/v1/{project_id}/instances/{instance_id}/reload_config
|
||||
<div class="section" id="ddm_api_01_0024__section84146113213"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0024__screen14416181112219">POST https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/reload_config
|
||||
|
||||
{ }</pre>
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
<a name="ddm_api_01_0026"></a><a name="ddm_api_01_0026"></a>
|
||||
|
||||
<h1 class="topictitle1">Scaling In a DDM instance</h1>
|
||||
<h1 class="topictitle1">Scaling In a DDM instance (a V2 API)</h1>
|
||||
<div id="body0000001306869589"><div class="section" id="ddm_api_01_0026__section11251828202117"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0026__p19291328152116">This API is used to remove nodes from a specified DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0026__section183252810216"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0026__p23582832111">Make sure that the associated RDS instances are available and not undergoing other operations. </p>
|
||||
@ -40,24 +40,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0026__section39032817218"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0026__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0026__row1794828172115"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0026__p10989281214"><strong id="ddm_api_01_0026__b11546313162917">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0026__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0026__ddm_api_01_0020_row17750142410125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0026__ddm_api_01_0020_p975132420122"><strong id="ddm_api_01_0026__ddm_api_01_0020_b579113162262">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0026__p110115281213"><strong id="ddm_api_01_0026__b1061911418292">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0026__ddm_api_01_0020_p3752122414125"><strong id="ddm_api_01_0026__ddm_api_01_0020_b2823101742611">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0026__p151041328112113"><strong id="ddm_api_01_0026__b17416227292">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0026__ddm_api_01_0020_p1975292441214"><strong id="ddm_api_01_0026__ddm_api_01_0020_b17441318172616">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0026__p11106142832117"><strong id="ddm_api_01_0026__b5315172162919">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0026__ddm_api_01_0020_p975313242120"><strong id="ddm_api_01_0026__ddm_api_01_0020_b075651972615">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_api_01_0026__row129472810215"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0026__p310942815214">X-Auth-Token</p>
|
||||
<tbody><tr id="ddm_api_01_0026__ddm_api_01_0020_row1875092491217"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0026__ddm_api_01_0020_p127531824181217">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0026__p6112142814214">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0026__ddm_api_01_0020_p1975412411211">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0026__p1115112810212">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0026__ddm_api_01_0020_p175411241126">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0026__p611992812117">User token.</p>
|
||||
<p id="ddm_api_01_0026__p1812142815217">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0026__b16578927142917">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0026__ddm_api_01_0020_p127559240125">User token.</p>
|
||||
<p id="ddm_api_01_0026__ddm_api_01_0020_p5755162461219">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0026__ddm_api_01_0020_b86806241268">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0026__ddm_api_01_0020_row15921391494"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0026__ddm_api_01_0020_p349830125020">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0026__ddm_api_01_0020_p049870145012">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0026__ddm_api_01_0020_p249830195014">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0026__ddm_api_01_0020_p9498602506">MIME type of the request body. Value range:</p>
|
||||
<ul id="ddm_api_01_0026__ddm_api_01_0020_ul449830165011"><li id="ddm_api_01_0026__ddm_api_01_0020_li649860115010">application/json</li><li id="ddm_api_01_0026__ddm_api_01_0020_li1749814013508">application/json;charset=utf-8</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -90,6 +100,7 @@
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.5.1.3 "><p id="ddm_api_01_0026__p616111280213">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.3.2.5.1.4 "><p id="ddm_api_01_0026__p71641428102111">Group ID, which specifies the group that is scaled out. This parameter must be specified if there are more than one node group.</p>
|
||||
<p id="ddm_api_01_0026__p83352003111">It can be obtained from <a href="ddm_api_01_0093.html">Obtaining the Instance Group Information (a V3 API)</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -185,12 +196,12 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0026__section1428582815215"><h4 class="sectiontitle">Example Request</h4><ul id="ddm_api_01_0026__ul152881828192117"><li id="ddm_api_01_0026__li128915283216">Example request<pre class="screen" id="ddm_api_01_0026__screen329472814213">POST https://{endpoint}/v2/{project_id}/instances/{instance_id}/action/reduce
|
||||
<div class="section" id="ddm_api_01_0026__section1428582815215"><h4 class="sectiontitle">Example Request</h4><ul id="ddm_api_01_0026__ul152881828192117"><li id="ddm_api_01_0026__li128915283216">Example request<pre class="screen" id="ddm_api_01_0026__screen329472814213">POST https://ddm.eu-de.otc.t-systems.com/v2/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/action/reduce
|
||||
|
||||
{
|
||||
"node_number" : 2
|
||||
}</pre>
|
||||
</li><li id="ddm_api_01_0026__li11309528142111">Example request where the DDM instance has more than one group<pre class="screen" id="ddm_api_01_0026__screen1131452811210">POST https://{endpoint}/v2/{project_id}/instances/{instance_id}/action/reduce
|
||||
</li><li id="ddm_api_01_0026__li11309528142111">Example request where the DDM instance has more than one group<pre class="screen" id="ddm_api_01_0026__screen1131452811210">POST https://ddm.eu-de.otc.t-systems.com/v2/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/action/reduce
|
||||
|
||||
{
|
||||
"group_id" : "f080abf2010d45118068c28c8958f5fcgr09",
|
||||
|
||||
@ -4,15 +4,43 @@
|
||||
<div id="body0000001306709649"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ddm_16_0001.html">Creating a Schema</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0029.html">Querying Schemas (a V1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0029.html">Querying Schemas</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0100.html">Querying DB Instances Available for Creating a Schema (a V1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0030.html">Querying Details of a Schema</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0115.html">Creating a Schema (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0031.html">Deleting a Schema</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0116.html">Deleting a Schema (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0100.html">Querying DB Instances Available for Creating a Schema</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0104.html">Exporting Schema Metadata (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0105.html">Importing Schema Metadata (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002217069697.html">Querying Details About a Schema (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002298790184.html">Querying Data Nodes Available for Creating a Schema (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332909537.html">Querying Data Nodes Available for Shard Configuration (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332869333.html">Pre-checking Shard Configuration (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002298949848.html">Querying the Asynchronous Pre-check Result of Shard Configuration (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002298790192.html">Performing Shard Configuration (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332909545.html">Querying Details About a Shard Configuration Task (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332869341.html">Canceling Shard Configuration (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002298949856.html">Rolling Back Shard Configuration (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002298790204.html">Clearing Shard Configuration Data (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332909553.html">Retrying Shard Configuration (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332869349.html">Changing a Route Switching Policy (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002298949868.html">Switching Routes (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="ddm_api_01_0029"></a><a name="ddm_api_01_0029"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying Schemas</h1>
|
||||
<h1 class="topictitle1">Querying Schemas (a V1 API)</h1>
|
||||
<div id="body0000001259669416"><div class="section" id="ddm_api_01_0029__section967915284247"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0029__p468018288244">This API is used to query schemas of a DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0029__section76819281245"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0029__p1682202810249">None</p>
|
||||
@ -167,9 +167,9 @@
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0029__row7732142852416"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0029__p14748828122419">created</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0029__p174952812418">Integer</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0029__p174952812418">Long</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0029__p1775010282248">Time when the schema is created</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0029__p1775010282248">Time when the schema was created</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0029__row2073317289243"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0029__p475042819241">used_rds</p>
|
||||
@ -284,7 +284,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0029__section4787112822413"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0029__screen10788142832410">GET https://{endpoint}/v1/{project_id}/instances/{instance_id}/databases?offset={offset}&limit={limit}</pre>
|
||||
<div class="section" id="ddm_api_01_0029__section4787112822413"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0029__screen10788142832410">GET https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/databases?offset=0&limit=10</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0029__section10790172811247"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0029__p7790182882416"><strong id="ddm_api_01_0029__b94042502496">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0029__p127910288249">OK</p>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<a name="ddm_api_01_0030"></a><a name="ddm_api_01_0030"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying Details of a Schema</h1>
|
||||
<h1 class="topictitle1">Querying Details of a Schema (a V1 API)</h1>
|
||||
<div id="body0000001259509480"><div class="section" id="ddm_api_01_0030__section101180576247"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0030__p171207573245">This API is used to query details about a schema.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0030__section6122175762418"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0030__p1012420570242">None</p>
|
||||
<div class="section" id="ddm_api_01_0030__section6122175762418"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0030__ul1756712139555"><li id="ddm_api_01_0030__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0030__li1256771375518">Use the latest API. For details, see <a href="en-us_topic_0000002217069697.html">Querying Details About a Schema (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0030__section171311757182411"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0030__p71338571244">GET /v1/{project_id}/instances/{instance_id}/databases/{ddm_dbname}</p>
|
||||
|
||||
@ -111,9 +111,9 @@
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0030__row624645712414"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0030__p132657573241">created</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0030__p3267115782412">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0030__p3267115782412">Long</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0030__p0269165782412">Time when the schema is created</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0030__p0269165782412">Time when the schema was created. The value is a UNIX timestamp, in milliseconds.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0030__row22461757182414"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0030__p1271175752419">status</p>
|
||||
@ -125,9 +125,9 @@
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0030__row132462571244"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0030__p132791573241">updated</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0030__p15281205718246">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0030__p15281205718246">Long</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0030__p32831257102410">Time when the DDM instance is last updated</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0030__p32831257102410">Time when the schema was last updated. The value is a UNIX timestamp, in milliseconds.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0030__row3246155792419"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0030__p122851857192415">databases</p>
|
||||
@ -208,16 +208,16 @@
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0030__row2033635782417"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.1 "><p id="ddm_api_01_0030__p33701157192412">created</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.2 "><p id="ddm_api_01_0030__p183721957112418">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.2 "><p id="ddm_api_01_0030__p183721957112418">Long</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.5.2.4.1.3 "><p id="ddm_api_01_0030__p11374457152420">Time when the shard is created</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.5.2.4.1.3 "><p id="ddm_api_01_0030__p11374457152420">Creation time. The value is a UNIX timestamp, in milliseconds.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0030__row3336957102413"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.1 "><p id="ddm_api_01_0030__p2376125719244">updated</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.2 "><p id="ddm_api_01_0030__p1137845711243">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.2 "><p id="ddm_api_01_0030__p1137845711243">Long</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.5.2.4.1.3 "><p id="ddm_api_01_0030__p143801757102417">Time when the shard is last updated</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.5.2.4.1.3 "><p id="ddm_api_01_0030__p143801757102417">Last update time. The value is a UNIX timestamp, in milliseconds.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0030__row11336125711244"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.5.2.4.1.1 "><p id="ddm_api_01_0030__p163831957102410">id</p>
|
||||
@ -332,7 +332,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0030__section74911957132416"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0030__screen19495457122413">GET https://{endpoint} /v1/{project_id}/instances/{instance_id}/databases/{ddm_dbname}</pre>
|
||||
<div class="section" id="ddm_api_01_0030__section74911957132416"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0030__screen19495457122413">GET https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/databases/db_7567</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0030__section18499125752410"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0030__p115028572243"><strong id="ddm_api_01_0030__b15949182720580">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0030__p6504105792416">OK</p>
|
||||
@ -464,7 +464,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0027.html">Schemas</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002318531425.html">Schema Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<a name="ddm_api_01_0031"></a><a name="ddm_api_01_0031"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a Schema</h1>
|
||||
<h1 class="topictitle1">Deleting a Schema (a V1 API)</h1>
|
||||
<div id="body0000001307029565"><div class="section" id="ddm_api_01_0031__section3851858132418"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0031__p1787105813247">This API is used to delete a schema to release all its resources.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0031__section2090125862415"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0031__p09219587249">None</p>
|
||||
<div class="section" id="ddm_api_01_0031__section2090125862415"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0031__ul1756712139555"><li id="ddm_api_01_0031__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0031__li1256771375518">Use the latest API. For details, see <a href="ddm_api_01_0116.html">Deleting a Schema (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0031__section310015585244"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0031__p71032586245">DELETE /v1/{project_id}/instances/{instance_id}/databases/{ddm_dbname}?delete_rds_data={delete_rds_data}</p>
|
||||
|
||||
@ -121,9 +121,9 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0031__p1322710588243"><strong id="ddm_api_01_0031__b1523213182004">Status code: 400</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0031__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0031__row1022975813248"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.5.2.4.1.1"><p id="ddm_api_01_0031__p42322058172413"><strong id="ddm_api_01_0031__b1335187232">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0031__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0031__row1022975813248"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.5.2.4.1.1"><p id="ddm_api_01_0031__p42322058172413"><strong id="ddm_api_01_0031__b1884658544">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.5.2.4.1.2"><p id="ddm_api_01_0031__p1523520583248"><strong id="ddm_api_01_0031__b455584510">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.5.2.4.1.2"><p id="ddm_api_01_0031__p1523520583248"><strong id="ddm_api_01_0031__b2146606101">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.5.2.4.1.3"><p id="ddm_api_01_0031__p10237155852410"><strong id="ddm_api_01_0031__b156841223305">Description</strong></p>
|
||||
</th>
|
||||
@ -174,8 +174,8 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0031__section12296195852419"><h4 class="sectiontitle">Example Request</h4><ul id="ddm_api_01_0031__ul16300858102411"><li id="ddm_api_01_0031__li123011458142420">Request to delete a schema (including the data stored on associated DB instances)<pre class="screen" id="ddm_api_01_0031__screen830425842419">DELETE https://{endpoint}/v1/{project_id}/instances/{instance_id}/databases/{ddm_dbname}?delete_rds_data=true</pre>
|
||||
</li><li id="ddm_api_01_0031__li931175812247">Request to delete a schema (excluding the data stored on associated DB instances)<pre class="screen" id="ddm_api_01_0031__screen113145584245">DELETE https://{endpoint}/v1/{project_id}/instances/{instance_id}/databases/{ddm_dbname}?delete_rds_data=false</pre>
|
||||
<div class="section" id="ddm_api_01_0031__section12296195852419"><h4 class="sectiontitle">Example Request</h4><ul id="ddm_api_01_0031__ul16300858102411"><li id="ddm_api_01_0031__li123011458142420">Request to delete a schema (including the data stored on associated DB instances)<pre class="screen" id="ddm_api_01_0031__screen830425842419">DELETE https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/databases/ddm_db_test?delete_rds_data=true</pre>
|
||||
</li><li id="ddm_api_01_0031__li931175812247">Request to delete a schema (excluding the data stored on associated DB instances)<pre class="screen" id="ddm_api_01_0031__screen113145584245">DELETE https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/databases/ddm_db_test?delete_rds_data=false</pre>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0031__section9319758192413"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0031__p19321155812415"><strong id="ddm_api_01_0031__b11232610117">Status code: 200</strong></p>
|
||||
@ -227,7 +227,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0027.html">Schemas</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002318531425.html">Schema Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
<div id="body0000001259349568"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0101.html">Managing the Administrator Password</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0101.html">Managing the Administrator Password (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0102.html">Validating Password Strength</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0102.html">Checking Whether a Password Is Weak (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.3 "><p id="ddm_api_01_0062__p15400183061116">16</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.4 "><p id="ddm_api_01_0062__p17400143016115">X86</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.4 "><p id="ddm_api_01_0062__p17400143016115">x86</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0062__row259515014017"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.2.5.1.1 "><p id="ddm_api_01_0062__p125951250204011">ddm.2xlarge.2</p>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -11,17 +11,17 @@
|
||||
<tbody><tr id="ddm_api_01_0069__row1833832615461"><td class="cellrowborder" valign="top" width="36%" headers="mcps1.3.1.2.3.1.1 "><p id="ddm_api_01_0069__p173381226104611">2024-02-22</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="64%" headers="mcps1.3.1.2.3.1.2 "><p id="ddm_api_01_0069__p375595574619">This issue is the fourth official release, which incorporates the following changes:</p>
|
||||
<p id="ddm_api_01_0069__p07551855154618">Added <strong id="ddm_api_01_0069__b371424033914">instance_id</strong> to the response parameters in section <a href="ddm_api_01_0101.html">Managing the Administrator Password</a>.</p>
|
||||
<p id="ddm_api_01_0069__p2126183113531">Deleted <strong id="ddm_api_01_0069__b1716134923911">order_id</strong> from the response parameters in section <a href="ddm_api_01_0017.html">Changing the Node Class of a DDM Instance</a>.</p>
|
||||
<p id="ddm_api_01_0069__p327310322587">Added <strong id="ddm_api_01_0069__b261719181404">subnet_name</strong> to the response parameters in section <a href="ddm_api_01_0083.html">Querying Details of a DDM Instance Node</a>.</p>
|
||||
<p id="ddm_api_01_0069__p61491610143813">Added <strong id="ddm_api_01_0069__b16505937134016">ddmNodeId</strong> to the response parameters in section <a href="ddm_api_01_0090.html">Monitoring Slow Query Logs</a>.</p>
|
||||
<p id="ddm_api_01_0069__p07551855154618">Added <strong id="ddm_api_01_0069__b371424033914">instance_id</strong> to the response parameters in section <a href="ddm_api_01_0101.html">Managing the Administrator Password (a V3 API)</a>.</p>
|
||||
<p id="ddm_api_01_0069__p2126183113531">Deleted <strong id="ddm_api_01_0069__b1716134923911">order_id</strong> from the response parameters in section <a href="ddm_api_01_0017.html">Changing the Node Class of a DDM Instance (a V3 API)</a>.</p>
|
||||
<p id="ddm_api_01_0069__p327310322587">Added <strong id="ddm_api_01_0069__b261719181404">subnet_name</strong> to the response parameters in section <a href="ddm_api_01_0083.html">Querying Details of a DDM Instance Node (a V1 API)</a>.</p>
|
||||
<p id="ddm_api_01_0069__p61491610143813">Added <strong id="ddm_api_01_0069__b16505937134016">ddmNodeId</strong> to the response parameters in section <a href="ddm_api_01_0090.html">Monitoring Slow Query Logs (a V2 API)</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0069__row15343154131610"><td class="cellrowborder" valign="top" width="36%" headers="mcps1.3.1.2.3.1.1 "><p id="ddm_api_01_0069__p1934495411619">2024-01-26</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="64%" headers="mcps1.3.1.2.3.1.2 "><p id="ddm_api_01_0069__p73445549164">This issue is the third official release.</p>
|
||||
<p id="ddm_api_01_0069__p18168175161716">Added <strong id="ddm_api_01_0069__b198977474356">job_id</strong> to response parameters in the following sections.</p>
|
||||
<ul id="ddm_api_01_0069__ul163671484202"><li id="ddm_api_01_0069__li1836711819206"><a href="ddm_04_0001.html">Creating a DDM instance</a></li><li id="ddm_api_01_0069__li193673816202"><a href="ddm_api_01_0022.html">Deleting a DDM Instance</a></li><li id="ddm_api_01_0069__li1436738152018"><a href="ddm_16_0001.html">Creating a Schema</a></li><li id="ddm_api_01_0069__li83676814202"><a href="ddm_api_01_0031.html">Deleting a Schema</a></li><li id="ddm_api_01_0069__li1836738182018"><a href="ddm_api_01_0101.html">Managing the Administrator Password</a></li></ul>
|
||||
<ul id="ddm_api_01_0069__ul163671484202"><li id="ddm_api_01_0069__li1836711819206"><a href="ddm_04_0001.html">Creating a DDM instance (a V1 API)</a></li><li id="ddm_api_01_0069__li193673816202"><a href="ddm_api_01_0022.html">Deleting a DDM Instance (a V1 API)</a></li><li id="ddm_api_01_0069__li1436738152018"><a href="ddm_16_0001.html">Creating a Schema (a V1 API)</a></li><li id="ddm_api_01_0069__li83676814202"><a href="ddm_api_01_0031.html">Deleting a Schema (a V1 API)</a></li><li id="ddm_api_01_0069__li1836738182018"><a href="ddm_api_01_0101.html">Managing the Administrator Password (a V3 API)</a></li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0069__row739862781416"><td class="cellrowborder" valign="top" width="36%" headers="mcps1.3.1.2.3.1.1 "><p id="ddm_api_01_0069__p16399132711141">2023-10-20</p>
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
<a name="ddm_api_01_0080"></a><a name="ddm_api_01_0080"></a>
|
||||
|
||||
<h1 class="topictitle1">Modifying the Read Policy of the Associated DB Instance</h1>
|
||||
<h1 class="topictitle1">Modifying the Read Policy of the Associated DB Instance (a V2 API)</h1>
|
||||
<div id="body0000001306709645"><div class="section" id="ddm_api_01_0080__section13571154052116"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0080__p057684042113">This API is used to modify the read policy of the DB instance associated with a DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0080__section1458044072111"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0080__p1458317406212">Make sure that the associated RDS instances are available and not undergoing other operations.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0080__section759611407216"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0080__p860212407218">PUT /v2/{project_id}/instances/{instance_id}/action/read-write-strategy</p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0080__table1609164012219" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameters</caption><thead align="left"><tr id="ddm_api_01_0080__row2605174019215"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0080__p8610194017219"><strong id="ddm_api_01_0080__b149746565812">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0080__table1609164012219" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameters</caption><thead align="left"><tr id="ddm_api_01_0080__row2605174019215"><th align="left" class="cellrowborder" valign="top" width="19.99%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0080__p8610194017219"><strong id="ddm_api_01_0080__b149746565812">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.2"><p id="ddm_api_01_0080__p4613144011217"><strong id="ddm_api_01_0080__b129561663584">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20.01%" id="mcps1.3.3.3.2.5.1.2"><p id="ddm_api_01_0080__p4613144011217"><strong id="ddm_api_01_0080__b129561663584">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.3"><p id="ddm_api_01_0080__p176171640122117"><strong id="ddm_api_01_0080__b189501373582">Type</strong></p>
|
||||
</th>
|
||||
@ -17,18 +17,18 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_api_01_0080__row11605114014219"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.1 "><p id="ddm_api_01_0080__p1162511403217">project_id</p>
|
||||
<tbody><tr id="ddm_api_01_0080__row11605114014219"><td class="cellrowborder" valign="top" width="19.99%" headers="mcps1.3.3.3.2.5.1.1 "><p id="ddm_api_01_0080__p1162511403217">project_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.2 "><p id="ddm_api_01_0080__p186281140112119">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20.01%" headers="mcps1.3.3.3.2.5.1.2 "><p id="ddm_api_01_0080__p186281140112119">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.3 "><p id="ddm_api_01_0080__p10631440142117">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.2.5.1.4 "><p id="ddm_api_01_0080__p106351040162111">Project ID of a tenant in a region</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0080__row156058406213"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.1 "><p id="ddm_api_01_0080__p363812401216">instance_id</p>
|
||||
<tr id="ddm_api_01_0080__row156058406213"><td class="cellrowborder" valign="top" width="19.99%" headers="mcps1.3.3.3.2.5.1.1 "><p id="ddm_api_01_0080__p363812401216">instance_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.2 "><p id="ddm_api_01_0080__p15642164062111">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20.01%" headers="mcps1.3.3.3.2.5.1.2 "><p id="ddm_api_01_0080__p15642164062111">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.3 "><p id="ddm_api_01_0080__p1664514403219">String</p>
|
||||
</td>
|
||||
@ -40,24 +40,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0080__section465124082119"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0080__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0080__row66551540162111"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0080__p86602406211"><strong id="ddm_api_01_0080__b145933920304">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0080__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0080__ddm_api_01_0020_row17750142410125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0080__ddm_api_01_0020_p975132420122"><strong id="ddm_api_01_0080__ddm_api_01_0020_b579113162262">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0080__p366464012113"><strong id="ddm_api_01_0080__b18730640113020">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0080__ddm_api_01_0020_p3752122414125"><strong id="ddm_api_01_0080__ddm_api_01_0020_b2823101742611">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0080__p1666784062111"><strong id="ddm_api_01_0080__b313114217305">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0080__ddm_api_01_0020_p1975292441214"><strong id="ddm_api_01_0080__ddm_api_01_0020_b17441318172616">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0080__p10670840162115"><strong id="ddm_api_01_0080__b75754320307">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0080__ddm_api_01_0020_p975313242120"><strong id="ddm_api_01_0080__ddm_api_01_0020_b075651972615">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_api_01_0080__row1165504010215"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0080__p196740406210">X-Auth-Token</p>
|
||||
<tbody><tr id="ddm_api_01_0080__ddm_api_01_0020_row1875092491217"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0080__ddm_api_01_0020_p127531824181217">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0080__p1067764012114">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0080__ddm_api_01_0020_p1975412411211">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0080__p126811140122116">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0080__ddm_api_01_0020_p175411241126">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0080__p20685184062120">User token.</p>
|
||||
<p id="ddm_api_01_0080__p5688174010210">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0080__b79774492304">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0080__ddm_api_01_0020_p127559240125">User token.</p>
|
||||
<p id="ddm_api_01_0080__ddm_api_01_0020_p5755162461219">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0080__ddm_api_01_0020_b86806241268">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0080__ddm_api_01_0020_row15921391494"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0080__ddm_api_01_0020_p349830125020">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0080__ddm_api_01_0020_p049870145012">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0080__ddm_api_01_0020_p249830195014">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0080__ddm_api_01_0020_p9498602506">MIME type of the request body. Value range:</p>
|
||||
<ul id="ddm_api_01_0080__ddm_api_01_0020_ul449830165011"><li id="ddm_api_01_0080__ddm_api_01_0020_li649860115010">application/json</li><li id="ddm_api_01_0080__ddm_api_01_0020_li1749814013508">application/json;charset=utf-8</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -171,7 +181,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0080__section1859144017213"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0080__screen9865154052115">PUT https://{endpoint}/v2/{project_id}/instances/{instance_id}/action/read-write-strategy
|
||||
<div class="section" id="ddm_api_01_0080__section1859144017213"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0080__screen9865154052115">PUT https://ddm.eu-de.otc.t-systems.com/v2/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/action/read-write-strategy
|
||||
|
||||
{
|
||||
"read_weight" : {
|
||||
|
||||
@ -1,13 +1,14 @@
|
||||
<a name="ddm_api_01_0081"></a><a name="ddm_api_01_0081"></a>
|
||||
|
||||
<h1 class="topictitle1">Synchronizing Data Node Information</h1>
|
||||
<h1 class="topictitle1">Synchronizing Data Node Information (a V1 API)</h1>
|
||||
<div id="body0000001306989585"><div class="section" id="ddm_api_01_0081__section7967144802117"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0081__p1797311488212">This API is used to synchronize configuration information of all data nodes that are associated with a DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0081__section6979204811218"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0081__p898514817218">None</p>
|
||||
<div class="section" id="ddm_api_01_0081__section6979204811218"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0081__ul1756712139555"><li id="ddm_api_01_0081__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0081__li1256771375518">Use the API of the latest version in <a href="en-us_topic_0000002332869325.html">Synchronizing Data Node Information (a V3 API)</a>.</li></ul>
|
||||
<p id="ddm_api_01_0081__p898514817218"></p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0081__section1941649102115"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0081__p171124917216">POST /v1/{project_id}/instances/{instance_id}/rds/sync</p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0081__table821134952115" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameters</caption><thead align="left"><tr id="ddm_api_01_0081__row171544918217"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0081__p1124124918215"><strong id="ddm_api_01_0081__b13971182415918">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0081__table821134952115" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameters</caption><thead align="left"><tr id="ddm_api_01_0081__row171544918217"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="ddm_api_01_0081__p1124124918215"><strong id="ddm_api_01_0081__b13971182415918">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.2"><p id="ddm_api_01_0081__p6307492215"><strong id="ddm_api_01_0081__b6757182510594">Mandatory</strong></p>
|
||||
</th>
|
||||
@ -146,7 +147,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0081__section12444114918210"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0081__screen7455124917219">POST https://{endpoint}/v1/{project_id}/instances/{instance_id}/rds/sync</pre>
|
||||
<div class="section" id="ddm_api_01_0081__section12444114918210"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0081__screen7455124917219">POST https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/rds/sync</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0081__section15483144982112"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0081__p3490134942115"><strong id="ddm_api_01_0081__b16709244365">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0081__p2049614495218">OK</p>
|
||||
@ -198,7 +199,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0014.html">DDM Instances</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002283971858.html">Instance Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="ddm_api_01_0082"></a><a name="ddm_api_01_0082"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying Nodes of a DDM Instance</h1>
|
||||
<h1 class="topictitle1">Querying Nodes of a DDM Instance (a V1 API)</h1>
|
||||
<div id="body0000001259669412"><div class="section" id="ddm_api_01_0082__section825765916214"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0082__p926465962110">This API is used to query nodes of a DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0082__section2027175918214"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0082__p17278185942116">None</p>
|
||||
@ -57,7 +57,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="ddm_api_01_0082__p10401112642013">Index offset.</p>
|
||||
<p id="ddm_api_01_0082__p84011326172012">The query starts from the next piece of data indexed by this parameter. The value is <strong id="ddm_api_01_0082__b86561510116">0</strong> by default.</p>
|
||||
<p id="ddm_api_01_0082__p204015267208">The value must be a positive integer.</p>
|
||||
<p id="ddm_api_01_0082__p204015267208">The value must be a number but cannot be a negative number.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0082__row8406125912217"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.1 "><p id="ddm_api_01_0082__p2476165912115">limit</p>
|
||||
@ -66,9 +66,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.3 "><p id="ddm_api_01_0082__p848885912110">Integer</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="ddm_api_01_0082__p18590143652016">A maximum of nodes to be queried.</p>
|
||||
<p id="ddm_api_01_0082__p75901736142015">Value range: 1 to 128.</p>
|
||||
<p id="ddm_api_01_0082__p759018362205">If the parameter value is not specified, 10 nodes are queried by default.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="ddm_api_01_0082__p18590143652016">Maximum records to be queried.</p>
|
||||
<p id="ddm_api_01_0082__p75901736142015">Value range: <strong id="ddm_api_01_0082__b34268113109">1</strong> to <strong id="ddm_api_01_0082__b18426191117103">128</strong></p>
|
||||
<p id="ddm_api_01_0082__p759018362205">If the parameter value is not specified, 128 records are queried by default.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -121,7 +121,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.2 "><p id="ddm_api_01_0082__p106640598216">Integer</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="ddm_api_01_0082__p186711759142117">Which page the server starts returning items.</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="ddm_api_01_0082__p186711759142117">Which page the server starts returning items</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0082__row1360705919211"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.1 "><p id="ddm_api_01_0082__p1677359162120">limit</p>
|
||||
@ -175,7 +175,14 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0082__p1281745914214">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0082__p6824559102110">ip</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0082__p125715378440">IP address of a DDM instance node</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0082__row996965919221"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0082__p696965982218">group_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0082__p7969155918223">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0082__p89699594225">ID of the group that the node belongs to</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -236,7 +243,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0082__section6980195912113"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0082__screen1398935942118">GET https://{endpoint}/v1/{project_id}/instances/{instance_id}/nodes?offset={offset}&limit={limit}</pre>
|
||||
<div class="section" id="ddm_api_01_0082__section6980195912113"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0082__screen1398935942118">GET https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/nodes?offset=0&limit=1</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0082__section1350132215"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0082__p211607225"><strong id="ddm_api_01_0082__b19722185919383">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0082__p1519160132210">OK</p>
|
||||
@ -245,7 +252,8 @@
|
||||
"port" : "5066",
|
||||
"status" : "normal",
|
||||
"node_id" : "4a2b97b7f5e3462c9c78aae93b46ed83no09",
|
||||
"ip" : "192.168.0.160"
|
||||
"ip" : "192.168.0.160",
|
||||
"group_id": "9fd13885d3354f1f8df256ecda6d3346gr09"
|
||||
} ],
|
||||
"offset" : 0,
|
||||
"limit" : 128,
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<a name="ddm_api_01_0083"></a><a name="ddm_api_01_0083"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying Details of a DDM Instance Node</h1>
|
||||
<h1 class="topictitle1">Querying Details of a DDM Instance Node (a V1 API)</h1>
|
||||
<div id="body0000001259509476"><div class="section" id="ddm_api_01_0083__section17394913182215"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0083__p1394181315227">This API is used to query details of a DDM instance node.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0083__section163949138225"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0083__p839551319224">None</p>
|
||||
<div class="section" id="ddm_api_01_0083__section163949138225"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0083__ul1756712139555"><li id="ddm_api_01_0083__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0083__li1256771375518">Use the latest API. For details, see <a href="en-us_topic_0000002181783550.html">Querying Details About a DDM Instance Node (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0083__section20396101317228"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0083__p7397141352220">GET /v1/{project_id}/instances/{instance_id}/nodes/{node_id}</p>
|
||||
|
||||
@ -153,6 +153,13 @@
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="ddm_api_01_0083__p244631392214">System disk ID</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0083__row450004672317"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.1 "><p id="ddm_api_01_0083__p696965982218">group_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.2 "><p id="ddm_api_01_0083__p7969155918223">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="ddm_api_01_0083__p89699594225">ID of the group that the node belongs to</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@ -211,7 +218,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0083__section546151315226"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0083__screen114622138227">GET https://{endpoint}/v1/{project_id}/instances/{instance_id}/nodes/{node_id}</pre>
|
||||
<div class="section" id="ddm_api_01_0083__section546151315226"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0083__screen114622138227">GET https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/nodes/4a2b97b7f5e3462c9c78aae93b46ed83no09</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0083__section54631213182212"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0083__p1646317137225"><strong id="ddm_api_01_0083__b311782473817">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0083__p104644138223">OK</p>
|
||||
@ -271,7 +278,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0014.html">DDM Instances</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002283971858.html">Instance Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="ddm_api_01_0084"></a><a name="ddm_api_01_0084"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying Parameters of a Specified DDM Instance</h1>
|
||||
<h1 class="topictitle1">Querying Parameters of a Specified DDM Instance (a V3 API)</h1>
|
||||
<div id="body0000001307029561"><div class="section" id="ddm_api_01_0084__section61735246223"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0084__p817517244225">This API is used to query parameters of a specified DDM instance.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0084__section0176182410220"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0084__p18177172472216">None</p>
|
||||
@ -57,7 +57,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="ddm_api_01_0084__p4536192232412">Index offset.</p>
|
||||
<p id="ddm_api_01_0084__p165361422182414">The query starts from the next piece of data indexed by this parameter. The value is <strong id="ddm_api_01_0084__b119555413133">0</strong> by default.</p>
|
||||
<p id="ddm_api_01_0084__p165365228246">The value must be a positive integer.</p>
|
||||
<p id="ddm_api_01_0084__p165365228246">The value must be a number but cannot be a negative number.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0084__row112039244221"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.1 "><p id="ddm_api_01_0084__p4218102422218">limit</p>
|
||||
@ -68,7 +68,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="ddm_api_01_0084__p18631161216242">A maximum of parameters to be queried.</p>
|
||||
<p id="ddm_api_01_0084__p9631171211243">Value range: 1 to 128.</p>
|
||||
<p id="ddm_api_01_0084__p56311912182418">If the parameter value is not specified, 10 parameters are queried by default.</p>
|
||||
<p id="ddm_api_01_0084__p56311912182418">If the parameter value is not specified, 128 records are queried by default.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -86,16 +86,7 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_api_01_0084__row12228122416226"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0084__p1123616246223">X-Language</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0084__p1623842452218">No</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="ddm_api_01_0084__p723972413227">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="ddm_api_01_0084__p152407245220">Language.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0084__row13228324172218"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0084__p16242172492212">X-Auth-Token</p>
|
||||
<tbody><tr id="ddm_api_01_0084__row13228324172218"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.1 "><p id="ddm_api_01_0084__p16242172492212">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.2 "><p id="ddm_api_01_0084__p1624302412217">Yes</p>
|
||||
</td>
|
||||
@ -154,6 +145,27 @@
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="ddm_api_01_0084__p127752415225">Total collections</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0084__row147806588528"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.1 "><p id="ddm_api_01_0084__p13399556183520">id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.2 "><p id="ddm_api_01_0084__p4399056193519">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="ddm_api_01_0084__p1339915616350">Parameter group ID</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0084__row124721818536"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.1 "><p id="ddm_api_01_0084__p17130100183618">name</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.2 "><p id="ddm_api_01_0084__p1313015015366">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="ddm_api_01_0084__p213017063614">Parameter group name</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0084__row988713205318"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.1 "><p id="ddm_api_01_0084__p840523193619">description</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.2 "><p id="ddm_api_01_0084__p1140517318362">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="ddm_api_01_0084__p1240519318366">Parameter group description</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@ -185,6 +197,7 @@
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0084__p18296182412220">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0084__p329716247222">Whether the instance needs to be restarted</p>
|
||||
<ul id="ddm_api_01_0084__ul10372534143710"><li id="ddm_api_01_0084__li18372123433714"><strong id="ddm_api_01_0084__b17677171124010">0</strong>: It does not need to be restarted.</li><li id="ddm_api_01_0084__li16372133416374"><strong id="ddm_api_01_0084__b57741846104014">1</strong>: It needs to ber restarted.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0084__row15278192472218"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0084__p929902420223">read_only</p>
|
||||
@ -192,6 +205,7 @@
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0084__p1330017243222">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0084__p730142415223">Whether the parameter is read-only</p>
|
||||
<ul id="ddm_api_01_0084__ul0295105894314"><li id="ddm_api_01_0084__li19295165854313"><strong id="ddm_api_01_0084__b5550115814407">0</strong>: It is not read-only.</li><li id="ddm_api_01_0084__li19295185812434"><strong id="ddm_api_01_0084__b117641084415">1</strong>: It is read-only.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0084__row1627892402218"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0084__p1130218245229">value_range</p>
|
||||
@ -273,11 +287,14 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0084__section12344124122211"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0084__screen5345152419222">GET https://{endpoint}/v3/{project_id}/instances/{instance_id}/configurations</pre>
|
||||
<div class="section" id="ddm_api_01_0084__section12344124122211"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0084__screen5345152419222">GET https://ddm.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/configurations</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0084__section3347824202216"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0084__p334913249227"><strong id="ddm_api_01_0084__b202041569371">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0084__p1235092482219">OK</p>
|
||||
<pre class="screen" id="ddm_api_01_0084__screen635382413221">{
|
||||
"id": "08142a7de30d40549f04fe4757c6660cpr09",
|
||||
"name": "ddm_69873de2-072",
|
||||
"description": "ParamGroup for instance",
|
||||
"updated" : "2021-11-09 03:26:52",
|
||||
"configuration_parameter" : [ {
|
||||
"name" : "temp_table_size_limit",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
||||
<div id="body0000001307029569"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0090.html">Monitoring Slow Query Logs</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0117.html">Monitoring Slow Query Logs (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<a name="ddm_api_01_0090"></a><a name="ddm_api_01_0090"></a>
|
||||
|
||||
<h1 class="topictitle1">Monitoring Slow Query Logs</h1>
|
||||
<h1 class="topictitle1">Monitoring Slow Query Logs (a V2 API)</h1>
|
||||
<div id="body0000001259189684"><div class="section" id="ddm_api_01_0090__section13242185913271"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0090__p825185919270">This API is used to query the SQL statements that take a long time to execute on the DDM instance within a specified time range.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0090__section52581359182715"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0090__p42689591278">None</p>
|
||||
<div class="section" id="ddm_api_01_0090__section52581359182715"><h4 class="sectiontitle">Constraints</h4><ul id="ddm_api_01_0090__ul1756712139555"><li id="ddm_api_01_0090__li539412163552">This API is to be removed soon, so it is not recommended.</li><li id="ddm_api_01_0090__li1256771375518">Use the latest API. For details, see <a href="ddm_api_01_0117.html">Monitoring Slow Query Logs (a V3 API)</a>.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0090__section169412912919"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0090__p209582911915">GET /v2/{project_id}/instances/{instance_id}/slowlog?curPage={curPage}&perPage={perPage}&startDate={startDate}&endDate={endDate}</p>
|
||||
|
||||
@ -41,9 +41,9 @@
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0090__table1210115291395" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Query parameters</caption><thead align="left"><tr id="ddm_api_01_0090__row10100529599"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.1"><p id="ddm_api_01_0090__p41014291499"><strong id="ddm_api_01_0090__b139711243101314">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.2"><p id="ddm_api_01_0090__p131026290914"><strong id="ddm_api_01_0090__b1274227705">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.2"><p id="ddm_api_01_0090__p131026290914"><strong id="ddm_api_01_0090__b56297085">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.3"><p id="ddm_api_01_0090__p910232916918"><strong id="ddm_api_01_0090__b1388387643">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.3"><p id="ddm_api_01_0090__p910232916918"><strong id="ddm_api_01_0090__b521388990">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.4.2.5.1.4"><p id="ddm_api_01_0090__p141027295918"><strong id="ddm_api_01_0090__b2666946171320">Description</strong></p>
|
||||
</th>
|
||||
@ -93,9 +93,9 @@
|
||||
<div class="section" id="ddm_api_01_0090__section21071629199"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0090__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0090__row71071229190"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0090__p610815298919"><strong id="ddm_api_01_0090__b894173113140">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0090__p1410813292920"><strong id="ddm_api_01_0090__b1415377340">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0090__p1410813292920"><strong id="ddm_api_01_0090__b203490565">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0090__p141081929798"><strong id="ddm_api_01_0090__b1148672689">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0090__p141081929798"><strong id="ddm_api_01_0090__b1765261149">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0090__p15109229594"><strong id="ddm_api_01_0090__b119611034121415">Description</strong></p>
|
||||
</th>
|
||||
@ -145,7 +145,7 @@
|
||||
|
||||
<div class="tablenoborder"><a name="ddm_api_01_0090__response_SlowLogList"></a><a name="response_SlowLogList"></a><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0090__response_SlowLogList" frame="border" border="1" rules="all"><caption><b>Table 5 </b>SlowLogList</caption><thead align="left"><tr id="ddm_api_01_0090__row1411712920913"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.1"><p id="ddm_api_01_0090__p11191529391"><strong id="ddm_api_01_0090__b1823114115153">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.2"><p id="ddm_api_01_0090__p14119172919917"><strong id="ddm_api_01_0090__b485273216">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.2"><p id="ddm_api_01_0090__p14119172919917"><strong id="ddm_api_01_0090__b1935320370">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.4.2.4.1.3"><p id="ddm_api_01_0090__p1012122914919"><strong id="ddm_api_01_0090__b642232156">Description</strong></p>
|
||||
</th>
|
||||
@ -219,9 +219,9 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0090__p91309298919"><strong id="ddm_api_01_0090__b184058567380">Status code: 400</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0090__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0090__row6130162913913"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.6.2.4.1.1"><p id="ddm_api_01_0090__p151311297913"><strong id="ddm_api_01_0090__b940971292">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0090__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0090__row6130162913913"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.6.2.4.1.1"><p id="ddm_api_01_0090__p151311297913"><strong id="ddm_api_01_0090__b2119655992">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.6.2.4.1.2"><p id="ddm_api_01_0090__p6131112911918"><strong id="ddm_api_01_0090__b410077842">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.6.2.4.1.2"><p id="ddm_api_01_0090__p6131112911918"><strong id="ddm_api_01_0090__b638329387">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.6.2.4.1.3"><p id="ddm_api_01_0090__p171321029691"><strong id="ddm_api_01_0090__b17452194710151">Description</strong></p>
|
||||
</th>
|
||||
@ -246,11 +246,11 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0090__p11134172918913"><strong id="ddm_api_01_0090__b15864351101519">Status code: 500</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0090__table913412292096" frame="border" border="1" rules="all"><caption><b>Table 7 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0090__row11135729399"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.8.2.4.1.1"><p id="ddm_api_01_0090__p10136529297"><strong id="ddm_api_01_0090__b941271039">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0090__table913412292096" frame="border" border="1" rules="all"><caption><b>Table 7 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0090__row11135729399"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.8.2.4.1.1"><p id="ddm_api_01_0090__p10136529297"><strong id="ddm_api_01_0090__b1975603489">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.8.2.4.1.2"><p id="ddm_api_01_0090__p111365296919"><strong id="ddm_api_01_0090__b1208054981">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.8.2.4.1.2"><p id="ddm_api_01_0090__p111365296919"><strong id="ddm_api_01_0090__b1352813115">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.8.2.4.1.3"><p id="ddm_api_01_0090__p15136629491"><strong id="ddm_api_01_0090__b1936715010">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.8.2.4.1.3"><p id="ddm_api_01_0090__p15136629491"><strong id="ddm_api_01_0090__b861224496">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -272,7 +272,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0090__section191391029592"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0090__screen7139429197">GET https://{endpoint}/v2/{project_id}/instances/{instance_id}/slowlog?curPage={curPage}&perPage={perPage}&startDate={startDate}&endDate={endDate}</pre>
|
||||
<div class="section" id="ddm_api_01_0090__section191391029592"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0090__screen7139429197">GET https://ddm.eu-de.otc.t-systems.com/v2/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/slowlog?curPage=0&perPage=1&startDate=1758286647000&endDate=1758373047000</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0090__section71401298916"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0090__p814010291794"><strong id="ddm_api_01_0090__b149271927168">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0090__p1414015290913">OK</p>
|
||||
@ -334,7 +334,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_01_0089.html">Monitoring</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002318604513.html">Monitoring Management</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
298
docs/ddm/api-ref/ddm_api_01_0093.html
Normal file
298
docs/ddm/api-ref/ddm_api_01_0093.html
Normal file
File diff suppressed because it is too large
Load Diff
284
docs/ddm/api-ref/ddm_api_01_0094.html
Normal file
284
docs/ddm/api-ref/ddm_api_01_0094.html
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
<a name="ddm_api_01_0100"></a><a name="ddm_api_01_0100"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying DB Instances Available for Creating a Schema</h1>
|
||||
<h1 class="topictitle1">Querying DB Instances Available for Creating a Schema (a V1 API)</h1>
|
||||
<div id="body0000001259189680"><div class="section" id="ddm_api_01_0100__section1215718292256"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0100__p216112915259">This API is used to query DB instances that can be used for creating a schema.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0100__section151661729102512"><h4 class="sectiontitle">Constraints</h4><p id="ddm_api_01_0100__p917017292252">None</p>
|
||||
@ -41,9 +41,9 @@
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0100__table89358520123" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Query parameters</caption><thead align="left"><tr id="ddm_api_01_0100__row1193410511122"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.1"><p id="ddm_api_01_0100__p793516516125"><strong id="ddm_api_01_0100__b201915508114">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.2"><p id="ddm_api_01_0100__p493510501219"><strong id="ddm_api_01_0100__b1697834312">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.2"><p id="ddm_api_01_0100__p493510501219"><strong id="ddm_api_01_0100__b1707479540">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.3"><p id="ddm_api_01_0100__p1393555171214"><strong id="ddm_api_01_0100__b1097179877">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.3"><p id="ddm_api_01_0100__p1393555171214"><strong id="ddm_api_01_0100__b1141958212">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.4.2.5.1.4"><p id="ddm_api_01_0100__p17935355124"><strong id="ddm_api_01_0100__b78191155314">Description</strong></p>
|
||||
</th>
|
||||
@ -78,9 +78,9 @@
|
||||
<div class="section" id="ddm_api_01_0100__section993819518127"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0100__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0100__row293815512124"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.1"><p id="ddm_api_01_0100__p169391354121"><strong id="ddm_api_01_0100__b1157018131131">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0100__p293975171216"><strong id="ddm_api_01_0100__b551381227">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.2"><p id="ddm_api_01_0100__p293975171216"><strong id="ddm_api_01_0100__b2018242099">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0100__p594025101220"><strong id="ddm_api_01_0100__b196535934">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="ddm_api_01_0100__p594025101220"><strong id="ddm_api_01_0100__b398227651">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="ddm_api_01_0100__p69401511215"><strong id="ddm_api_01_0100__b5923111618310">Description</strong></p>
|
||||
</th>
|
||||
@ -144,7 +144,7 @@
|
||||
|
||||
<div class="tablenoborder"><a name="ddm_api_01_0100__response_QueryAvailableRdsList"></a><a name="response_QueryAvailableRdsList"></a><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0100__response_QueryAvailableRdsList" frame="border" border="1" rules="all"><caption><b>Table 5 </b>QueryAvailableRdsList</caption><thead align="left"><tr id="ddm_api_01_0100__row094914521220"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.1"><p id="ddm_api_01_0100__p295212521220"><strong id="ddm_api_01_0100__b96861310642">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.2"><p id="ddm_api_01_0100__p59536541211"><strong id="ddm_api_01_0100__b387994029">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.2"><p id="ddm_api_01_0100__p59536541211"><strong id="ddm_api_01_0100__b545922397">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.4.2.4.1.3"><p id="ddm_api_01_0100__p7953145151217"><strong id="ddm_api_01_0100__b88779126413">Description</strong></p>
|
||||
</th>
|
||||
@ -168,7 +168,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.2 "><p id="ddm_api_01_0100__p59555541216">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0100__p1995513514124">DB instance status</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.4.2.4.1.3 "><p id="ddm_api_01_0100__p1995513514124">DB instance status. It can be obtained from <a href="ddm_api_01_0064.html#ddm_api_01_0064__section9317162963412">Data Node Statuses</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0100__row7950145141215"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.4.2.4.1.1 "><p id="ddm_api_01_0100__p209554581215">name</p>
|
||||
@ -232,9 +232,9 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0100__p14962195171219"><strong id="ddm_api_01_0100__b722614010517">Status code: 400</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0100__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0100__row1796314518125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.6.2.4.1.1"><p id="ddm_api_01_0100__p209643517124"><strong id="ddm_api_01_0100__b1502964758">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0100__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0100__row1796314518125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.6.2.4.1.1"><p id="ddm_api_01_0100__p209643517124"><strong id="ddm_api_01_0100__b298235194">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.6.2.4.1.2"><p id="ddm_api_01_0100__p6964175111214"><strong id="ddm_api_01_0100__b1016648517">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.6.2.4.1.2"><p id="ddm_api_01_0100__p6964175111214"><strong id="ddm_api_01_0100__b289975433">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.6.2.4.1.3"><p id="ddm_api_01_0100__p199641057121"><strong id="ddm_api_01_0100__b0291045758">Description</strong></p>
|
||||
</th>
|
||||
@ -259,11 +259,11 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0100__p20966115151219"><strong id="ddm_api_01_0100__b195916591269">Status code: 500</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0100__table6966857121" frame="border" border="1" rules="all"><caption><b>Table 7 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0100__row1196717551218"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.8.2.4.1.1"><p id="ddm_api_01_0100__p896825131217"><strong id="ddm_api_01_0100__b1325406513">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0100__table6966857121" frame="border" border="1" rules="all"><caption><b>Table 7 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0100__row1196717551218"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.8.2.4.1.1"><p id="ddm_api_01_0100__p896825131217"><strong id="ddm_api_01_0100__b1955274320">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.8.2.4.1.2"><p id="ddm_api_01_0100__p1696817521211"><strong id="ddm_api_01_0100__b1222809406">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.8.2.4.1.2"><p id="ddm_api_01_0100__p1696817521211"><strong id="ddm_api_01_0100__b1803872558">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.8.2.4.1.3"><p id="ddm_api_01_0100__p396813521215"><strong id="ddm_api_01_0100__b314651060">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.5.8.2.4.1.3"><p id="ddm_api_01_0100__p396813521215"><strong id="ddm_api_01_0100__b1441829211">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -285,7 +285,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0100__section1097015191219"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0100__screen20970135201216">GET https://{endpoint}/v1/{project_id}/instances/{instance_id}/rds?offset={offset}&limit={limit}</pre>
|
||||
<div class="section" id="ddm_api_01_0100__section1097015191219"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0100__screen20970135201216">GET https://ddm.eu-de.otc.t-systems.com/v1/619d3e78f61b4be68bc5aa0b59edcf7b/instances/1f5c9fd6cd984056ba89c8c87cc03278in09/rds?offset=0&limit=1</pre>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0100__section1097118519123"><h4 class="sectiontitle">Example Response</h4><p id="ddm_api_01_0100__p119714518124"><strong id="ddm_api_01_0100__b177994011119">Status code: 200</strong></p>
|
||||
<p id="ddm_api_01_0100__p197175131220">OK</p>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
<a name="ddm_api_01_0102"></a><a name="ddm_api_01_0102"></a>
|
||||
|
||||
<h1 class="topictitle1">Validating Password Strength</h1>
|
||||
<h1 class="topictitle1">Checking Whether a Password Is Weak (a V3 API)</h1>
|
||||
<div id="body0000001390606849"><div class="section" id="ddm_api_01_0102__section1665125195814"><h4 class="sectiontitle">Function</h4><p id="ddm_api_01_0102__p19666125165818">This API is used to check whether an instance password is a weak password.</p>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0102__section9666175113588"><h4 class="sectiontitle">URI</h4><p id="ddm_api_01_0102__p5667451195815">POST /v3/{project_id}/weak-password-verification</p>
|
||||
@ -29,24 +29,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0102__section667118512582"><h4 class="sectiontitle">Request Parameters</h4>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0102__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0102__row1667185119588"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.1"><p id="ddm_api_01_0102__p467217516584"><strong id="ddm_api_01_0102__b387523819018">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0102__table15496133119593" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="ddm_api_01_0102__ddm_api_01_0020_row17750142410125"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.1"><p id="ddm_api_01_0102__ddm_api_01_0020_p975132420122"><strong id="ddm_api_01_0102__ddm_api_01_0020_b579113162262">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.2"><p id="ddm_api_01_0102__p17672155118586"><strong id="ddm_api_01_0102__b18551339902">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.2"><p id="ddm_api_01_0102__ddm_api_01_0020_p3752122414125"><strong id="ddm_api_01_0102__ddm_api_01_0020_b2823101742611">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.3"><p id="ddm_api_01_0102__p1467385115585"><strong id="ddm_api_01_0102__b14951194020017">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.3"><p id="ddm_api_01_0102__ddm_api_01_0020_p1975292441214"><strong id="ddm_api_01_0102__ddm_api_01_0020_b17441318172616">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.2.2.5.1.4"><p id="ddm_api_01_0102__p1267305117581"><strong id="ddm_api_01_0102__b119521342704">Description</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.2.2.5.1.4"><p id="ddm_api_01_0102__ddm_api_01_0020_p975313242120"><strong id="ddm_api_01_0102__ddm_api_01_0020_b075651972615">Description</strong></p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ddm_api_01_0102__row19671165145813"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="ddm_api_01_0102__p18673185165820">x-auth-token</p>
|
||||
<tbody><tr id="ddm_api_01_0102__ddm_api_01_0020_row1875092491217"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="ddm_api_01_0102__ddm_api_01_0020_p127531824181217">X-Auth-Token</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="ddm_api_01_0102__p1067345185820">Yes</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="ddm_api_01_0102__ddm_api_01_0020_p1975412411211">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="ddm_api_01_0102__p967415125812">String</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="ddm_api_01_0102__ddm_api_01_0020_p175411241126">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="ddm_api_01_0102__p17674125110580">User token.</p>
|
||||
<p id="ddm_api_01_0102__p1467475120586">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0102__b27784489013">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="ddm_api_01_0102__ddm_api_01_0020_p127559240125">User token.</p>
|
||||
<p id="ddm_api_01_0102__ddm_api_01_0020_p5755162461219">It can be obtained by calling an IAM API. The value of <strong id="ddm_api_01_0102__ddm_api_01_0020_b86806241268">X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ddm_api_01_0102__ddm_api_01_0020_row15921391494"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="ddm_api_01_0102__ddm_api_01_0020_p349830125020">Content-Type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="ddm_api_01_0102__ddm_api_01_0020_p049870145012">Yes</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="ddm_api_01_0102__ddm_api_01_0020_p249830195014">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="ddm_api_01_0102__ddm_api_01_0020_p9498602506">MIME type of the request body. Value range:</p>
|
||||
<ul id="ddm_api_01_0102__ddm_api_01_0020_ul449830165011"><li id="ddm_api_01_0102__ddm_api_01_0020_li649860115010">application/json</li><li id="ddm_api_01_0102__ddm_api_01_0020_li1749814013508">application/json;charset=utf-8</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -98,9 +108,9 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0102__p0487536162712"><strong id="ddm_api_01_0102__b19134135816175">Status code: 400</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0102__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0102__row7490143662719"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.5.2.4.1.1"><p id="ddm_api_01_0102__p2049620367271"><strong id="ddm_api_01_0102__b605202786">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0102__response_ExceptionResponses" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0102__row7490143662719"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.5.2.4.1.1"><p id="ddm_api_01_0102__p2049620367271"><strong id="ddm_api_01_0102__b660640652">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.5.2.4.1.2"><p id="ddm_api_01_0102__p1350043615272"><strong id="ddm_api_01_0102__b330379606">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.5.2.4.1.2"><p id="ddm_api_01_0102__p1350043615272"><strong id="ddm_api_01_0102__b320765855">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.5.2.4.1.3"><p id="ddm_api_01_0102__p350263610279"><strong id="ddm_api_01_0102__b1374416121818">Description</strong></p>
|
||||
</th>
|
||||
@ -125,9 +135,9 @@
|
||||
</div>
|
||||
<p id="ddm_api_01_0102__p1151710368274"><strong id="ddm_api_01_0102__b6155670187">Status code: 500</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0102__table15521536152713" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0102__row7522103612275"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.7.2.4.1.1"><p id="ddm_api_01_0102__p652663610277"><strong id="ddm_api_01_0102__b1770294287">Parameter</strong></p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ddm_api_01_0102__table15521536152713" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr id="ddm_api_01_0102__row7522103612275"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.7.2.4.1.1"><p id="ddm_api_01_0102__p652663610277"><strong id="ddm_api_01_0102__b20338565">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.7.2.4.1.2"><p id="ddm_api_01_0102__p2529133612274"><strong id="ddm_api_01_0102__b775514061">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.7.2.4.1.2"><p id="ddm_api_01_0102__p2529133612274"><strong id="ddm_api_01_0102__b580083414">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.7.2.4.1.3"><p id="ddm_api_01_0102__p135305367272"><strong id="ddm_api_01_0102__b6786710191818">Description</strong></p>
|
||||
</th>
|
||||
@ -151,7 +161,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="ddm_api_01_0102__section12685105105814"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0102__screen16685145113583">POST https://{endpoint}/v3/{project_id}/weak-password-verification
|
||||
<div class="section" id="ddm_api_01_0102__section12685105105814"><h4 class="sectiontitle">Example Request</h4><pre class="screen" id="ddm_api_01_0102__screen16685145113583">POST https://ddm.eu-de.otc.t-systems.com/v3/619d3e78f61b4be68bc5aa0b59edcf7b/weak-password-verification
|
||||
|
||||
{
|
||||
"password" : "xxx"
|
||||
|
||||
177
docs/ddm/api-ref/ddm_api_01_0104.html
Normal file
177
docs/ddm/api-ref/ddm_api_01_0104.html
Normal file
File diff suppressed because it is too large
Load Diff
23
docs/ddm/api-ref/ddm_api_01_0104_0.html
Normal file
23
docs/ddm/api-ref/ddm_api_01_0104_0.html
Normal file
@ -0,0 +1,23 @@
|
||||
<a name="ddm_api_01_0104_0"></a><a name="ddm_api_01_0104_0"></a>
|
||||
|
||||
<h1 class="topictitle1">Parameter Management</h1>
|
||||
<div id="body0000002133198177"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0105_0.html">Obtaining Parameter Templates (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0106.html">Obtaining Parameters in a Specified Parameter Template (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002181623854.html">Modifying Parameters of an Instance (a V3.1 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002298790216.html">Creating a Parameter Group (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002332909561.html">Deleting a Parameter Group (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_02_0000.html">APIs (Recommended)</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
217
docs/ddm/api-ref/ddm_api_01_0105.html
Normal file
217
docs/ddm/api-ref/ddm_api_01_0105.html
Normal file
File diff suppressed because it is too large
Load Diff
237
docs/ddm/api-ref/ddm_api_01_0105_0.html
Normal file
237
docs/ddm/api-ref/ddm_api_01_0105_0.html
Normal file
File diff suppressed because it is too large
Load Diff
245
docs/ddm/api-ref/ddm_api_01_0106.html
Normal file
245
docs/ddm/api-ref/ddm_api_01_0106.html
Normal file
File diff suppressed because it is too large
Load Diff
19
docs/ddm/api-ref/ddm_api_01_0107.html
Normal file
19
docs/ddm/api-ref/ddm_api_01_0107.html
Normal file
@ -0,0 +1,19 @@
|
||||
<a name="ddm_api_01_0107"></a><a name="ddm_api_01_0107"></a>
|
||||
|
||||
|
||||
<h1 class="topictitle1">Querying API Versions</h1>
|
||||
|
||||
<div id="body0000002132978573"><p id="ddm_api_01_0107__p8060118"></p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ddm_api_01_0108.html">Querying API Versions (a V3 API)</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_api_02_0000.html">APIs (Recommended)</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
148
docs/ddm/api-ref/ddm_api_01_0108.html
Normal file
148
docs/ddm/api-ref/ddm_api_01_0108.html
Normal file
File diff suppressed because it is too large
Load Diff
201
docs/ddm/api-ref/ddm_api_01_0109.html
Normal file
201
docs/ddm/api-ref/ddm_api_01_0109.html
Normal file
File diff suppressed because it is too large
Load Diff
344
docs/ddm/api-ref/ddm_api_01_0110.html
Normal file
344
docs/ddm/api-ref/ddm_api_01_0110.html
Normal file
File diff suppressed because it is too large
Load Diff
204
docs/ddm/api-ref/ddm_api_01_0111.html
Normal file
204
docs/ddm/api-ref/ddm_api_01_0111.html
Normal file
File diff suppressed because it is too large
Load Diff
212
docs/ddm/api-ref/ddm_api_01_0112.html
Normal file
212
docs/ddm/api-ref/ddm_api_01_0112.html
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user