doc-exports/docs/dws/api-ref/dws_02_0022.html
Lu, Huayi b974c4b77e DWS API 2022101001 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2022-12-12 18:34:53 +00:00

218 lines
20 KiB
HTML

<a name="EN-US_TOPIC_0000001224645685"></a><a name="EN-US_TOPIC_0000001224645685"></a>
<h1 class="topictitle1">Querying the Supported Node Types</h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_sdfa13da9174b49a9a669c22a18eacd55"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p17513507">This API is used to query the node types supported by GaussDB(DWS).</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_se3e5263cf68f4a9b828bb8f7b590626a"><h4 class="sectiontitle">URI</h4><ul id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_ul9307971"><li id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_li16662877">URI format<pre class="screen" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_screen51861612175710">GET /v2/{project_id}/node-types</pre>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_table7515778" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameters</caption><thead align="left"><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row990949"><th align="left" class="cellrowborder" valign="top" width="19.259999999999998%" id="mcps1.3.2.2.1.2.2.5.1.1"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p13158007"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b84235270617228">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="9.58%" id="mcps1.3.2.2.1.2.2.5.1.2"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p59165662"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b6167984116271">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="14.41%" id="mcps1.3.2.2.1.2.2.5.1.3"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p27689346"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b101708501217">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="56.75%" id="mcps1.3.2.2.1.2.2.5.1.4"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p28244554"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b912415102110">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row6107551"><td class="cellrowborder" valign="top" width="19.259999999999998%" headers="mcps1.3.2.2.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p24949608">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="9.58%" headers="mcps1.3.2.2.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p7652366">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="14.41%" headers="mcps1.3.2.2.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p15861880">String</p>
</td>
<td class="cellrowborder" valign="top" width="56.75%" headers="mcps1.3.2.2.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p1731725075419"><span id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_text13437246308">Project ID</span>. For details about how to obtain the ID, see <a href="dws_02_0011.html">Obtaining a Project ID</a>.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_s9036d11fcd964e078e6bb9017057ea8a"><h4 class="sectiontitle">Request Message</h4><ul id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_ul51057338"><li id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_li56862858">Request example<pre class="screen" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_s533fecd714a7476a986537b79056554b">GET /v2/89cd04f168b84af6be287f71730fdb4b/node-types</pre>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_s0657e409391846eda0319914a02c09a5"><h4 class="sectiontitle">Response Message</h4><ul id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_ul26731201"><li id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_li39254219">Example response<pre class="screen" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_s9090345cd60f4ae3973b1df7930c27a1">status CODE 200
{
"node_types": [
{
"spec_name": "dws.d1.xlarge",
"id": "ebe532d6-665f-40e6-a4d4-3c51545b6a67",
"detail": [
{
"type": "vCPU",
"value": "4"
},
{
"value": "1675",
"type": "LOCAL_DISK",
"unit": "GB"
},
{
"type": "mem",
"value": "32",
"unit": "GB"
}
]
},
{
"spec_name": "dws.m1.xlarge.ultrahigh",
"id": "ebe532d6-665f-40e6-a4d4-3c51545b4f71",
"detail": [
{
"type": "vCPU",
"value": "4"
},
{
"value": "512",
"type": "SSD",
"unit": "GB"
},
{
"type": "mem",
"value": "32",
"unit": "GB"
}
]
}
]
}</pre>
</li></ul>
<ul id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_ul46855021"><li id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_li19042013">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_responseParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response parameter description</caption><thead align="left"><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row1694094364414"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.1.1.2.4.1.1"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p1094113435443"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b17721111123216">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.1.1.2.4.1.2"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p1894164334410"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b742001218329">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.1.1.2.4.1.3"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p19942164319445"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b91291412229">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row894054364418"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.1.2.4.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p1942184314444">node_types</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.1.2.4.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p199436439446">Array of <a href="#EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_response_node_types">NodeTypes</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.1.1.2.4.1.3 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p14943114384412">List of node type objects</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_response_node_types"></a><a name="en-us_topic_0000001098976622_response_node_types"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_response_node_types" frame="border" border="1" rules="all"><caption><b>Table 3 </b>NodeTypes</caption><thead align="left"><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row9944143174418"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.1.2.2.4.1.1"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p7945134319444"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b1673551843215">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.1.2.2.4.1.2"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p159466436449"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b13420319113217">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.1.2.2.4.1.3"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p1294884364415"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b52271420183215">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row7434141625110"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p838153818513">spec_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p1838238105112">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p13381538145112">Name of a node type</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row1694414320446"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p895014310447">detail</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001224645685__p793454820141">Array of <a href="#EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_response_detail">Detail</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p17952194344411">Node type details</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row17944144384419"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p10953443154416">id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p695315434441">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.1.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p10954194374414">Node type ID</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_response_detail"></a><a name="en-us_topic_0000001098976622_response_detail"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_response_detail" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Detail</caption><thead align="left"><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row4956243124420"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.1.3.2.4.1.1"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p19958174317446"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b7997432103220">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.1.3.2.4.1.2"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p29587434447"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b97921337325">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.1.3.2.4.1.3"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p12958154315448"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b943123412321">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row179565433443"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p15960144364414">type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p79611434445">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.1.3.2.4.1.3 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p196434316442">Attribute type</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row17956154319441"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p1965164310441">value</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p13965164320447">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.1.3.2.4.1.3 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p18965174318448">Attribute value</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_row1072761575314"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p11156112655314">unit</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p1156152665317">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.1.3.2.4.1.3 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_p31567266538">Attribute unit</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_s4aca364aca0245a694f14a4335b41ff5"><h4 class="sectiontitle">Status Code</h4><ul id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_ul40296320"><li id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_li27122565">Normal<p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p42776493"><a name="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_li27122565"></a><a name="en-us_topic_0000001098976622_en-us_topic_0067607269_li27122565"></a>200</p>
</li><li id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_li49444123">Exception
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_table42343927" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Returned values</caption><thead align="left"><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row24512769"><th align="left" class="cellrowborder" valign="top" width="30.3%" id="mcps1.3.5.2.2.1.2.3.1.1"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p39377290"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b84235270610542">Returned Value</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="69.69999999999999%" id="mcps1.3.5.2.2.1.2.3.1.2"><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p35443891"><strong id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_b1442222114228">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row52382884"><td class="cellrowborder" valign="top" width="30.3%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p15155206">400 Bad Request</p>
</td>
<td class="cellrowborder" valign="top" width="69.69999999999999%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p19612160">Request error.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row42291718"><td class="cellrowborder" valign="top" width="30.3%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p3077144">401 Unauthorized</p>
</td>
<td class="cellrowborder" valign="top" width="69.69999999999999%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p47922135">Authorization failed.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row28646034"><td class="cellrowborder" valign="top" width="30.3%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p38627455">403 Forbidden</p>
</td>
<td class="cellrowborder" valign="top" width="69.69999999999999%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p41816140">No operation permission.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row40800942"><td class="cellrowborder" valign="top" width="30.3%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p16541999">404 Not Found</p>
</td>
<td class="cellrowborder" valign="top" width="69.69999999999999%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p64833508">No resources found.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row46630661"><td class="cellrowborder" valign="top" width="30.3%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p18987236">500 Internal Server Error</p>
</td>
<td class="cellrowborder" valign="top" width="69.69999999999999%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p61571180">Internal service error.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_row17269710"><td class="cellrowborder" valign="top" width="30.3%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p56669285">503 Service Unavailable</p>
</td>
<td class="cellrowborder" valign="top" width="69.69999999999999%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001224645685__en-us_topic_0000001098976622_en-us_topic_0067607269_p26809401">The service is unavailable.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_02_0017.html">Cluster Management APIs</a></div>
</div>
</div>