forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: wanghuijuan738 <wanghuijuan738@huawei.com> Co-committed-by: wanghuijuan738 <wanghuijuan738@huawei.com>
198 lines
21 KiB
HTML
198 lines
21 KiB
HTML
<a name="EN-US_TOPIC_0000002374260905"></a><a name="EN-US_TOPIC_0000002374260905"></a>
|
|
|
|
<h1 class="topictitle1">Querying an SSH Key Pair (Native OpenStack API)</h1>
|
|
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_section59539732104217"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p57988992104217">This API is used to query a specified SSH key pair based on the key pair name.</p>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_section52138884104217"><h4 class="sectiontitle">URI</h4><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p29338743104217">GET /v2.1/{project_id}/os-keypairs/{keypair_name}</p>
|
|
<p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p13579723165510"><a href="#EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_table1179423205514">Table 1</a> lists the parameters.</p>
|
|
|
|
<div class="tablenoborder"><a name="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_table1179423205514"></a><a name="en-us_topic_0060384659_table1179423205514"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_table1179423205514" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row679693215558"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.4.2.4.1.1"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p17653616104217">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.4.2.4.1.2"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p20656767104217">Mandatory</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.4.2.4.1.3"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p62585419104217">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row379623265513"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p50904119104217">project_id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p29593000104217">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p48222838104217">Specifies the project ID.</p>
|
|
<p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p9141450142010">For how to obtain the project ID, see <a href="https://docs.otc.t-systems.com/en-us/api/apiug/apig-en-api-180328009.html" target="_blank" rel="noopener noreferrer">Obtaining Required Information</a>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row1579623216550"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p56513487104217">keypair_name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p14189698104217">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p8514927104217">Specifies the key pair name.</p>
|
|
<p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p7466161413561">You can obtain the key pair name by calling the <a href="en-us_topic_0000002374101041.html#EN-US_TOPIC_0000002374101041">Querying SSH Key Pairs (Native OpenStack API)</a> API.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_section18620476104217"><h4 class="sectiontitle">Request Parameters</h4><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p350710211486">None</p>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_section162101383248"><h4 class="sectiontitle">Example Request</h4><div class="p" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p12107226163019">Querying details about a key pair (name: keypair-test)<div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_screen172381314115716"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="n">GET</span><span class="w"> </span><span class="n">https</span><span class="p">:</span><span class="c1">//{ECS Endpoint}/v2.1/bbf1946d374b44a0a2a95533562ba954/os-keypairs/keypair-test</span>
|
|
</pre></div></td></tr></table></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_section18336671104217"><h4 class="sectiontitle">Response Parameters</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_table47814565104217" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row50677205104217"><th align="left" class="cellrowborder" valign="top" width="23.45765423457654%" id="mcps1.3.5.2.1.4.1.1"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p19987085">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="30.376962303769623%" id="mcps1.3.5.2.1.4.1.2"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p4546697">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="46.16538346165384%" id="mcps1.3.5.2.1.4.1.3"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p32738149">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row33037343104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.2.1.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p58779125104217">keypair</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.2.1.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p63488655104217">Object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.2.1.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p42307413104217">Specifies the SSH key pair. For details, see <a href="#EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_table39136185104217">Table 2</a>.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_table39136185104217"></a><a name="en-us_topic_0060384659_table39136185104217"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_table39136185104217" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_b0461469391">keypair</strong> data structure</caption><thead align="left"><tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row60401722104217"><th align="left" class="cellrowborder" valign="top" width="23.45765423457654%" id="mcps1.3.5.3.2.4.1.1"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p2384624132419">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="30.376962303769623%" id="mcps1.3.5.3.2.4.1.2"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p23851124102419">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="46.16538346165384%" id="mcps1.3.5.3.2.4.1.3"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p1388224162411">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row52495862104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p24306447104217">public_key</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p22665160104217">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p23938633104217">Specifies information about the public key in the key pair.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row14121108104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p2959125104217">name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p38362611104217">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p20363797104217">Specifies the key pair name.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row49056452104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p14149639104217">fingerprint</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p5270148104217">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p24228833104217">Specifies fingerprint information about the key pair.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row16732907104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p13188220104217">created_at</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p61612865104217">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p24586146104217">Specifies the time when the key pair was created.</p>
|
|
<p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p8768130115818">The timestamp format is ISO 8601, for example, <strong id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_b127321289367">2019-05-07T12:06:13.681238</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row19948729104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p5234385104217">deleted</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p21332025104217">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p50172441104217">Specifies the deleted key pair.</p>
|
|
<ul id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_ul1594190135612"><li id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_li1259416085613"><strong id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_b968419312363">true</strong>: indicates that the key has been deleted.</li><li id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_li05941019563"><strong id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_b1992713710367">false</strong>: indicates that the key is not deleted.</li></ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row48898790104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p1379054104217">deleted_at</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p44594563104217">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p55389836104217">Specifies the time when the key pair was deleted.</p>
|
|
<p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p03819116010">The timestamp format is ISO 8601, for example, <strong id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_b1735746163617">2019-05-07T12:06:13.681238</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row28746480104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p46763523104217">id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p29748990104217">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p60857994104217">Specifies the key pair ID.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row10851038104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p6518853104217">updated_at</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p58265105104217">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p21853098104217">Specifies the time when the key pair was updated.</p>
|
|
<p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p63535230013">The timestamp format is ISO 8601, for example, <strong id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_b178515518369">2019-05-07T12:06:13.681238</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_row62460159104217"><td class="cellrowborder" valign="top" width="23.45765423457654%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p26108085104217">user_id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="30.376962303769623%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p34380140104217">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.16538346165384%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_p33327947104217">Specifies information about the user owning the key pair.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_section54313211242"><h4 class="sectiontitle">Example Response</h4><div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_screen4690257120289"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal"> 1</span>
|
|
<span class="normal"> 2</span>
|
|
<span class="normal"> 3</span>
|
|
<span class="normal"> 4</span>
|
|
<span class="normal"> 5</span>
|
|
<span class="normal"> 6</span>
|
|
<span class="normal"> 7</span>
|
|
<span class="normal"> 8</span>
|
|
<span class="normal"> 9</span>
|
|
<span class="normal">10</span>
|
|
<span class="normal">11</span>
|
|
<span class="normal">12</span>
|
|
<span class="normal">13</span></pre></div></td><td class="code"><div><pre><span></span><span class="p">{</span>
|
|
<span class="w"> </span><span class="s">"keypair"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span>
|
|
<span class="w"> </span><span class="s">"created_at"</span><span class="p">:</span><span class="w"> </span><span class="s">"2019-05-07T12:06:13.681238"</span><span class="p">,</span>
|
|
<span class="w"> </span><span class="s">"deleted"</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span>
|
|
<span class="w"> </span><span class="s">"deleted_at"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
|
|
<span class="w"> </span><span class="s">"fingerprint"</span><span class="p">:</span><span class="w"> </span><span class="s">"9d:00:f4:d7:26:6e:52:06:4c:c1:d3:1d:fd:06:66:01"</span><span class="p">,</span>
|
|
<span class="w"> </span><span class="s">"id"</span><span class="p">:</span><span class="w"> </span><span class="mi">1</span><span class="p">,</span>
|
|
<span class="w"> </span><span class="s">"name"</span><span class="p">:</span><span class="w"> </span><span class="s">"keypair-3582d8b7-e588-4aad-b7f7-f4e76f0e4314"</span><span class="p">,</span>
|
|
<span class="w"> </span><span class="s">"public_key"</span><span class="p">:</span><span class="w"> </span><span class="s">"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYJrTVpcMwFqQy/oMvtUSRofZdSRHEwrsX8AYkRvn2ZnCXM+b6+GZ2NQuuWj+ocznlnwiGFQDsL/yeE+/kurqcPJFKKp60mToXIMyzioFxW88fJtwEWawHKAclbHWpR1t4fQ4DS+/sIbX/Yd9btlVQ2tpQjodGDbM9Tr9/+/3i6rcR+EoLqmbgCgAiGiVV6VbM2Zx79yUwd+GnQejHX8BlYZoOjCnt3NREsITcmWE9FVFy6TnLmahs3FkEO/QGgWGkaohAJlsgaVvSWGgDn2AujKYwyDokK3dXyeX3m2Vmc3ejiqPa/C4nRrCOlko5nSgV/9IXRx1ERImsqZnE9usB Generated-by-Nova"</span><span class="p">,</span>
|
|
<span class="w"> </span><span class="s">"updated_at"</span><span class="p">:</span><span class="w"> </span><span class="kc">null</span><span class="p">,</span>
|
|
<span class="w"> </span><span class="s">"user_id"</span><span class="p">:</span><span class="w"> </span><span class="s">"fake"</span>
|
|
<span class="w"> </span><span class="p">}</span>
|
|
<span class="p">}</span>
|
|
</pre></div></td></tr></table></div>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_section7610951"><h4 class="sectiontitle">Returned Values</h4><div class="p" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_p193201622141412">Normal values
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_table753804619176" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_row10735134615172"><th align="left" class="cellrowborder" valign="top" width="42.42%" id="mcps1.3.7.2.1.1.3.1.1"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_p19735204616177">Returned Values</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="57.58%" id="mcps1.3.7.2.1.1.3.1.2"><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_p207355465176">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_row1473514621713"><td class="cellrowborder" valign="top" width="42.42%" headers="mcps1.3.7.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_p13735144611178">200</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="57.58%" headers="mcps1.3.7.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_p207351246161711">The request has been successfully processed.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_p47633965">For details about other returned values, see <a href="en-us_topic_0053158690.html">Status Codes</a>.</p>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_section14752650154917"><h4 class="sectiontitle">Error Codes</h4><p id="EN-US_TOPIC_0000002374260905__en-us_topic_0060384659_en-us_topic_0106040941_p10243161417491">See <a href="en-us_topic_0107541808.html">Error Codes</a>.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000002340063044.html">BMS SSH Key Management (Native OpenStack APIs)</a></div>
|
|
</div>
|
|
</div>
|
|
|