kms_api_2025042703

Reviewed-by: Belejkanic, Lukas <lukas.belejkanic@t-systems.com>
Co-authored-by: qiaoli <qiaoli@huawei.com>
Co-committed-by: qiaoli <qiaoli@huawei.com>
This commit is contained in:
2025-12-09 09:29:44 +00:00
committed by zuul
parent e9265fb6b0
commit 18397ded73
67 changed files with 5672 additions and 1832 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@ -1,70 +0,0 @@
<a name="kms_02_0001"></a><a name="kms_02_0001"></a>
<h1 class="topictitle1">Making an API Request</h1>
<div id="body32001227"><p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p8141141101615">This section describes the structure of a REST API request, and uses the IAM API for <a href="https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html" target="_blank" rel="noopener noreferrer">obtaining a user token</a> as an example to demonstrate how to call an API. The obtained token can then be used to authenticate the calling of other APIs.</p>
<div class="section" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_section1849899574"><h4 class="sectiontitle">Request URI</h4><p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p729531715312">A request URI is in the following format:</p>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p11610193811547"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b3129104565416">{URI-scheme} :// {<strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b10231116812">Endpoint</strong>} / {resource-path} ? {query-string}</strong></p>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p19153141415558">Although a request URI is included in the request header, most programming languages or frameworks require the request URI to be transmitted separately.</p>
<ul id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_ul1252522141910"><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li189491651174717"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b13950251174714">URI-scheme</strong>:<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p1697825294716">Protocol used to transmit requests. All APIs use HTTPS.</p>
</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li9112205519475"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b71122558472">Endpoint</strong>:<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p102531159154713">Domain name or IP address of the server bearing the REST service. The endpoint varies between services in different regions. It can be obtained from the administrator.</p>
</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li370732114810"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b146431581502">resource-path</strong>:<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p8506183194819">Access path of an API for performing a specified operation. Obtain the path from the URI of an API. For example, the <strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b41031934110">resource-path</strong> of the API used to obtain a user token is <span class="parmvalue" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmvalue10149384167"><b>/v3/auth/tokens</b></span>.</p>
</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li773319494816"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b1366984011119">query-string</strong>:<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p1727319564810">Query parameter, which is optional. Ensure that a question mark (?) is included before each query parameter that is in the format of "Parameter name=Parameter value". For example, <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname10639423639"><b>?limit=10</b></span> indicates that a maximum of 10 data records will be displayed.</p>
</li></ul>
<div class="note" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_note16311253154112"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p163316534416">To simplify the URI display in this document, each API is provided only with a <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname2744446171220"><b>resource-path</b></span> and a request method. The <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname1930591721317"><b>URI-scheme</b></span> of all APIs is <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname8102195251313"><b>HTTPS</b></span>, and the endpoints of all APIs in the same region are identical.</p>
</div></div>
</div>
<div class="section" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_section580035055419"><h4 class="sectiontitle">Request Methods</h4><p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p65661618145510">The HTTP protocol defines the following request methods that can be used to send a request to the server:</p>
<ul id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_ul11356238151312"><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li1835819385137"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b134821659191217">GET</strong>: requests the server to return specified resources.</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li95631239131310"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b13110121521312">PUT</strong>: requests the server to update specified resources.</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li1554910413138"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b10756134061312">POST</strong>: requests the server to add resources or perform special operations.</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li8237114421314"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b94535841311">DELETE</strong>: requests the server to delete specified resources, for example, an object.</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li165331349151317"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b139911817149">HEAD</strong>: same as GET except that the server must return only the response header.</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li4440175411313"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b2820378146">PATCH</strong>: requests the server to update partial content of a specified resource. If the resource does not exist, a new resource will be created.</li></ul>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p3759142614815">For example, in the case of the API used to <a href="https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html" target="_blank" rel="noopener noreferrer">obtain a user token</a>, the request method is POST. The request is as follows:</p>
<pre class="screen" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_screen7888377244">POST https://{{endpoint}}/v3/auth/tokens</pre>
</div>
<div class="section" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_section1454211155819"><h4 class="sectiontitle">Request Header</h4><p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p11811752397">You can also add additional header fields to a request, such as the fields required by a specified URI or HTTP method. For example, to request for the authentication information, add <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname17561356151920"><b>Content-Type</b></span>, which specifies the request body type.</p>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p1467193205816">Common request header fields are as follows:</p>
<ul id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_ul157293410593"><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li972916419595"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b193861616191917">Content-Type</strong>: specifies the request body type or format. This field is mandatory and its default value is <span class="parmvalue" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmvalue87331219202115"><b>application/json</b></span>. Other values of this field will be provided for specific APIs if any.</li><li id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_li1642421012595"><strong id="kms_02_0001__en-us_topic_0171850909_b106124363150">X-Auth-Token</strong>: specifies a user token only for token-based API authentication. The user token is a response to the API used to <a href="https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html" target="_blank" rel="noopener noreferrer">obtain a user token</a>. This API is the only one that does not require authentication.<div class="note" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_note13771123325011"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p1513412221808">In addition to supporting token-based authentication, APIs also support authentication using access key ID/secret access key (AK/SK). During AK/SK-based authentication, an SDK is used to sign the request, and the <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname20203125615277"><b>Authorization</b></span> (signature information) and <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname14331262816"><b>X-Sdk-Date</b></span> (time when the request is sent) header fields are automatically added to the request.</p>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p1577123365010">For more information, see .</p>
</div></div>
</li></ul>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p42118461957">The API used to <a href="https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html" target="_blank" rel="noopener noreferrer">obtain a user token</a> does not require authentication. Therefore, only the <strong id="kms_02_0001__en-us_topic_0171850909_b0253634097">Content-Type</strong> field needs to be added to requests for calling the API. An example of such requests is as follows:</p>
<pre class="screen" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_screen73731462616">POST https://{{endpoint}}/v3/auth/tokens
Content-Type: application/json</pre>
</div>
<div class="section" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_section14612192315587"><h4 class="sectiontitle">Request Body</h4><p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p23132011213">The body of a request is often sent in a structured format as specified in the <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname8729201013377"><b>Content-Type</b></span> header field. The request body transfers content except the request header.</p>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p1847214711331">The request body varies between APIs. Some APIs do not require the request body, such as the APIs requested using the GET and DELETE methods.</p>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p105261225101112">In the case of the API used to <a href="https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html" target="_blank" rel="noopener noreferrer">obtain a user token</a>, the request parameters and parameter description can be obtained from the API request. The following provides an example request with a body included. Set <em id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_i174716971020"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b44710910106">username</strong></em> to the name of a user, <em id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_i0988195621119"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b1598875611111">domainname</strong></em> to the name of the account that the user belongs to, <strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b181511322135"><em id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_i1615102161312">********</em></strong> to the user's login password, and <strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b628610137174"><em id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_i14286151318172">xxxxxxxxxxxxxxxxxx</em></strong> to the project name. You can learn more information about projects from .</p>
<div class="note" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_note15403511418"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_p199011223194814">The <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname940418238457"><b>scope</b></span> parameter specifies where a token takes effect. You can set <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname145641316252"><b>scope</b></span> to an account or a project under an account. In the following example, the token takes effect only for the resources in a specified project. For more information about this API, see <a href="https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html" target="_blank" rel="noopener noreferrer">Obtaining a User Token</a>.</p>
</div></div>
<pre class="screen" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_screen6140617194816">
POST https://{{endpoint}}/v3/auth/tokens
Content-Type: application/json
{
"auth": {
"identity": {
"methods": [
"password"
],
"password": {
"user": {
"name": "<em id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_i315217719194"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b14500116161919">username</strong></em>",
"password": "<strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b2559181251918"><em id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_i12803128192">********</em></strong>",
"domain": {
"name": "<em id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_i1560271681911"><strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b17173191614194">domainname</strong></em>"
}
}
}
},
"scope": {
"project": {
"name": "<strong id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_b1261200101711"><em id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_i186128061711">xxxxxxxxxxxxxxxxxx</em></strong>"
}
}
}
}</pre>
<p id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_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. In the response to the API used to obtain a user token, <span class="parmname" id="kms_02_0001__en-us_topic_0171850909_en-us_topic_0091607286_parmname1744412247513"><b>x-subject-token</b></span> is the desired user token. This token can then be used to authenticate the calling of other APIs.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="kms_02_0002.html">Calling APIs</a></div>
</div>
</div>

View File

@ -1,15 +0,0 @@
<a name="kms_02_0002"></a><a name="kms_02_0002"></a>
<h1 class="topictitle1">Calling APIs</h1>
<div id="body32001227"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="kms_02_0001.html">Making an API Request</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="kms_02_0003.html">Authentication</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="kms_02_0056.html">Returned Values</a></strong><br>
</li>
</ul>
</div>

View File

@ -1,12 +0,0 @@
<a name="kms_02_0003"></a><a name="kms_02_0003"></a>
<h1 class="topictitle1">Authentication</h1>
<div id="body8662426"><div class="p" id="kms_02_0003__en-us_topic_0207581476_en-us_topic_0091607401_p26613555143846">Requests for calling an API can be authenticated using either of the following methods:<ul id="kms_02_0003__en-us_topic_0207581476_en-us_topic_0091607401_ul38195410143846"><li id="kms_02_0003__en-us_topic_0207581476_en-us_topic_0091607401_li8214375143846">Token-based authentication: Requests are authenticated using a token.</li><li id="kms_02_0003__en-us_topic_0207581476_en-us_topic_0091607401_li61384639143846">AK/SK-based authentication: Requests are authenticated by encrypting the request body using an AK/SK pair. This method is recommended because it provides higher security than token-based authentication.</li></ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="kms_02_0002.html">Calling APIs</a></div>
</div>
</div>

View File

