doc-exports/docs/mrs/api-ref/mrs_02_1092.html
Yang, Tong bd2b57f749 MRS API 2.0.38.SP20 version
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Yang, Tong <yangtong2@huawei.com>
Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2022-11-16 15:06:08 +00:00

557 lines
46 KiB
HTML

<a name="mrs_02_1092"></a><a name="mrs_02_1092"></a>
<h1 class="topictitle1">Saving Configurations</h1>
<div id="body8662426"><p id="mrs_02_1092__en-us_topic_0125376249_p1374964721318"></p>
<div class="section" id="mrs_02_1092__en-us_topic_0125376249_section143231817617"><h4 class="sectiontitle">Function </h4><p class="MsoNormal" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p54773336">This API is used to save configurations of services, roles, and instances. This API allows you to perform the following operations:</p>
</div>
<ul id="mrs_02_1092__en-us_topic_0125376249_ul101289364412"><li id="mrs_02_1092__en-us_topic_0125376249_li17128143616416">Modify multiple configuration items at a time.</li></ul>
<ul id="mrs_02_1092__en-us_topic_0125376249_ul104461139343"><li id="mrs_02_1092__en-us_topic_0125376249_li104469391742">Modify multiple configuration items at service, role, and instance levels at a time.</li></ul>
<div class="section" id="mrs_02_1092__en-us_topic_0125376249_se06c5c6bada5412689ad527891487717"><h4 class="sectiontitle">URI</h4><ul id="mrs_02_1092__en-us_topic_0125376249_ul11361042124713"><li id="mrs_02_1092__en-us_topic_0125376249_li813664213476">Format</li></ul>
<p class="MsoNormal" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p44005200">POST /web/v1/config/cluster/{cluster_id}/save</p>
<ul id="mrs_02_1092__en-us_topic_0125376249_ul2421461489"><li class="TableDescription" id="mrs_02_1092__en-us_topic_0125376249_li1742118620489">Parameter description</li></ul>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_table7651470" frame="border" border="1" rules="all"><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row18935615"><th align="left" class="cellrowborder" valign="top" width="25.46%" id="mcps1.3.5.5.1.4.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p57389822"><strong id="mrs_02_1092__b162774213314533_1">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25.46%" id="mcps1.3.5.5.1.4.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p18063994">Mandatory or Not</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="49.08%" id="mcps1.3.5.5.1.4.1.3"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p1179493"><strong id="mrs_02_1092__b842352706134712">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row28430119"><td class="cellrowborder" valign="top" width="25.46%" headers="mcps1.3.5.5.1.4.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p21138326">cluster_id</p>
</td>
<td class="cellrowborder" valign="top" width="25.46%" headers="mcps1.3.5.5.1.4.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p34482841">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="49.08%" headers="mcps1.3.5.5.1.4.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p16160787">Cluster ID that is displayed on MRS Manager. The default cluster ID is <strong id="mrs_02_1092__b842352706152828">1</strong>, because MRS Manager supports management of only one cluster currently.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="mrs_02_1092__en-us_topic_0125376249_s971d9bc6c27b4972a1817a7438721fe0"><h4 class="sectiontitle">Request</h4><ul id="mrs_02_1092__en-us_topic_0125376249_ul14636625450"><li id="mrs_02_1092__en-us_topic_0125376249_li196361725957">Example:</li></ul>
<pre class="screen" id="mrs_02_1092__en-us_topic_0125376249_screen1354417561512">POST /web/v1/config/cluster/{cluster_id}/save HTTP/1.1
Host: example.com
Content-Type: application/json
Accept:application/json
{
"id": 0,
"user_password": "string",
"configurations_summary": {
"restart_affected_components": true,
"components": [
{
"component_name": "string",
"configurations": [
{
"name": "string",
"value": "string",
"default_value": "string",
"description": "string",
"type": "string",
"config_group_type": "string",
"config_group": "string",
"item_type": "string",
"item_conf": "string",
"item_event": "string",
"weak_reference": "string"
}
],
"children": [
{
"role_name": "string",
"configurations": [],
"children": [
{
"node": {
"id": 0,
"name": "string",
"description": "string",
"controller_id": "string",
"ip_address": "string",
"business_ip_address": "string",
"rack": "string",
"host_name": "string",
"total_memory": "string",
"available_memory": "string",
"total_hard_disk_space": "string",
"available_hard_disk_space": "string",
"no_of_CPUs": "string",
"available_swap_memory": "string",
"total_swap_memory": "string",
"cpu_usage": "string",
"disk_usage": "string",
"health_status": "GOOD",
"memory_usage": "string",
"swap_memory_usage": "string",
"files_info": [
{
"name": "string",
"description": "string"
}
],
"operational_status": "STARTED",
"network_read": "string",
"network_write": "string",
"instances": [
{
"name": "string",
"id": "string",
"operational_status": "STARTED",
"health_status": "GOOD",
"ha_status": "ACTIVE",
"config_status": {
"level": "string",
"status": "UNKNOWN",
"description": "string"
},
"role_name": "string",
"service_name": "string",
"web_UI_address": "string",
"is_service_role": true,
"pair_name": "string",
"support_decom": true
}
],
"is_OMS_node": true
},
"configurations": []
}
],
"classification": [
{
"name": "string",
"description": "string"
}
]
}
],
"classification": [
{
"name": "string",
"description": "string"
}
]
}
]
}
}</pre>
<ul id="mrs_02_1092__en-us_topic_0125376249_ul484766363"><li class="TableDescription" id="mrs_02_1092__en-us_topic_0125376249_li1584710618610">Parameter description</li></ul>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_table29944381" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Request parameter description</caption><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row28997204"><th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.5.2.5.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p67072226"><strong id="mrs_02_1092__b7617970162543">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.5.2.5.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p64141236">Mandatory or Not</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.5.2.5.1.3"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p28057651"><strong id="mrs_02_1092__b72704555651525">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="39.123912391239124%" id="mcps1.3.6.5.2.5.1.4"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p737610"><strong id="mrs_02_1092__b1013461498">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row59746443"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p7623680">id</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p13538321">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p22862248">LONG</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.5.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p10347541">Asynchronous task ID (meaningless in other scenarios). The default value is <strong id="mrs_02_1092__b842352706191850">-1</strong>.</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row26019009"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p27164986">user_password</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p52880292">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p55445287">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.5.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p7324497">User password</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row65920477"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p37958388">configurations_summary</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p54730608">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.5.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p3994297">REFERENCE</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.5.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p38728787">Configures a description object.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_table50024034" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="mrs_02_1092__b842352706193831">configurations_summary</strong> parameter description</caption><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row5189504"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.6.6.2.5.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p17696705"><strong id="mrs_02_1092__b1408403364">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.6.6.2.5.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p24147039">Mandatory or Not</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.6.6.2.5.1.3"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p9753153"><strong id="mrs_02_1092__b183889324251525">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.6.6.2.5.1.4"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p5579795"><strong id="mrs_02_1092__b1234826955">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row49310231"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.6.6.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p34705768">restart_affected_components</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.6.6.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p59703789">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.6.6.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p4168718">BOOLEAN</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.6.6.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p30310318">Whether to restart the affected components</p>
<p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p4357413"><strong id="mrs_02_1092__b84235270620459">true</strong>: Restart </p>
<p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p39216722"><strong id="mrs_02_1092__b8423527062059">false</strong>: Do not restart</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row17406182"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.6.6.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p614639">components</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.6.6.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p49785833">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.6.6.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p6120700">ARRAY_REFERENCE</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.6.6.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p39995614">Service list</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_table18419338" frame="border" border="1" rules="all"><caption><b>Table 3 </b><strong id="mrs_02_1092__b1164519543">components</strong> parameter description</caption><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row66916545"><th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.7.2.5.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p51531064"><strong id="mrs_02_1092__b706630019">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.7.2.5.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p13266647">Mandatory or Not</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.7.2.5.1.3"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p856647"><strong id="mrs_02_1092__b97344822651525">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="39.123912391239124%" id="mcps1.3.6.7.2.5.1.4"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p58288522"><strong id="mrs_02_1092__b255842647">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row23749836"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p44688550">component_name</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p63002817">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p2954565">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.7.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p30913106">Service name</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row9782500"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p54185029">configurations</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p26911194">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p32323083">ARRAY_REFERENCE</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.7.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_p675119494481">Description of the service, role, or instance level.</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row23209435"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p916111">children</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p7096167">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p37918668">ARRAY_REFERENCE</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.7.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p39306804">Sublevel description array. The sublevel of the service level is role.</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row18216917"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p66284155">classification</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p307511">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.7.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p24908398">ARRAY_REFERENCE</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.7.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p58174480">Configuration definition information</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_table32097378" frame="border" border="1" rules="all"><caption><b>Table 4 </b><strong id="mrs_02_1092__b306836960">children</strong> parameter description</caption><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row37351504"><th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.8.2.5.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p5572963"><strong id="mrs_02_1092__b1258668501">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.8.2.5.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p48756830">Mandatory or Not</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.8.2.5.1.3"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p56989162"><strong id="mrs_02_1092__b75514738751525">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="39.123912391239124%" id="mcps1.3.6.8.2.5.1.4"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p12943361"><strong id="mrs_02_1092__b1463659781">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row41779295"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p28679701">role_name</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p41354444">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p61375659">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.8.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p16869453">Role name</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row17607349"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p16909137">configurations</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p27462882">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p9901008">ARRAY_REFERENCE</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.8.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p59344108">Configuration item description array: Service level/role level/instance level</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row64334932"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p43747012">children</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p53847064">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p66644921">ARRAY_REFERENCE</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.8.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p52158974">Sublevel description array. The sublevel of the role level is instance.</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row66777590"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p40275672">classification</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p41104015">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.8.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p41090947">ARRAY_REFERENCE</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.8.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p58381122">Configuration definition information</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_table31250469" frame="border" border="1" rules="all"><caption><b>Table 5 </b><strong id="mrs_02_1092__b84235270617529">configurations</strong> parameter description of services, roles, and instances</caption><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row36612450"><th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.9.2.5.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p12818494"><strong id="mrs_02_1092__b743450783">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.9.2.5.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p31665127">Mandatory or Not</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.9.2.5.1.3"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p14738500"><strong id="mrs_02_1092__b193714333951525">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="39.123912391239124%" id="mcps1.3.6.9.2.5.1.4"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p32499751"><strong id="mrs_02_1092__b531241237">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row15234150"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p26006626">name</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p26161922">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p38740910">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p45779855">Name of the configuration item to be saved</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row9365518"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p20409457">value</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p42553358">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p24269963">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p65432404">Value to be saved</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row52020732"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p52929795">default_value</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p59454965">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p51122876">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p37638813">Default value</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row3204999"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p58278394">description</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p22929453">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p45346376">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p63528221">Configuration item description</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row34883083"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p6957508">type</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p26687281">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p14186171">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p36212115">Configuration item type</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row57473582"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p24848535">config_group_type</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p66574280">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p23807594">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p29172995">Configuration group type</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row61230363"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p60712366">config_group</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p18754622">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p42729394">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p56019961">Configuration group</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row34417608"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p36362896">item_type</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p59713448">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p4951096">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p11394508">Type of the configuration item value to be saved</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row35441715"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p52206665">item_conf</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p881443">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p4288041">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p25601496">Configuration item value validity check</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row29086880"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p7227054">item_event</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p48520468">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p37843835">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p44490435">Event type of a configuration item. Currently, only <strong id="mrs_02_1092__b842352706202144">hide-show</strong> is supported.</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row64869596"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p19945884">weak_reference</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p5003880">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.9.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p2661161">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.9.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p65487800">Whether a configuration item is a weak reference. If the configuration item is a weak reference, the configuration parsing is passed even though the configuration item name or role name does not exist, and the value will be set to an empty string.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_table2911579" frame="border" border="1" rules="all"><caption><b>Table 6 </b><strong id="mrs_02_1092__b1715359759">classification</strong> parameter description</caption><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row9061374"><th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.10.2.5.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p62882733"><strong id="mrs_02_1092__b1560510969">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.10.2.5.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p60336645">Mandatory or Not</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.6.10.2.5.1.3"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p55430061"><strong id="mrs_02_1092__b91490747751525">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="39.123912391239124%" id="mcps1.3.6.10.2.5.1.4"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p35759767"><strong id="mrs_02_1092__b1867489643">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row10860049"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.10.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p7248804">name</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.10.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p50282231">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.10.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p46328882">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.10.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p33428583">Name</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row32421797"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.10.2.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p8919934">description</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.10.2.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p51426059">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.6.10.2.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p4761269">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.6.10.2.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p61150701">Description</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="mrs_02_1092__en-us_topic_0125376249_sb039594d40ea435589069822075fc5f6"><h4 class="sectiontitle">Response</h4><ul id="mrs_02_1092__en-us_topic_0125376249_ul16119185716105"><li id="mrs_02_1092__en-us_topic_0125376249_li161191057121017">Example:<pre class="screen" id="mrs_02_1092__en-us_topic_0125376249_screen35732267110">HTTP/1.1 200 OK
Data:Wed,02 May 2018 10:10:01 GMT
Server: example-server
Content-Type: application/json
{
"id": 0,
"state": "COMPLETE",
"error_code": 0,
"error_description": "string",
"total_progress": 0
}</pre>
</li><li class="TableDescription" id="mrs_02_1092__en-us_topic_0125376249_li7405183412116">Response parameter description</li></ul>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_table45442885" frame="border" border="1" rules="all"><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row8144950"><th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.7.3.1.5.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p55761186"><strong id="mrs_02_1092__b1937821491">Parameter</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.7.3.1.5.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p20362243">Mandatory or Not</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20.292029202920293%" id="mcps1.3.7.3.1.5.1.3"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p38729025"><strong id="mrs_02_1092__b653172651525">Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="39.123912391239124%" id="mcps1.3.7.3.1.5.1.4"><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p37737141"><strong id="mrs_02_1092__b1763357378">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row36809589"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p28786713">id</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p50022410">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p25283375">LONG</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.7.3.1.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p18351721">Asynchronous task ID (meaningless in other scenarios). The default value is <strong id="mrs_02_1092__b1302354343">-1</strong>.</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row30947767"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p23741175">state</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p43987032">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p6179841">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.7.3.1.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p46486449">Cluster status. The value <strong id="mrs_02_1092__b842352706191926">FAILED</strong> indicates that the command fails to be executed. The value <strong id="mrs_02_1092__b842352706191940">COMPLETE</strong> indicates that the command is successfully executed.</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row15724863"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p65754424">error_code</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p24508133">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p39001775">INTEGER</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.7.3.1.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p32990791">Error code returned</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row28481666"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p25313579">error_description</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p37133980">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p55062398">STRING</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.7.3.1.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p65645783">Error code description</p>
</td>
</tr>
<tr id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_row53941135"><td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p7155810">total_progress</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p42749746">No</p>
</td>
<td class="cellrowborder" valign="top" width="20.292029202920293%" headers="mcps1.3.7.3.1.5.1.3 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p40177382">FLOAT</p>
</td>
<td class="cellrowborder" valign="top" width="39.123912391239124%" headers="mcps1.3.7.3.1.5.1.4 "><p id="mrs_02_1092__en-us_topic_0125376249_en-us_topic_0110839916_p15243245">Total progress</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="mrs_02_1092__en-us_topic_0125376249_section2092982712508"><h4 class="sectiontitle">Status Code</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="mrs_02_1092__en-us_topic_0125376249_table2979011121511" frame="border" border="1" rules="all"><thead align="left"><tr id="mrs_02_1092__en-us_topic_0125376249_row3981161161515"><th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.8.2.1.3.1.1"><p id="mrs_02_1092__en-us_topic_0125376249_p398115116158">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="83%" id="mcps1.3.8.2.1.3.1.2"><p id="mrs_02_1092__en-us_topic_0125376249_p1798121191515">Description </p>
</th>
</tr>
</thead>
<tbody><tr id="mrs_02_1092__en-us_topic_0125376249_row69813112155"><td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.8.2.1.3.1.1 "><p id="mrs_02_1092__en-us_topic_0125376249_p15667142018546">200</p>
</td>
<td class="cellrowborder" valign="top" width="83%" headers="mcps1.3.8.2.1.3.1.2 "><p id="mrs_02_1092__en-us_topic_0125376249_p23378286542">The operation is successful.</p>
</td>
</tr>
</tbody>
</table>
</div>
<p id="mrs_02_1092__en-us_topic_0125376249_p385511715205">For details about error status codes, see <a href="mrs_02_0015.html">Status Codes</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="mrs_02_1086.html">MRS Manager Web APIs</a></div>
</div>
</div>