doc-exports/docs/dws/api-ref/dws_02_0020.html
Lu, Huayi 3d88b677fd DWS API 830.201 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-10 13:18:08 +00:00

383 lines
40 KiB
HTML

<a name="EN-US_TOPIC_0000001231272825"></a><a name="EN-US_TOPIC_0000001231272825"></a>
<h1 class="topictitle1">Creating a Cluster</h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_scd66d518a80c4ea88a94f13aa57bb1e1"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p36702580">This API is used to create clusters.</p>
<p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p95315409566">The cluster must run in a VPC. Before creating a cluster, you need to create a VPC and obtain the VPC and subnet IDs.</p>
<p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1594471275719">This API is an asynchronous API. It takes 10 to 15 minutes to create a cluster.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_see3b10011fa94758b8bc201af3e10d11"><h4 class="sectiontitle">URI</h4><ul id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_ul20119003"><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_li46853302">URI format<pre class="screen" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_screen0731836155511">POST /v1.0/{project_id}/clusters</pre>
</li><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_li37021121">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_table64754634" frame="border" border="1" rules="all"><caption><b>Table 1 </b>URI parameters</caption><thead align="left"><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row57662920"><th align="left" class="cellrowborder" valign="top" width="19.27%" id="mcps1.3.2.2.2.1.2.5.1.1"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p40184969"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b84235270617228">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="10.96%" id="mcps1.3.2.2.2.1.2.5.1.2"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p33757095"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b6167984116271">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="12.68%" id="mcps1.3.2.2.2.1.2.5.1.3"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p49970185"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b19825185211810">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="57.089999999999996%" id="mcps1.3.2.2.2.1.2.5.1.4"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p21053208"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b59291959920">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row27588283"><td class="cellrowborder" valign="top" width="19.27%" headers="mcps1.3.2.2.2.1.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p4756112764612">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="10.96%" headers="mcps1.3.2.2.2.1.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p14122463">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="12.68%" headers="mcps1.3.2.2.2.1.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p3068848">String</p>
</td>
<td class="cellrowborder" valign="top" width="57.089999999999996%" headers="mcps1.3.2.2.2.1.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_a01f243f2ffbf41ddb83b1f470909e787"><span id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_text36532162818">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_0000001231272825__en-us_topic_0000001098816618_s79d3edcb64b244b1bf0f33da4adab8d6"><h4 class="sectiontitle">Request Message</h4><ul id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_ul2267763"><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_li20409871">Request example<pre class="screen" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_s4f043beafa2c47b1bf779a83498489ea">POST https://{Endpoint}/v1.0/89cd04f168b84af6be287f71730fdb4b/clusters
{
"cluster": {
"node_type": "dws.m1.xlarge.ultrahigh",
"number_of_node": 3,
"subnet_id": "374eca02-cfc4-4de7-8ab5-dbebf7d9a720",
"security_group_id": "dc3ec145-9029-4b39-b5a3-ace5a01f772b",
"vpc_id": "85b20d7e-9eb7-4b2a-98f3-3c8843ea3574",
"availability_zone": "eu-de-01",
"port": 8000,
"name": "dws-1",
"user_name": "dbadmin",
"user_pwd": "Password!",
"public_ip": {
"public_bind_type": "auto_assign",
"eip_id": ""
},
"enterprise_project_id":"aca4e50a-266f-4786-827c-f8d6cc3fbada" }
}</pre>
</li></ul>
<ul id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_ul18476557"><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_li32071293">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_table55481021436" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request parameters</caption><thead align="left"><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row1856312212312"><th align="left" class="cellrowborder" valign="top" width="18.911891189118908%" id="mcps1.3.3.3.1.1.2.5.1.1"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p356682238"><strong id="EN-US_TOPIC_0000001231272825__b1626961941">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="10.03100310031003%" id="mcps1.3.3.3.1.1.2.5.1.2"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p75691625316"><strong id="EN-US_TOPIC_0000001231272825__b1045969760">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="13.821382138213819%" id="mcps1.3.3.3.1.1.2.5.1.3"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p13572121033"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b1999310462918">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="57.23572357235723%" id="mcps1.3.3.3.1.1.2.5.1.4"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p185771721139"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b220417480914">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row1758192536"><td class="cellrowborder" valign="top" width="18.911891189118908%" headers="mcps1.3.3.3.1.1.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p158411211318">cluster</p>
</td>
<td class="cellrowborder" valign="top" width="10.03100310031003%" headers="mcps1.3.3.3.1.1.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p125867218311">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="13.821382138213819%" headers="mcps1.3.3.3.1.1.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p358810219313"><a href="#EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_table15931340184218">CreateClusterInfo</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="57.23572357235723%" headers="mcps1.3.3.3.1.1.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p6591524314">Cluster object</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_table15931340184218"></a><a name="en-us_topic_0000001098816618_table15931340184218"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_table15931340184218" frame="border" border="1" rules="all"><caption><b>Table 3 </b>CreateClusterInfo</caption><thead align="left"><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row169418409428"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.2.2.5.1.1"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1395144034219"><strong id="EN-US_TOPIC_0000001231272825__b1570137727">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.2.2.5.1.2"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p102898402426"><strong id="EN-US_TOPIC_0000001231272825__b1851190453">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.2.2.5.1.3"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p3290144084218"><strong id="EN-US_TOPIC_0000001231272825__b1391364994">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.3.1.2.2.5.1.4"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p2029054013423"><strong id="EN-US_TOPIC_0000001231272825__b1538178705">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row2124184793013"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p0227450183019">node_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p622711508302">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1323114502303">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p102311750153011">Node type </p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row1797719362317"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p285323883112">number_of_node</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p15853163817315">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p6853103817312">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p285313823113">Number of cluster nodes. For a cluster, the value ranges from 3 to 256. For a hybrid data warehouse (standalone), the value is 1.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row52591478327"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p144155507327">subnet_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p5416350123210">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p15416165014326">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p17416195013218">Subnet ID, which is used for configuring cluster network.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row9383192833315"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p14514133013316">security_group_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1351412302334">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p8515183012332">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p15515530123313">ID of a security group, which is used for configuring cluster network.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row1811514563335"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p10691165853311">vpc_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p11691125817333">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1769155819336">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p8691258193316">VPC ID, which is used for configuring cluster network.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row82921740154215"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1429216406425">availability_zone</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p02921340124215">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p19292114084218">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p122938405423">AZ of a cluster </p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row10558146133410"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p11933954183417">port</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1293425483412">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p12934155433411">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1934125403419">Service port of a cluster. The value ranges from 8000 to 30000. The default value is <strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b13647419274">8000</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row1632915214342"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p179341254103417">name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p9934754193414">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p3934254203413">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p139341454103417">Cluster name, which must be unique. The cluster name must contain 4 to 64 characters, which must start with a letter. Only letters, digits, hyphens (-), and underscores (_) are allowed.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row1295712209358"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p17959155116353">user_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p396025153520">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p396045111350">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1496010510355">Administrator username for logging in to a GaussDB(DWS) cluster. The administrator username must:</p>
<ul id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_ul996025112356"><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_li59601751103519">Consist of lowercase letters, digits, or underscores.</li><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_li5960135123516">Start with a lowercase letter or an underscore.</li><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_li20961351133516">Contain 1 to 63 characters.</li><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_li0961145193514">Cannot be a keyword of the GaussDB(DWS) database.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row19314143463517"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p12419196163613">user_pwd</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1241926113618">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p94199623618">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p94194618360">Administrator password for logging in to a GaussDB(DWS) cluster</p>
<ul id="EN-US_TOPIC_0000001231272825__ul62671120541"><li id="EN-US_TOPIC_0000001231272825__li142671411543">Contains 12 to 32 characters.</li><li id="EN-US_TOPIC_0000001231272825__li426720120543">Contains at least three types of the following characters: uppercase letters, lowercase letters, digits, and special characters (~!?, .:;-_(){}[]/&lt;&gt;@# %^&amp;*+|\=).</li><li id="EN-US_TOPIC_0000001231272825__li11267121125420">Cannot be the same as the username or the username written in reverse order.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row112941140114215"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p82941840144217">public_ip</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1295134018426">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p429514019420"><a href="#EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_request_public_ip">PublicIp</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p17295194084219">Public IP address. If the parameter is not specified, public connection is not used by default.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row162958403429"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p2029554010424">number_of_cn</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1529514408427">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p122962040154215">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__p15573524209">Number of deployed CNs. The value ranges from 2 to the number of cluster nodes. The maximum value is <strong id="EN-US_TOPIC_0000001231272825__b233062016364">20</strong> and the default value is <strong id="EN-US_TOPIC_0000001231272825__b13361520183613">3</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__row1825432184814"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__p1111212920132">tags</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__p131121729181311">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__p911362961312"><a href="#EN-US_TOPIC_0000001231272825__en-us_topic_0000001522534189_request_Tags">Tags</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__p12113429141313">Label.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row2296104014215"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p32961040154219">enterprise_project_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p11296184013426">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.2.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p429617406426">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.2.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p329618404420">Enterprise project. The default enterprise project ID is <strong id="EN-US_TOPIC_0000001231272825__b45701011552437">0</strong>.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_request_public_ip"></a><a name="en-us_topic_0000001098816618_request_public_ip"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_request_public_ip" frame="border" border="1" rules="all"><caption><b>Table 4 </b>PublicIp</caption><thead align="left"><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row748832519197"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.3.2.5.1.1"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p14489925131918"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b2187112353217">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.3.2.5.1.2"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p7489142512193"><strong id="EN-US_TOPIC_0000001231272825__b1569516902">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.3.2.5.1.3"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p1549016256199"><strong id="EN-US_TOPIC_0000001231272825__b460400749">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.3.1.3.2.5.1.4"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p15490122513199"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b88588134101">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row20488142511911"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.3.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p149122541910">public_bind_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.3.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p54914257191">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.3.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p15492525121916">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.3.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__p10825429174912">Binding type of an EIP. The value can be one of the following:</p>
<ul id="EN-US_TOPIC_0000001231272825__ul1482562974920"><li id="EN-US_TOPIC_0000001231272825__li88251329184918"><span id="EN-US_TOPIC_0000001231272825__ph129803774410">auto_assign</span></li><li id="EN-US_TOPIC_0000001231272825__li1224625212133"><strong id="EN-US_TOPIC_0000001231272825__b1840814226489">not_use</strong></li><li id="EN-US_TOPIC_0000001231272825__li11155202914139"><strong id="EN-US_TOPIC_0000001231272825__b95275473366">bind_existing</strong></li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row448802518198"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.3.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p5492132561916">eip_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.3.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p194934258196">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.3.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p5493172561913">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.3.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p649392561920">EIP ID</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001231272825__en-us_topic_0000001522534189_request_Tags"></a><a name="en-us_topic_0000001522534189_request_Tags"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001522534189_request_Tags" frame="border" border="1" rules="all"><caption><b>Table 5 </b>Tags</caption><thead align="left"><tr id="EN-US_TOPIC_0000001231272825__row11132112921318"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.4.2.5.1.1"><p id="EN-US_TOPIC_0000001231272825__p613472931319"><strong id="EN-US_TOPIC_0000001231272825__b1930292897">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.4.2.5.1.2"><p id="EN-US_TOPIC_0000001231272825__p31341829131310"><strong id="EN-US_TOPIC_0000001231272825__b150124067">Mandatory</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.1.4.2.5.1.3"><p id="EN-US_TOPIC_0000001231272825__p1135529101316"><strong id="EN-US_TOPIC_0000001231272825__b70115673">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.3.1.4.2.5.1.4"><p id="EN-US_TOPIC_0000001231272825__p17135182981316"><strong id="EN-US_TOPIC_0000001231272825__b1880840324">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001231272825__row3133172913133"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__p16136182901315">key</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__p9136629191319">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__p613622913134">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__p9137429191314">Key. A tag key can contain a maximum of 128 Unicode characters, which cannot be null. The first and last characters cannot be spaces. Only letters, digits, hyphens (-), and underscores (_) are allowed. It cannot contain the following characters: =*&lt;&gt;\,|/</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__row19133182941315"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001231272825__p4137122915131">value</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001231272825__p1313772951314">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.1.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001231272825__p17138629191314">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.1.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001231272825__p1138112916139">Value. A tag value can contain a maximum of 255 Unicode characters, which can be null. The first and last characters cannot be spaces. Only letters, digits, hyphens (-), and underscores (_) are allowed. It cannot contain the following characters: =*&lt;&gt;\,|/</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_s14151e40166b47bd9bc6be63c13728d2"><h4 class="sectiontitle">Response Message</h4><ul id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_ul10023380"><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_l8b1aae75cd2b48359e7cd35a25d93fb9">Example response<pre class="screen" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_sc9b55c83a8544aca9505c46cee96b181">{
"cluster": {
"id": "7d85f602-a948-4a30-afd4-e84f47471c15"
}
}</pre>
</li></ul>
<ul id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_ul14075498"><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_li59570626">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_responseParameter" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response parameter description</caption><thead align="left"><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row147491525151917"><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_0000001231272825__en-us_topic_0000001098816618_p175012252197"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b991413178336">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_0000001231272825__en-us_topic_0000001098816618_p187501725111910"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b1722721919331">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_0000001231272825__en-us_topic_0000001098816618_p1375142512197"><strong id="EN-US_TOPIC_0000001231272825__b817376366">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row1674922591915"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.1.2.4.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p13751112511910">cluster</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_0000001231272825__en-us_topic_0000001098816618_p075212501914"><a href="#EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_response_cluster">Cluster</a> object</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_0000001231272825__en-us_topic_0000001098816618_p37521525101918">Cluster object</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_response_cluster"></a><a name="en-us_topic_0000001098816618_response_cluster"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_response_cluster" frame="border" border="1" rules="all"><caption><b>Table 7 </b>Cluster</caption><thead align="left"><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row6753122551915"><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_0000001231272825__en-us_topic_0000001098816618_p107543259192"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b13689125113314">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_0000001231272825__en-us_topic_0000001098816618_p117551625111911"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b159421426113311">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_0000001231272825__en-us_topic_0000001098816618_p77551825131910"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b1899919276334">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_row11753172511197"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.1.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_p127551225111920">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_0000001231272825__en-us_topic_0000001098816618_p1375672511194">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_0000001231272825__en-us_topic_0000001098816618_p1375612518191">Cluster ID</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_sfffefcf1591c452c87cf83b0cf1ac573"><h4 class="sectiontitle">Status Code</h4><ul id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_ul27303998"><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_li44409397">Normal<p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p64140254"><a name="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_li44409397"></a><a name="en-us_topic_0000001098816618_en-us_topic_0067607268_li44409397"></a>200</p>
</li><li id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_li40391380">Exception
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_table27978103" frame="border" border="1" rules="all"><caption><b>Table 8 </b>Returned values</caption><thead align="left"><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row60105532"><th align="left" class="cellrowborder" valign="top" width="31.03%" id="mcps1.3.5.2.2.1.2.3.1.1"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p36709949"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b84235270695033">Returned Value</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="68.97%" id="mcps1.3.5.2.2.1.2.3.1.2"><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p20715931"><strong id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_b23081396113">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row268861"><td class="cellrowborder" valign="top" width="31.03%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p21777804">400 Bad Request</p>
</td>
<td class="cellrowborder" valign="top" width="68.97%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p19171695">Request error.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row38327532"><td class="cellrowborder" valign="top" width="31.03%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p17522377">401 Unauthorized</p>
</td>
<td class="cellrowborder" valign="top" width="68.97%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p10026414">Authorization failed.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row23128868"><td class="cellrowborder" valign="top" width="31.03%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p61498985">403 Forbidden</p>
</td>
<td class="cellrowborder" valign="top" width="68.97%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p15361866">No operation permission.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row4039073"><td class="cellrowborder" valign="top" width="31.03%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p58729529">404 Not Found</p>
</td>
<td class="cellrowborder" valign="top" width="68.97%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p59471393">No resources found.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row65480490"><td class="cellrowborder" valign="top" width="31.03%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p2319502">500 Internal Server Error</p>
</td>
<td class="cellrowborder" valign="top" width="68.97%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p53661974">Internal service error.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_row13195723"><td class="cellrowborder" valign="top" width="31.03%" headers="mcps1.3.5.2.2.1.2.3.1.1 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p62220677">503 Service Unavailable</p>
</td>
<td class="cellrowborder" valign="top" width="68.97%" headers="mcps1.3.5.2.2.1.2.3.1.2 "><p id="EN-US_TOPIC_0000001231272825__en-us_topic_0000001098816618_en-us_topic_0067607268_p6710104">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>