@ -1,8 +1,8 @@
<a name="kms_02_0009"></a><a name="kms_02_0009"></a>
<h1 class="topictitle1">Obtaining a Project ID</h1>
<div id="body32001227"><div class="section" id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_section59621329127"><h4 class="sectiontitle">Obtaining a Project ID from the Console</h4><p id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_p8112855194115">A project ID is required for some URLs when an API is called. To obtain a project ID, perform the following operations:</p>
<ol id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_ol8715914194127"><li id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_li50056756194127">Log in to the management console.</li><li id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_li2804809915217">Click the username and choose <strong id="kms_02_0009__en-us_topic_0171850914_b8169259132211">My Credential</strong> from the drop-down list.<p id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_p136772519449">On the <strong id="kms_02_0009__en-us_topic_0171850914_b57411048112216">My Credential</strong> page, view project IDs in the project list.</p>
<div id="body32001227"><div class="section" id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_section59621329127"><h4 class="sectiontitle">Obtaining a Project ID from the Console</h4><p id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_p8112855194115">A project ID is required for some URLs when an API is called. To obtain a project ID, perform the following steps:</p>
<ol id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_ol8715914194127"><li id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_li50056756194127">Log in to the management console.</li><li id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_li2804809915217">Click the username and choose <strong id="kms_02_0009__en-us_topic_0171850914_b133251113114218">My Credential</strong> from the drop-down list.<p id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_p136772519449">On the <strong id="kms_02_0009__en-us_topic_0171850914_b1026074104212">My Credential</strong> page, view project IDs in the project list.</p>
</li></ol>
<div class="fignone" id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_fig39324824103512"><span class="figcap"><b>Figure 1 </b>Viewing project IDs</span><br><span><img id="kms_02_0009__en-us_topic_0171850914_en-us_topic_0101662393_image538470016132" src="en-us_image_0218728478.jpg" title="Click to enlarge" class="imgResize"></span></div>
</div>

View File

@ -4,7 +4,7 @@
<div id="body1516240388172"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="kms_02_0011.html">CMK Management</a></strong><br>
<li class="ulchildlink"><strong><a href="kms_02_1010.html">Key Management Service</a></strong><br>
</li>
</ul>
</div>

View File

@ -22,6 +22,8 @@
</li>
<li class="ulchildlink"><strong><a href="kms_02_0018.html">Querying the Information About a CMK</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="ShowPublicKey.html">Querying a Public Key</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="kms_02_0019.html">Creating a Random Number</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="kms_02_0020.html">Creating a DEK</a></strong><br>
@ -84,14 +86,10 @@
</li>
<li class="ulchildlink"><strong><a href="kms_02_0047.html">Deleting a CMK Tag</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="kms_02_0048.html">Querying All API Versions</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="kms_02_0049.html">Querying a Specified API Version</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="kms_02_0010.html">APIs</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="kms_02_1010.html">Key Management Service</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,9 +7,9 @@
</div>
<div class="section" id="kms_02_0024__en-us_topic_0112992320_section35184599112353"><h4 class="sectiontitle">URI</h4><ul id="kms_02_0024__en-us_topic_0112992320_ul31380276112353"><li id="kms_02_0024__en-us_topic_0112992320_li13987034112353">URI format<p id="kms_02_0024__en-us_topic_0112992320_p58774446112353"><a name="kms_02_0024__en-us_topic_0112992320_li13987034112353"></a><a name="en-us_topic_0112992320_li13987034112353"></a>GET /v1.0/{project_id}/kms/user-instances</p>
</li><li id="kms_02_0024__en-us_topic_0112992320_li59207969112353">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0024__en-us_topic_0112992320_table63109676112353" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="kms_02_0024__en-us_topic_0112992320_row49827042112353"><th align="left" class="cellrowborder" valign="top" width="22.74%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="kms_02_0024__en-us_topic_0112992320_p9458563112353"><strong id="kms_02_0024__en-us_topic_0112992320_b842352706185937">Parameter</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0024__en-us_topic_0112992320_table63109676112353" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameter</caption><thead align="left"><tr id="kms_02_0024__en-us_topic_0112992320_row49827042112353"><th align="left" class="cellrowborder" valign="top" width="22.74%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="kms_02_0024__en-us_topic_0112992320_p9458563112353">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.919999999999998%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="kms_02_0024__en-us_topic_0112992320_p27946133112353"><strong id="kms_02_0024__en-us_topic_0112992320_b842352706185940">Mandatory</strong></p>
<th align="left" class="cellrowborder" valign="top" width="16.919999999999998%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="kms_02_0024__en-us_topic_0112992320_p27946133112353">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.55%" id="mcps1.3.2.2.2.1.2.5.1.3"><p id="kms_02_0024__en-us_topic_0112992320_p49044287112353">Type</p>
</th>
@ -31,14 +31,36 @@
</div>
</li></ul>
</div>
<div class="section" id="kms_02_0024__en-us_topic_0112992320_section12625030112353"><h4 class="sectiontitle">Requests</h4><p id="kms_02_0024__en-us_topic_0112992320_p2857052711259">None</p>
<div class="section" id="kms_02_0024__en-us_topic_0112992320_section12625030112353"><h4 class="sectiontitle">Requests</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_row209291944115219"><th align="left" class="cellrowborder" valign="top" width="20.080000000000002%" id="mcps1.3.3.2.2.5.1.1"><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_p17930194414521">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.919999999999998%" id="mcps1.3.3.2.2.5.1.2"><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_p15930244195213">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.3"><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_p39301444155210">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.2.2.5.1.4"><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_p109301444105220">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_row1292934416529"><td class="cellrowborder" valign="top" width="20.080000000000002%" headers="mcps1.3.3.2.2.5.1.1 "><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_p109311444155211">X-Auth-Token</p>
</td>
<td class="cellrowborder" valign="top" width="19.919999999999998%" headers="mcps1.3.3.2.2.5.1.2 "><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_p9931104412528">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_p193104485212">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0000001176937539_p1093134420527">User token. It can be obtained by calling an IAM API. The value of <strong id="kms_02_0024__en-us_topic_0112992320_b275271612510">X-Subject-Token</strong> in the response header is the user token.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="kms_02_0024__en-us_topic_0112992320_section15686020"><h4 class="sectiontitle">Responses</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0024__en-us_topic_0112992320_table5856932152840" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response parameters</caption><thead align="left"><tr id="kms_02_0024__en-us_topic_0112992320_row5206426152840"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.1"><p id="kms_02_0024__en-us_topic_0112992320_p19067323152840"><strong id="kms_02_0024__en-us_topic_0112992320_b8423527061909">Parameter</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0024__en-us_topic_0112992320_table5856932152840" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response parameters</caption><thead align="left"><tr id="kms_02_0024__en-us_topic_0112992320_row5206426152840"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.1"><p id="kms_02_0024__en-us_topic_0112992320_p19067323152840">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.2.2.5.1.2"><p id="kms_02_0024__en-us_topic_0112992320_p9786487152840"><strong id="kms_02_0024__en-us_topic_0112992320_b84235270619014">Mandatory</strong></p>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.2.2.5.1.2"><p id="kms_02_0024__en-us_topic_0112992320_p9786487152840">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.3"><p id="kms_02_0024__en-us_topic_0112992320_p949325152840"><strong id="kms_02_0024__en-us_topic_0112992320_b84235270619012">Type</strong></p>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.3"><p id="kms_02_0024__en-us_topic_0112992320_p949325152840">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.2.2.5.1.4"><p id="kms_02_0024__en-us_topic_0112992320_p54508002152840">Description</p>
</th>
@ -70,8 +92,8 @@
}</pre>
</li></ul>
</div>
<div class="section" id="kms_02_0024__en-us_topic_0112992320_section3454223421"><h4 class="sectiontitle">Status Codes</h4><div class="p" id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_p17772351"><a href="#kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_table20596071">Table 3</a> lists the normal status code returned by the response.
<div class="tablenoborder"><a name="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><a name="en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_table20596071" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Status codes</caption><thead align="left"><tr id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_row9746163"><th align="left" class="cellrowborder" valign="top" width="16.16%" id="mcps1.3.6.2.2.2.4.1.1"><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_p57545694203043">Status Code</p>
<div class="section" id="kms_02_0024__en-us_topic_0112992320_section3454223421"><h4 class="sectiontitle">Status Codes</h4><div class="p" id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_p17772351"><a href="#kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_table20596071">Table 4</a> lists the normal status code returned by the response.
<div class="tablenoborder"><a name="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><a name="en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_table20596071" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Status codes</caption><thead align="left"><tr id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_en-us_topic_0079615001_row9746163"><th align="left" class="cellrowborder" valign="top" width="16.16%" id="mcps1.3.6.2.2.2.4.1.1"><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_p57545694203043">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="28.28%" id="mcps1.3.6.2.2.2.4.1.2"><p id="kms_02_0024__en-us_topic_0112992320_en-us_topic_0112992294_p4531342288">Status</p>
</th>

View File

@ -7,9 +7,9 @@
</div>
<div class="section" id="kms_02_0025__en-us_topic_0112992292_section35184599112353"><h4 class="sectiontitle">URI</h4><ul id="kms_02_0025__en-us_topic_0112992292_ul31380276112353"><li id="kms_02_0025__en-us_topic_0112992292_li13987034112353">URI format<p id="kms_02_0025__en-us_topic_0112992292_p58774446112353"><a name="kms_02_0025__en-us_topic_0112992292_li13987034112353"></a><a name="en-us_topic_0112992292_li13987034112353"></a>GET /v1.0/{project_id}/kms/user-quotas</p>
</li><li id="kms_02_0025__en-us_topic_0112992292_li59207969112353">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_table63109676112353" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_row49827042112353"><th align="left" class="cellrowborder" valign="top" width="22.74%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_p9458563112353"><strong id="kms_02_0025__en-us_topic_0112992292_b8423527061924">Parameter</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_table63109676112353" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameter</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_row49827042112353"><th align="left" class="cellrowborder" valign="top" width="22.74%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_p9458563112353">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.919999999999998%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_p27946133112353"><strong id="kms_02_0025__en-us_topic_0112992292_b84235270619210">Mandatory</strong></p>
<th align="left" class="cellrowborder" valign="top" width="16.919999999999998%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_p27946133112353">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.55%" id="mcps1.3.2.2.2.1.2.5.1.3"><p id="kms_02_0025__en-us_topic_0112992292_p49044287112353">Type</p>
</th>
@ -31,14 +31,36 @@
</div>
</li></ul>
</div>
<div class="section" id="kms_02_0025__en-us_topic_0112992292_section12625030112353"><h4 class="sectiontitle">Requests</h4><p id="kms_02_0025__en-us_topic_0112992292_p2857052711259">None</p>
<div class="section" id="kms_02_0025__en-us_topic_0112992292_section12625030112353"><h4 class="sectiontitle">Requests</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_row209291944115219"><th align="left" class="cellrowborder" valign="top" width="20.080000000000002%" id="mcps1.3.3.2.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_p17930194414521">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.919999999999998%" id="mcps1.3.3.2.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_p15930244195213">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.3"><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_p39301444155210">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.2.2.5.1.4"><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_p109301444105220">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_row1292934416529"><td class="cellrowborder" valign="top" width="20.080000000000002%" headers="mcps1.3.3.2.2.5.1.1 "><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_p109311444155211">X-Auth-Token</p>
</td>
<td class="cellrowborder" valign="top" width="19.919999999999998%" headers="mcps1.3.3.2.2.5.1.2 "><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_p9931104412528">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_p193104485212">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0000001176937539_p1093134420527">User token. It can be obtained by calling an IAM API. The value of <strong id="kms_02_0025__en-us_topic_0112992292_b1977095532105121">X-Subject-Token</strong> in the response header is the user token.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="kms_02_0025__en-us_topic_0112992292_section15686020"><h4 class="sectiontitle">Responses</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_table57089888113143" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response parameters</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_row44406426113143"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_p40150733113143"><strong id="kms_02_0025__en-us_topic_0112992292_b84235270619232">Parameter</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_table57089888113143" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response parameters</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_row44406426113143"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_p40150733113143">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.2.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_p26668948113143"><strong id="kms_02_0025__en-us_topic_0112992292_b84235270619240">Mandatory</strong></p>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.2.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_p26668948113143">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.3"><p id="kms_02_0025__en-us_topic_0112992292_p30983912113143"><strong id="kms_02_0025__en-us_topic_0112992292_b84235270619236">Type</strong></p>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.3"><p id="kms_02_0025__en-us_topic_0112992292_p30983912113143">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.2.2.5.1.4"><p id="kms_02_0025__en-us_topic_0112992292_p12701176113143">Description</p>
</th>
@ -50,16 +72,16 @@
</td>
<td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.4.2.2.5.1.3 "><p id="kms_02_0025__en-us_topic_0112992292_p49482377113143">Object</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.2.2.5.1.4 "><p id="kms_02_0025__en-us_topic_0112992292_p48300854113143">Quota list. For details, see <a href="#kms_02_0025__en-us_topic_0112992292_table91213810301">Table 3</a>.</p>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.2.2.5.1.4 "><p id="kms_02_0025__en-us_topic_0112992292_p48300854113143">Quota list. For details, see <a href="#kms_02_0025__en-us_topic_0112992292_table91213810301">Table 4</a>.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="kms_02_0025__en-us_topic_0112992292_table91213810301"></a><a name="en-us_topic_0112992292_table91213810301"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_table91213810301" frame="border" border="1" rules="all"><caption><b>Table 3 </b><strong>quotas</strong> field description</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_row1812219893014"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.3.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_p270818432314"><strong id="kms_02_0025__en-us_topic_0112992292_b281886544">Parameter</strong></p>
<div class="tablenoborder"><a name="kms_02_0025__en-us_topic_0112992292_table91213810301"></a><a name="en-us_topic_0112992292_table91213810301"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_table91213810301" frame="border" border="1" rules="all"><caption><b>Table 4 </b><strong id="kms_02_0025__en-us_topic_0112992292_b0572192915118">quotas</strong> field description</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_row1812219893014"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.3.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_p270818432314">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.3.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_p0708144373116"><strong id="kms_02_0025__en-us_topic_0112992292_b346734555">Mandatory</strong></p>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.3.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_p0708144373116">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.3.2.5.1.3"><p id="kms_02_0025__en-us_topic_0112992292_p37081843133115">Type</p>
</th>
@ -73,16 +95,16 @@
</td>
<td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.4.3.2.5.1.3 "><p id="kms_02_0025__en-us_topic_0112992292_p1852105712316">Array of objects</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.5.1.4 "><p id="kms_02_0025__en-us_topic_0112992292_p188521457103115">Resource quota list. For details, see <a href="#kms_02_0025__en-us_topic_0112992292_table167809412315">Table 4</a>.</p>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.5.1.4 "><p id="kms_02_0025__en-us_topic_0112992292_p188521457103115">Resource quota list. For details, see <a href="#kms_02_0025__en-us_topic_0112992292_table167809412315">Table 5</a>.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="kms_02_0025__en-us_topic_0112992292_table167809412315"></a><a name="en-us_topic_0112992292_table167809412315"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_table167809412315" frame="border" border="1" rules="all"><caption><b>Table 4 </b><strong>resources</strong> field description</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_row1278094143119"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.4.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_p9231545143120"><strong id="kms_02_0025__en-us_topic_0112992292_b2139338772">Parameter</strong></p>
<div class="tablenoborder"><a name="kms_02_0025__en-us_topic_0112992292_table167809412315"></a><a name="en-us_topic_0112992292_table167809412315"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_table167809412315" frame="border" border="1" rules="all"><caption><b>Table 5 </b><strong id="kms_02_0025__en-us_topic_0112992292_b165724299511">resources</strong> field description</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_row1278094143119"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.4.2.5.1.1"><p id="kms_02_0025__en-us_topic_0112992292_p9231545143120">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.4.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_p1523245183111"><strong id="kms_02_0025__en-us_topic_0112992292_b1554045716">Mandatory</strong></p>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.4.2.5.1.2"><p id="kms_02_0025__en-us_topic_0112992292_p1523245183111">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.4.2.5.1.3"><p id="kms_02_0025__en-us_topic_0112992292_p1823545193118">Type</p>
</th>
@ -150,8 +172,8 @@
}</pre>
</li></ul>
</div>
<div class="section" id="kms_02_0025__en-us_topic_0112992292_section3454223421"><h4 class="sectiontitle">Status Codes</h4><div class="p" id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_p17772351"><a href="#kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_table20596071">Table 5</a> lists the normal status code returned by the response.
<div class="tablenoborder"><a name="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><a name="en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_table20596071" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Status codes</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_row9746163"><th align="left" class="cellrowborder" valign="top" width="16.16%" id="mcps1.3.6.2.2.2.4.1.1"><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_p57545694203043">Status Code</p>
<div class="section" id="kms_02_0025__en-us_topic_0112992292_section3454223421"><h4 class="sectiontitle">Status Codes</h4><div class="p" id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_p17772351"><a href="#kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_table20596071">Table 6</a> lists the normal status code returned by the response.
<div class="tablenoborder"><a name="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><a name="en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_table20596071" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Status codes</caption><thead align="left"><tr id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_en-us_topic_0079615001_row9746163"><th align="left" class="cellrowborder" valign="top" width="16.16%" id="mcps1.3.6.2.2.2.4.1.1"><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_p57545694203043">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="28.28%" id="mcps1.3.6.2.2.2.4.1.2"><p id="kms_02_0025__en-us_topic_0112992292_en-us_topic_0112992294_p4531342288">Status</p>
</th>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
<p id="kms_02_0043__en-us_topic_0112992321_p15654134845116">TMS may use this API to query all tags of a specified CMK.</p>
<div class="section" id="kms_02_0043__en-us_topic_0112992321_section1227165345118"><h4 class="sectiontitle">URI</h4><ul id="kms_02_0043__en-us_topic_0112992321_ul986611545259"><li id="kms_02_0043__en-us_topic_0112992321_li155531757162511">URI format<p id="kms_02_0043__en-us_topic_0112992321_p177116598259"><a name="kms_02_0043__en-us_topic_0112992321_li155531757162511"></a><a name="en-us_topic_0112992321_li155531757162511"></a>GET /v1.0/{project_id}/kms/{key_id}/tags</p>
</li><li id="kms_02_0043__en-us_topic_0112992321_li486405413252">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0043__en-us_topic_0112992321_table68661454102512" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="kms_02_0043__en-us_topic_0112992321_row386465419250"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.3.2.2.1.2.5.1.1"><p id="kms_02_0043__en-us_topic_0112992321_p2739096916511">Parameter</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0043__en-us_topic_0112992321_table68661454102512" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameters</caption><thead align="left"><tr id="kms_02_0043__en-us_topic_0112992321_row386465419250"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.3.2.2.1.2.5.1.1"><p id="kms_02_0043__en-us_topic_0112992321_p2739096916511">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.3.2.2.1.2.5.1.2"><p id="kms_02_0043__en-us_topic_0112992321_p407603016511">Mandatory</p>
</th>
@ -31,7 +31,7 @@
</td>
<td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.3.2.2.1.2.5.1.3 "><p id="kms_02_0043__en-us_topic_0112992321_p142756516912">String</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.3.2.2.1.2.5.1.4 "><p id="kms_02_0043__en-us_topic_0112992321_p5866175412520">36-byte ID of a CMK that matches the regular expression <span class="parmvalue" id="kms_02_0043__en-us_topic_0112992321_parmvalue80435593163333"><b>^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$</b></span></p>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.3.2.2.1.2.5.1.4 "><p id="kms_02_0043__en-us_topic_0112992321_p5866175412520">36-byte key ID that matches the regular expression <span class="parmvalue" id="kms_02_0043__en-us_topic_0112992321_parmvalue17271928914336"><b>^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$</b></span>.</p>
<p id="kms_02_0043__en-us_topic_0112992321_p58662544251">Example: 0d0466b0-e727-4d9c-b35d-f84bb474a37f</p>
</td>
</tr>
@ -40,10 +40,32 @@
</div>
</li></ul>
</div>
<div class="section" id="kms_02_0043__en-us_topic_0112992321_section11363185405213"><h4 class="sectiontitle">Requests</h4><p id="kms_02_0043__en-us_topic_0112992321_p21326445316">None</p>
<div class="section" id="kms_02_0043__en-us_topic_0112992321_section11363185405213"><h4 class="sectiontitle">Requests</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_row209291944115219"><th align="left" class="cellrowborder" valign="top" width="20.080000000000002%" id="mcps1.3.4.2.2.5.1.1"><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_p17930194414521">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.919999999999998%" id="mcps1.3.4.2.2.5.1.2"><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_p15930244195213">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.2.2.5.1.3"><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_p39301444155210">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.4.2.2.5.1.4"><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_p109301444105220">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_row1292934416529"><td class="cellrowborder" valign="top" width="20.080000000000002%" headers="mcps1.3.4.2.2.5.1.1 "><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_p109311444155211">X-Auth-Token</p>
</td>
<td class="cellrowborder" valign="top" width="19.919999999999998%" headers="mcps1.3.4.2.2.5.1.2 "><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_p9931104412528">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.2.2.5.1.3 "><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_p193104485212">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.4.2.2.5.1.4 "><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0000001176937539_p1093134420527">User token. It can be obtained by calling an IAM API. The value of <strong id="kms_02_0043__en-us_topic_0112992321_b1393961284105157">X-Subject-Token</strong> in the response header is the user token.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="kms_02_0043__en-us_topic_0112992321_section353620935319"><h4 class="sectiontitle">Responses</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0043__en-us_topic_0112992321_table198991847173016" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response parameters</caption><thead align="left"><tr id="kms_02_0043__en-us_topic_0112992321_row11899184723019"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.5.2.2.5.1.1"><p id="kms_02_0043__en-us_topic_0112992321_p834764110575">Parameter</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0043__en-us_topic_0112992321_table198991847173016" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response parameters</caption><thead align="left"><tr id="kms_02_0043__en-us_topic_0112992321_row11899184723019"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.5.2.2.5.1.1"><p id="kms_02_0043__en-us_topic_0112992321_p834764110575">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.5.2.2.5.1.2"><p id="kms_02_0043__en-us_topic_0112992321_p3347144155718">Mandatory</p>
</th>
@ -63,6 +85,18 @@
</div>
</td>
</tr>
<tr id="kms_02_0043__en-us_topic_0112992321_row1669727664"><td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.5.2.2.5.1.1 "><p id="kms_02_0043__en-us_topic_0112992321_p17547291440">sys_tags</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.5.2.2.5.1.2 "><p id="kms_02_0043__en-us_topic_0112992321_p1991713531967">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.5.2.2.5.1.3 "><p id="kms_02_0043__en-us_topic_0112992321_p11541929846">Array of objects</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.2.5.1.4 "><p id="kms_02_0043__en-us_topic_0112992321_p154152917416">System tag list, which is the value pairs of <strong id="kms_02_0043__en-us_topic_0112992321_b11450122934612">key</strong> and <strong id="kms_02_0043__en-us_topic_0112992321_b9451152912464">value</strong>.</p>
<ul id="kms_02_0043__en-us_topic_0112992321_ul17545291647"><li id="kms_02_0043__en-us_topic_0112992321_li65442910417"><p id="kms_02_0043__en-us_topic_0112992321_p20542291846"><a name="kms_02_0043__en-us_topic_0112992321_li65442910417"></a><a name="en-us_topic_0112992321_li65442910417"></a><strong id="kms_02_0043__en-us_topic_0112992321_b5334112864715">key</strong> indicates the tag key. A CMK can contain at most 10 keys, and each of them is unique and cannot be empty. A key cannot have duplicate values. The value of <strong id="kms_02_0043__en-us_topic_0112992321_b869060311">key</strong> can contain a maximum of 36 characters.</p>
</li><li id="kms_02_0043__en-us_topic_0112992321_li10541291046"><p id="kms_02_0043__en-us_topic_0112992321_p2541329946"><a name="kms_02_0043__en-us_topic_0112992321_li10541291046"></a><a name="en-us_topic_0112992321_li10541291046"></a><strong id="kms_02_0043__en-us_topic_0112992321_b167586094817">value</strong>: Tag value. The value can contain a maximum of 43 characters. A search result matches all the values.</p>
</li></ul>
</td>
</tr>
<tr id="kms_02_0043__en-us_topic_0112992321_row3937146994858"><td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.5.2.2.5.1.1 "><p id="kms_02_0043__en-us_topic_0112992321_p3497239294858">existTagNum</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.5.2.2.5.1.2 "><p id="kms_02_0043__en-us_topic_0112992321_p866149694858">Yes</p>
@ -99,8 +133,8 @@
</div>
</li></ul>
</div>
<div class="section" id="kms_02_0043__en-us_topic_0112992321_section192111133389"><h4 class="sectiontitle">Status Codes</h4><div class="p" id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_p17772351"><a href="#kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_table20596071">Table 3</a> lists the normal status code returned by the response.
<div class="tablenoborder"><a name="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><a name="en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_table20596071" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Status codes</caption><thead align="left"><tr id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_row9746163"><th align="left" class="cellrowborder" valign="top" width="16.16%" id="mcps1.3.7.2.2.2.4.1.1"><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_p57545694203043">Status Code</p>
<div class="section" id="kms_02_0043__en-us_topic_0112992321_section192111133389"><h4 class="sectiontitle">Status Codes</h4><div class="p" id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_p17772351"><a href="#kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_table20596071">Table 4</a> lists the normal status code returned by the response.
<div class="tablenoborder"><a name="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><a name="en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_table20596071" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Status codes</caption><thead align="left"><tr id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_en-us_topic_0079615001_row9746163"><th align="left" class="cellrowborder" valign="top" width="16.16%" id="mcps1.3.7.2.2.2.4.1.1"><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_p57545694203043">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="28.28%" id="mcps1.3.7.2.2.2.4.1.2"><p id="kms_02_0043__en-us_topic_0112992321_en-us_topic_0112992294_p4531342288">Status</p>
</th>

View File

@ -5,9 +5,9 @@
</div>
<div class="section" id="kms_02_0044__en-us_topic_0112992316_section45111117115918"><h4 class="sectiontitle">URI</h4><ul id="kms_02_0044__en-us_topic_0112992316_ul132411362019"><li id="kms_02_0044__en-us_topic_0112992316_li19240261307">URI format<p id="kms_02_0044__en-us_topic_0112992316_p1985147903"><a name="kms_02_0044__en-us_topic_0112992316_li19240261307"></a><a name="en-us_topic_0112992316_li19240261307"></a>GET /v1.0/{project_id}/kms/tags</p>
</li><li id="kms_02_0044__en-us_topic_0112992316_li122401062013">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0044__en-us_topic_0112992316_table5241461905" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="kms_02_0044__en-us_topic_0112992316_row42402064012"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="kms_02_0044__en-us_topic_0112992316_p202401061602"><strong id="kms_02_0044__en-us_topic_0112992316_b842352706202545">Parameter</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0044__en-us_topic_0112992316_table5241461905" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameter</caption><thead align="left"><tr id="kms_02_0044__en-us_topic_0112992316_row42402064012"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="kms_02_0044__en-us_topic_0112992316_p202401061602">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.02%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="kms_02_0044__en-us_topic_0112992316_p0240763013"><strong id="kms_02_0044__en-us_topic_0112992316_b842352706202614_1">Mandatory</strong></p>
<th align="left" class="cellrowborder" valign="top" width="16.02%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="kms_02_0044__en-us_topic_0112992316_p0240763013">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.98%" id="mcps1.3.2.2.2.1.2.5.1.3"><p id="kms_02_0044__en-us_topic_0112992316_p32401367016">Type</p>
</th>
@ -29,14 +29,36 @@
</div>
</li></ul>
</div>
<div class="section" id="kms_02_0044__en-us_topic_0112992316_section2099414217011"><h4 class="sectiontitle">Requests</h4><p id="kms_02_0044__en-us_topic_0112992316_p2369162817017">None</p>
<div class="section" id="kms_02_0044__en-us_topic_0112992316_section2099414217011"><h4 class="sectiontitle">Requests</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request header parameters</caption><thead align="left"><tr id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_row209291944115219"><th align="left" class="cellrowborder" valign="top" width="20.080000000000002%" id="mcps1.3.3.2.2.5.1.1"><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_p17930194414521">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.919999999999998%" id="mcps1.3.3.2.2.5.1.2"><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_p15930244195213">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.3"><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_p39301444155210">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.2.2.5.1.4"><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_p109301444105220">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_row1292934416529"><td class="cellrowborder" valign="top" width="20.080000000000002%" headers="mcps1.3.3.2.2.5.1.1 "><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_p109311444155211">X-Auth-Token</p>
</td>
<td class="cellrowborder" valign="top" width="19.919999999999998%" headers="mcps1.3.3.2.2.5.1.2 "><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_p9931104412528">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_p193104485212">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0000001176937539_p1093134420527">User token. It can be obtained by calling an IAM API. The value of <strong id="kms_02_0044__en-us_topic_0112992316_b642472313105157">X-Subject-Token</strong> in the response header is the user token.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="kms_02_0044__en-us_topic_0112992316_section8148203216011"><h4 class="sectiontitle">Responses</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0044__en-us_topic_0112992316_table17789425210" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response parameters</caption><thead align="left"><tr id="kms_02_0044__en-us_topic_0112992316_row077610421225"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.1"><p id="kms_02_0044__en-us_topic_0112992316_p1577110425210"><strong id="kms_02_0044__en-us_topic_0112992316_b1855047320">Parameter</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0044__en-us_topic_0112992316_table17789425210" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response parameters</caption><thead align="left"><tr id="kms_02_0044__en-us_topic_0112992316_row077610421225"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.1"><p id="kms_02_0044__en-us_topic_0112992316_p1577110425210">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.2.2.5.1.2"><p id="kms_02_0044__en-us_topic_0112992316_p167751142326"><strong id="kms_02_0044__en-us_topic_0112992316_b842352706202614_3">Mandatory</strong></p>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.4.2.2.5.1.2"><p id="kms_02_0044__en-us_topic_0112992316_p167751142326">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.3"><p id="kms_02_0044__en-us_topic_0112992316_p157711420214"><strong id="kms_02_0044__en-us_topic_0112992316_b842352706202612">Type</strong></p>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.4.2.2.5.1.3"><p id="kms_02_0044__en-us_topic_0112992316_p157711420214">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.2.2.5.1.4"><p id="kms_02_0044__en-us_topic_0112992316_p1877644212217">Description</p>
</th>
@ -84,8 +106,8 @@
</div>
</li></ul>
</div>
<div class="section" id="kms_02_0044__en-us_topic_0112992316_section192111133389"><h4 class="sectiontitle">Status Codes</h4><div class="p" id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_p17772351"><a href="#kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_table20596071">Table 3</a> lists the normal status code returned by the response.
<div class="tablenoborder"><a name="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><a name="en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_table20596071" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Status codes</caption><thead align="left"><tr id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_row9746163"><th align="left" class="cellrowborder" valign="top" width="16.16%" id="mcps1.3.6.2.2.2.4.1.1"><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_p57545694203043">Status Code</p>
<div class="section" id="kms_02_0044__en-us_topic_0112992316_section192111133389"><h4 class="sectiontitle">Status Codes</h4><div class="p" id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_p17772351"><a href="#kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_table20596071">Table 4</a> lists the normal status code returned by the response.
<div class="tablenoborder"><a name="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><a name="en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_table20596071"></a><table cellpadding="4" cellspacing="0" summary="" id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_table20596071" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Status codes</caption><thead align="left"><tr id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_en-us_topic_0079615001_row9746163"><th align="left" class="cellrowborder" valign="top" width="16.16%" id="mcps1.3.6.2.2.2.4.1.1"><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_p57545694203043">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="28.28%" id="mcps1.3.6.2.2.2.4.1.2"><p id="kms_02_0044__en-us_topic_0112992316_en-us_topic_0112992294_p4531342288">Status</p>
</th>

File diff suppressed because it is too large Load Diff

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