gaussdb_api_1128

Reviewed-by: Boka, Ladislav <ladislav.boka@t-systems.com>
Co-authored-by: Ru, Li Yi <liyiru7@huawei.com>
Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
This commit is contained in:
Ru, Li Yi 2024-11-28 19:36:20 +00:00 committed by zuul
parent 6093788563
commit 11c10554c4
8 changed files with 482 additions and 48 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,8 @@
</li> </li>
<li class="ulchildlink"><strong><a href="opengauss_newapi_0036.html">Recycle Bin</a></strong><br> <li class="ulchildlink"><strong><a href="opengauss_newapi_0036.html">Recycle Bin</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="opengauss_query_api_version.html">API Version Query</a></strong><br>
</li>
</ul> </ul>
</div> </div>

View File

@ -8,7 +8,12 @@
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="EN-US_TOPIC_0000001917290528__row185616735512"><td class="cellrowborder" valign="top" width="18.48%" headers="mcps1.3.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001917290528__p15622719553">2024-08-05</p> <tbody><tr id="EN-US_TOPIC_0000001917290528__row72385191165"><td class="cellrowborder" valign="top" width="18.48%" headers="mcps1.3.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001917290528__p52384192160">2024-11-20</p>
</td>
<td class="cellrowborder" valign="top" width="81.52000000000001%" headers="mcps1.3.1.1.3.1.2 "><ul id="EN-US_TOPIC_0000001917290528__ul10398164414176"><li id="EN-US_TOPIC_0000001917290528__li12398194471714">Added <a href="opengauss_query_version_list.html">Querying API Versions</a>.</li><li id="EN-US_TOPIC_0000001917290528__li93984448173">Added <a href="opengauss_query_version_info.html">Querying Version Information of an API</a>.</li><li id="EN-US_TOPIC_0000001917290528__li61171852101713">Modified the example response in <a href="opengauss_newapi_0006.html">Querying DB Engine Versions</a>.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001917290528__row185616735512"><td class="cellrowborder" valign="top" width="18.48%" headers="mcps1.3.1.1.3.1.1 "><p id="EN-US_TOPIC_0000001917290528__p15622719553">2024-08-05</p>
</td> </td>
<td class="cellrowborder" valign="top" width="81.52000000000001%" headers="mcps1.3.1.1.3.1.2 "><ul id="EN-US_TOPIC_0000001917290528__ul122101341195611"><li id="EN-US_TOPIC_0000001917290528__li202613918312">Added the basic concept of <a href="opengauss_api_0006.html#EN-US_TOPIC_0000001947569525__en-us_topic_0169294976_li3896216123113">project</a>.</li><li id="EN-US_TOPIC_0000001917290528__li514815114211">Added <a href="opengauss_newapi_0035.html">Obtaining Task Information</a>.</li><li id="EN-US_TOPIC_0000001917290528__li1349313246593">Added the parameters<strong id="EN-US_TOPIC_0000001917290528__b53615495185"> type</strong> and <strong id="EN-US_TOPIC_0000001917290528__b11129155419187">detail</strong> in <a href="opengauss_newapi_0030.html">Querying the Components of a DB Instance</a>.</li><li id="EN-US_TOPIC_0000001917290528__li126037412001">Modified the format of the example request in <a href="opengauss_api_0026.html">Configuring an Automated Backup Policy</a>.</li></ul> <td class="cellrowborder" valign="top" width="81.52000000000001%" headers="mcps1.3.1.1.3.1.2 "><ul id="EN-US_TOPIC_0000001917290528__ul122101341195611"><li id="EN-US_TOPIC_0000001917290528__li202613918312">Added the basic concept of <a href="opengauss_api_0006.html#EN-US_TOPIC_0000001947569525__en-us_topic_0169294976_li3896216123113">project</a>.</li><li id="EN-US_TOPIC_0000001917290528__li514815114211">Added <a href="opengauss_newapi_0035.html">Obtaining Task Information</a>.</li><li id="EN-US_TOPIC_0000001917290528__li1349313246593">Added the parameters<strong id="EN-US_TOPIC_0000001917290528__b53615495185"> type</strong> and <strong id="EN-US_TOPIC_0000001917290528__b11129155419187">detail</strong> in <a href="opengauss_newapi_0030.html">Querying the Components of a DB Instance</a>.</li><li id="EN-US_TOPIC_0000001917290528__li126037412001">Modified the format of the example request in <a href="opengauss_api_0026.html">Configuring an Automated Backup Policy</a>.</li></ul>
</td> </td>

View File

@ -55,9 +55,15 @@
</li></ul> </li></ul>
<ul id="EN-US_TOPIC_0000001947569485__en-us_topic_0128427213_ul50009058"><li id="EN-US_TOPIC_0000001947569485__en-us_topic_0128427213_li47428342">Example normal response<pre class="codeblock" id="EN-US_TOPIC_0000001947569485__codeblock641693618457">{ <ul id="EN-US_TOPIC_0000001947569485__en-us_topic_0128427213_ul50009058"><li id="EN-US_TOPIC_0000001947569485__en-us_topic_0128427213_li47428342">Example normal response<pre class="codeblock" id="EN-US_TOPIC_0000001947569485__codeblock641693618457">{
"versions": [ "versions": [
"1.4", "8.103",
"3.223",
"3.222",
"3.208",
"3.103",
"2.7",
"2.3", "2.3",
"2.7" "1.4",
"1.0"
] ]
}</pre> }</pre>
</li></ul> </li></ul>

View File

@ -0,0 +1,18 @@
<a name="EN-US_TOPIC_0000001917130508"></a><a name="EN-US_TOPIC_0000001917130508"></a>
<h1 class="topictitle1">API Version Query</h1>
<div id="body0000001632173993"><p id="EN-US_TOPIC_0000001917130508__p8060118"></p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="opengauss_query_version_list.html">Querying API Versions</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="opengauss_query_version_info.html">Querying Version Information of an API</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="opengauss_api_0013.html">APIs (Recommended)</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff