doc-exports/docs/dws/umn/dws_01_0149.html
Lu, Huayi 95132e24fc DWS UMN 830.201_new version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-27 11:54:34 +00:00

1589 lines
197 KiB
HTML

<a name="EN-US_TOPIC_0000001659054650"></a><a name="EN-US_TOPIC_0000001659054650"></a>
<h1 class="topictitle1">Syntax of Fine-Grained Permissions Policies</h1>
<div id="body8662426"><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1151919265441">In actual services, you may need to grant different operation permissions on resources to users of different roles. The IAM service provides fine-grained access control. An IAM administrator (a user in the <strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b182697762210310">admin</strong> group) can create a custom policy containing required permissions. After a policy is granted to a user group, users in the group can obtain all permissions defined by the policy. In this way, IAM implements fine-grained permission management.</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19915155942113">To control the GaussDB(DWS) operations on resources more precisely, you can use the user management function of IAM to grant different operation permissions to users of different roles for fine-grained permission control.</p>
<div class="section" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_section19213979419"><h4 class="sectiontitle">Policy Structure</h4><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p944807134118">A fine-grained policy consists of a Version and a Statement. Each policy can have multiple statements.</p>
<div class="fignone" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_fig19448177184118"><span class="figcap"><b>Figure 1 </b>Policy structure</span><br><span><img id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_image44492744113" src="figure/en-us_image_0000001759579497.jpg" title="Click to enlarge" class="imgResize"></span></div>
</div>
<div class="section" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_section321719715411"><h4 class="sectiontitle">Policy Syntax</h4><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1644914715412">In the navigation pane on the IAM console, click <span class="uicontrol" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_uicontrol64382052195716"><b>Policies</b></span> and then click the name of a policy to view its details. The <span class="parmvalue" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_parmvalue1717217017586"><b>DWS ReadOnlyAccess</b></span> policy is used as an example to describe the syntax of fine-grained policies.</p>
<div class="fignone" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_fig5104021368"><span class="figcap"><b>Figure 2 </b>Setting the policy</span><br><span><img id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_image1472185116202" src="figure/en-us_image_0000001759419669.png" title="Click to enlarge" class="imgResize"></span></div>
<pre class="screen" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_screen1244913764119">{
"Version": "1.1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"dws:*:get*",
"dws:*:list*",
"ecs:*:get*",
"ecs:*:list*",
"vpc:*:get*",
"vpc:*:list*",
"evs:*:get*",
"evs:*:list*",
"mrs:*:get*",
"bss:*:list*",
"bss:*:get*"
]
}
]
}</pre>
<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul12449197174119"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1844917184115"><strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b1775732185115">Version</strong>: Distinguishes between role-based access control (RBAC) and fine-grained policies.<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul8449137144119"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li2044911711419"><strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b17195519125119">1.0</strong>: RBAC policies. An RBAC policy consists of permissions for an entire service. Users in a group with such a policy assigned are granted all of the permissions required for that service.</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1344957114115">1.1: Fine-grained policies. A fine-grained policy consists of API-based permissions for operations on specific resource types. Fine-grained policies, as the name suggests, allow for more fine-grained control than RBAC policies. Users granted permissions of such a policy can only perform specific operations on the corresponding service. Fine-grained policies include system and custom policies.</li></ul>
</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li124496712412"><strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b10330174855212">Statement</strong>: Permissions defined by a policy, including Effect and Action.<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1445016719414"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li64505754119">Effect<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p174501970411"><a name="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li64505754119"></a><a name="en-us_topic_0000001422799425_li64505754119"></a>The valid values for Effect are Allow and Deny. System policies contain only Allow statements. For custom policies containing both Allow and Deny statements, the Deny statements take precedence.</p>
</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li145014714414">Action<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10450137114112"><a name="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li145014714414"></a><a name="en-us_topic_0000001422799425_li145014714414"></a>Permissions in the format of <em id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_i1976801113541">Service name:Resource type:Operation</em>. A policy can contain one or more permissions. The wildcard (*) is allowed to indicate all of the services, resource types, or operations depending on its location in the action.</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14278756124911">Example: <strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b1755211915512">dws:cluster:create</strong>, permissions for create data warehouse clusters.</p>
</li></ul>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_section89181381475"><a name="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_section89181381475"></a><a name="en-us_topic_0000001422799425_section89181381475"></a><h4 class="sectiontitle">List of Supported Actions</h4><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17454918462">When creating a custom policy on IAM, you can add the operations on GaussDB(DWS) resources or the permissions corresponding to RESTful APIs to the action list of the policy authorization statement so that the policy contains the operation permissions. The following table lists the GaussDB(DWS) permissions.</p>
<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul4117142710390"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li121181627143912"><strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b1888123154817">REST API</strong><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p31962446397">For details about RESTful API actions supported by GaussDB(DWS), see "Permissions Policies and Supported Actions in " in <em id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_i4864334244">Data Warehouse Service API Reference</em>.</p>
</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1683035743814"><strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b976727104811">Management console operations</strong><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10830105714383"><a href="#EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_table42061239124614">Table 1</a> describes the GaussDB(DWS) operations on resources and corresponding permissions.</p>
<div class="note" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_note17606132565816"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p142133142056">Some GaussDB(DWS) permissions depend on the actions of ECS, VPC, EVS, ELB, MRS, and OBS. Grant GaussDB(DWS) the required service admin permissions.</p>
</div></div>
</li></ul>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_table42061239124614"></a><a name="en-us_topic_0000001422799425_table42061239124614"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_table42061239124614" frame="border" border="1" rules="all"><caption><b>Table 1 </b>GaussDB(DWS) permissions</caption><thead align="left"><tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row126809551465"><th align="left" class="cellrowborder" valign="top" width="22.56%" id="mcps1.3.5.4.2.5.1.1"><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6682105517467">Operation</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="31.480000000000004%" id="mcps1.3.5.4.2.5.1.2"><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1568215520468">Permission</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="26.56%" id="mcps1.3.5.4.2.5.1.3"><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19816133712378">Dependent Permission</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.400000000000002%" id="mcps1.3.5.4.2.5.1.4"><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p29118351780">Scope</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1251733919468"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1951710394465">Creating a cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p251773918465">"dws:cluster:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18466195820403">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p124661058174012">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p446655811403">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p174662585409">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5437182411460">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p8466458154015">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p846605874012">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p175636481462">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p83335221049">"vpc:securityGroupRules:delete",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p744160113411">"vpc:ports:update",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9466155818405">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p746625854020">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11641633174712">"evs:*:create*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul256051910917"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li195619193910">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul116171620113612"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1761191910363">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li19611219113615">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row66381515377"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1664915153712">Obtaining the cluster list</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1337420187387">"dws:cluster:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1585518082516">--</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul59551841194911"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li189551641154912">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul79551541144912"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li295516417493">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li99553419491">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row3462101724118"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2462217134117">Obtaining the details of a cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p32111415193917">"dws:cluster:getDetail"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p39402517421">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p794010510424">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10634134212418">"vpc:vpcs:list",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p206341242548">"vpc:securityGroups:get"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul185353433497"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li953554314913">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul125351643194910"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li25351643184917">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li8536204364911">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row17517439134615"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1051710394469">Setting automated snapshot policy</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p951715398468">"dws:cluster:setAutomatedSnapshot"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1857671614216">"dws:backupPolicy:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul4837194617495"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1383724611492">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul158371946144910"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11837104654913">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1783711463499">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row65171439164611"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p651703920469">Setting security parameters/parameter groups</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p451733910466">"dws:cluster:setSecuritySettings"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p141711925154215">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p51711250428">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6124749134914"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li161244492495">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul412417497499"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1512434914914">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li8124549124915">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row251718395468"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9517639154610">Restarting a Cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18517639104615">"dws:cluster:restart"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15218633184217">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p721815339423">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul142518516492"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14251051144913">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul62615134919"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li326251124915">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1926115114494">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row15517143911462"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p451710393460">Scaling out clusters</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14517183912467">"dws:cluster:scaleOut"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1949819717431">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p24981571437">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15946140165110">"dws:cluster:scaleOutOrOpenAPIResize",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1498273439">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p94988764311">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16416112665110">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p84983716432">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p849867174316">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p889573435111">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p432614618598">"vpc:*:update*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1049815714316">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16498177194313">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p8586174419515">"evs:*:create*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul63713520492"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1437115214913">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1372155215493"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14372155214498">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li143721152144914">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row12802102424413"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p177041043145115">Scaling out or resizing a cluster via API</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p48031124174418">"dws:cluster:scaleOutOrOpenAPIResize"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13992162012524">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p7992162025213">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19992172005219">"vpc:vpcs:list",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p199202045211">"vpc:ports:create",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p799242065220">"vpc:ports:get",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p20992192013523">"vpc:ports:update",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1399232055216">"vpc:subnets:get",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p79921220165218">"vpc:subnets:update",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p899272012523">"vpc:subnets:create",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p159921420195212">"vpc:routers:get",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p169929201526">"vpc:routers:update",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1799272045216">"vpc:networks:create",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4992142085218">"vpc:networks:get",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p149921220135216">"vpc:networks:update",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9992182015212">"ecs:serverInterfaces:use",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p299292019525">"ecs:serverInterfaces:get",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12992152035218">"ecs:cloudServerFlavors:get"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1423082665217"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li2230122635213">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul122301626125210"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1823011265526">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li0230162665217">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row19517193934617"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4517173917468">Resetting Your Password</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1751703919469">"dws:cluster:resetPassword"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1664710159444">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6647121524416">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1150035714492"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li650035715491">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul750045714493"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11500857124911">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1350095724916">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row15171539134619"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13517123912467">Deleting a cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5517163913466">"dws:cluster:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11694149154715">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p186945495478">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p369415495472">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10694249174712">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p124571814125813">"ecs:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1169411493474">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6694164915478">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1810913316580">"vpc:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12694124984715">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4694949194716">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p522917717592">"evs:*:delete*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1791612175018"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1391651105014">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul891681175012"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1991611114504">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li18916616508">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row15517339114613"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1551763904612">Configuring maintenance windows</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17517183954617">"dws:cluster:setMaintainceWindow"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1272392440">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17271539194415">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul192601942507"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li026094205019">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul13260134115011"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li0260194105016">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li62600417505">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row451733964610"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6517173919466">Binding EIPs</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15179392462">"dws:eip:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17401124204418">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5401124220447">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p640614418186">"eip:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p64061448184">"eip:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul118106135015"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li121856195010">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1418116125017"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1218206175016">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1218166125013">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row10517173919460"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2051763964619">Unbinding EIPs</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p20517183974617">"dws:eip:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3468174674411">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p446864674412">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14586104519183">"eip:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2058634513189">"eip:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul109106817502"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14910118105013">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1691018812506"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li17910108195017">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1691012816501">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row19519133914613"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14519133974620">Creating MRS connections</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17519839134612">"dws:MRSConnection:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p63537134515">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p0353315459">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p23429197613">"mrs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p33424198618">"mrs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p193426191168">"mrs:cluster:create",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1819214338284">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p51926336289">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p319233313283">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p119243372811">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p51921733202817">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1919223312815">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p161921333182818">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14192183313283">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16192833182820">"evs:*:create*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1589631705018"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li188961179507">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul148971417115011"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1389771795014">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li089714179502">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row165191739144619"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14519183917463">Updating MRS connections</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4519153914614">"dws:MRSConnection:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12506849455">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1150612414459">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p65531438154512">"mrs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p755313813459">"mrs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13553103824518">"mrs:cluster:create",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13170193872716">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1317073820279">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9170438162715">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3170738102714">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11170143819276">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1617083813270">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p81706387276">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p8170103882718">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p181701238172710">"evs:*:create*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1716141905012"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1371711995019">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul11717161920508"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1671718197500">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li207171619185017">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1951914391467"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p125191539154618">Deleting MRS connections</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12519113915465">"dws:MRSConnection:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p83521582455">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13531683451">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p114364664518">"mrs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1914310463456">"mrs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17167145712611">"mrs:cluster:create"</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1455554112715">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p185551841132717">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14555114110278">"ecs:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3555141152718">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1655554116278">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p155544110274">"vpc:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p185558414273">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p355514142712">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15555184111278">"evs:*:delete*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul11249102245014"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li125020221506">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul122506225502"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li425010222502">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14250222195019">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row457319531444"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9573953640">MRS data source list</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1657317531043">"dws:MRSSource:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p135748534420">"mrs:cluster:list",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p865213151659">"mrs:tag:listResource",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5663620451">"mrs:tag:list",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1022242617517">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6448163019517">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul7320194119512"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li132074119517">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul932017419520"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li03201741251">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li2032119411052">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row951943954612"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p55191839174618">Adding/Deleting tags</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p175191139194616">"dws:tag:addAndDelete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p352351194520">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p652313117456">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p25261216182717">"dws:openAPITag:update",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p46671428112714">"dws:openAPITag:getResourceTag",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul19144624165010"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li214482417501">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul3144624195016"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li16144182435019">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li614413244506">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1651993914460"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p951953984616">Editing tags</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p125197391461">"dws:tag:edit"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13388171594515">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p153886151456">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p982764714280">"dws:openAPITag:update",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p282744742819">"dws:openAPITag:getResourceTag",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul165545115502"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li955951135016">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul165519511504"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li155555155014">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li125516518500">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1251993924617"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p551923934612">Creating a snapshot</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1051910399466">"dws:snapshot:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p82031917457">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1520131954515">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul7706115315012"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li970615530506">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul47069535503"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li20706205313504">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li87061653155017">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row16984715449"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p698519113443">Obtaining the snapshot list</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p8756712407">"dws:snapshot:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13101131534716">--</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6881455205019"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li178811155165020">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul15881145514505"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li388119556505">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14881655185016">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row282551625112"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p082521618517">Viewing the snapshot list of a cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17825131645111">"dws:clusterSnapshot:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11825616125114">"dws:cluster:list",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1089317334291">"dws:openAPICluster:getDetail"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul155414955118"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li8542049145111">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul2541049155112"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li12541495514">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li65412493513">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row751993994619"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p751973915466">Deleting snapshots</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11519173964616">"dws:snapshot:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p242145114716">"dws:snapshot:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6928058105010"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li89287585503">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul17928458145014"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li9928958115016">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li492811582502">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1451917394462"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18519123915462">Copying snapshots</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p145192039134616">"dws:snapshot:copy"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p131752194713">"dws:snapshot:list",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p38802442210">"dws:snapshot:create"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul978660135116"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li10786170195119">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul878620145119"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li47863035114">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li107860055119">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row114527175018"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2432775018">Restoring data to a new cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11552735019">"dws:cluster:restore"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p433115515113">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p113314559513">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5331155512517">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10331135516514">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17331355165111">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12331755185114">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p163311755105119">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13331205525115">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p83312554510">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p63317558512">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p123311355125115">"evs:*:create*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul164571659195115"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li345818590514">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul245810596511"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1458145975114">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li204581859145113">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row13156112113111"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11567214117">Resizing a cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p41566216118">"dws:cluster:resize"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10788236216">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15781723728">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p87815231722">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1178823126">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p67822318211">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p684117337">"ecs:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1178523822">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p7789231622">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1878112312214">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13713288339">"vpc:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11781023526">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p107819231722">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14780230212">"evs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17353155334">"evs:*:delete*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul15163134191314"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li016317342138">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6163143431316"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11163103471318">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li316318346135">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row16575142419113"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p957512241319">Switchback</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11575924617">"dws:cluster:switchover"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p188431701737">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p0843701531">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1289743517133"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1489753516133">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul289703519132"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1689703561317">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li489703515134">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row153381727015"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1533817277113">Querying the ELB list</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p153381027814">"dws:elb:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p62999111048">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p92991111742">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p72991111348">"elb:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14299101111415">"elb:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul10532036201310"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li753263610130">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul11532203612136"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li25326365138">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li653214367134">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row107711309113"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p377114301811">Associating ELB</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p107711301511">"dws:elb:bind"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p72341441740">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4234184417413">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p369017593411">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p126901559946">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p166900591043">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p166901759444">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p196905594420">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p186905598418">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1829311815369">"elb:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9293138163611">"elb:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p144532099426">"elb:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p923414419414">"elb:*:create*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul112783821317"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li18274383135">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1128143821318"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li828538181317">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li828203841317">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row73821733316"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p153823338112">Disassociating ELB</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1138219339115">"dws:elb:unbind"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10588174234213">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p7588164214219">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p228453616610">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1928419361065">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1928410369615">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10284163618618">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1028453612611">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p192841366610">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11589842174219">"elb:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p95894422425">"elb:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p258934244212">"elb:*:delete*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul457563821320"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1957517380131">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul14575938191319"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li185751438131315">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li457519386136">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row365951250"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6661151654">Querying snapshot configurations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17663514510">"dws:snapshotConfig:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p63651554054">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p193651754154">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18494105613"></p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul83431040101314"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li834394021310">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul3343140201314"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li4343124031317">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li16343124011133">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row5503677512"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12503197055">Updating a snapshot policy</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18503879515">"dws:backupPolicyDetail:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p206023391373">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1060210398711">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul103811841161311"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li9381341101311">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul4381124161312"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li163812041111315">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li183812416136">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row194111391558"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p164114919511">Deleting a snapshot policy</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2411097515">"dws:backupPolicy:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1939836287">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16398126881">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul2895941111310"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li389520410131">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul16895154114138"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li689594119137">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7895164171317">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1328313118519"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p162831211752">Querying a snapshot policy</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p142837116516">"dws:backupPolicy:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p992212296820">"dws:cluster:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul159238425132"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li092484211138">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1592434212136"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li192444220131">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li892444216134">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1228913131656"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1428971315517">Querying cluster encryption information</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p112891137512">"dws:clusterEncryptInfo:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p32031850789">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p192032507820">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14525127122820">"KMS Administrator"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul13361143141314"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li533664321317">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul433619438138"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7336204321315">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li33367435136">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row8541191516514"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p854115151756">Creating an agent</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1454112151552">"dws:createAgency:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1074045694">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9740151916">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p20591115711114">"security administrator"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul20369184410132"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li4370114421310">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul73704441138"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li737014444134">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li0370114411318">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row997581716517"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p839381543116">Querying OBS bucket information</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4975817352">"dws:queryBuckets:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p108598242914">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19859524392">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul7381746191320"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li238134661316">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul18382346171316"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7382746121319">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li19382546191317">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row10507201755"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p55022013520">Adding a node</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p185052010510">"dws:expandWithExistedNodes:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p151422029181016">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p114212991020">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5142162912104">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1514262911106">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p31422029121010">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1214212298100">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1014217297104">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1514218290103">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p917913115820">"vpc:*:update*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2143182931018">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14143429171015">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2014372915102">"evs:*:create*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul17961746121313"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li27968467138">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul8796154601318"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li2796144613136">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li117961646121317">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row5129162211512"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p01298221354">Deleting a DR backup</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p012915221651">"dws:disasterRecovery:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16389616121213">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17389416181213">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p183898162123">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2389161612127">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p039071631215">"ecs:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p33901916101217">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p33908169128">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15390121651216">"vpc:*:delete*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p153901316141210">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10390216111215">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16390816181215">"evs:*:delete*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul9624488138"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1862164815134">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul186210487136"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1562104821320">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li46294841311">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1023122417518"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p823182415514">Creating a DR backup</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15231924753">"dws:disasterRecovery:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17711162514123">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p7711112519126">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17112254121">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1771120257128">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17113257127">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1271182514126">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15711112513121">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p37113257121">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1671142514125">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p271117254126">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11711172561212">"evs:*:create*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul464694810139"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li36464483138">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1364664801313"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li2646548191313">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li26461248161310">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1792071225310"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p292013121533">Other DR and backup operations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p99201512135312">"dws:disasterRecovery:otherOperate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p169201712145311">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1056011598533">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p356095985315">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1956045920537">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1756075955320">"ecs:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12560759135314">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5560135913535">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1956020591535">"vpc:*:create*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1656195945313">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p856195912533">"evs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p556105925316">"evs:*:create*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1547364310548"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1447314310549">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul114730434549"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1473243175414">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li84731443155412">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row42756415513"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p427554145512">Querying DR and backup operations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p127515411557">"dws:disasterRecovery:get"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p192751242556">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1046619332551">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p346618331555">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16466163314559">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1146613365510">"vpc:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p346616331557">"vpc:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6466433195520">"evs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p20466113325511">"evs:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul103541659185518"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7354125912559">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul14354175919553"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li143543598554">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li153541859115519">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row4191626953"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19493143611117">Adding a CN</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15191152615515">"dws:module:install"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5911192711123">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p09111327181220">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1491122701216"></p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1925615509136"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li15256750101316">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul7256750101312"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li525675051312">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li152561750201315">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row8213162818516"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2550154512119">Deleting a CN</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1421362815516">"dws:module:uninstall"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p174511633131212">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19451133351211">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1745103311218"></p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1984555016137"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1384511509131">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul5845155014135"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1784585051312">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li084515021311">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1148716150566"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p548771516569">Removing nodes</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p144871115175618">"dws:clusterNodes:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p20487715135613">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p87551743135610">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul12255183095719"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li725583013573">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul8255430155711"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li525523065713">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li525583020571">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row470352217163"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4703122151614">Updating the node alias</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16703822191612">dws:instanceAliasName:update</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15703142218162">dws:cluster:list</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1034415494161"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1634419496166">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul134474961612"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li12344104951612">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li834517493162">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row15401915151314"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p140181591313">Redistributing data</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p144071515139">"dws:redistribution:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1566923841411">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1566973816143">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul16471175261310"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li5471175214137">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul174719525131"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li18471155271318">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li3471125220138">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1786431610138"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1386451671311">Querying redistribution</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15864181621311">"dws:redistributionInfo:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p49801419151">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1098019451512">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul5338135320133"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1533865319135">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul53392532132"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1633919538133">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li10339155310138">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row29293915124"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17921939141210">Stopping redistribution</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1292193911211">"dws:redistribution:suspend"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1879814233154">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9798122320157">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul12319185491318"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1431985421315">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul23191754111311"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li103191554151315">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1431920542137">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1429101291314"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p242917129138">Resuming redistribution</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1242941251320">"dws:redistribution:recover"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p7911139141510">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1920394155">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1314025511319"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li414085591320">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul514035591317"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li214014559132">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1140125511315">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row8222126101310"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18223196101316">Querying product specifications</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p72235631316">"dws:specProduct:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p359651814172">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p85961185175">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p857819195416">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1357879135419">"ecs:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1380358111317"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li118085817131">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1680115831312"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li980195812139">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li38010583136">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row16937124615182"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p693874631810">Binding the management plane IP address</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p893815463189">"dws:bindManageIp:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p991918492511">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15919144254">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul16655202122916"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1665512112915">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1965516211290"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11655425291">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li156551322297">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row293025119180"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p49304517187">Obtaining user authorization</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p393085112183">"dws:checkAuthorize:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p017761811255">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p217712187257">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1052617296236">"dws:checkSupport:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul467703192910"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li9677193102917">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6677133192918"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1367713314292">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li06771537293">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row49468541184"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15946115461817">Authorizing a user</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3946195410186">"dws:authorize:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9388114232517">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p73884427252">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9834123152317">"dws:checkSupport:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul148977416296"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14897134182913">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul289794132918"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1897164102917">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1389812412292">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row113341753171816"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14334125316182">Querying user databases</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1733418536185">"dws:userDatabase:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1793835772515">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1393811573255">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1693183318235">"dws:checkSupport:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul10925452293"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li129253522912">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul092555162917"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li79250519298">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1392625162918">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1219114576188"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p181919574182">Querying user schemas</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p619195710183">"dws:schemas:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1181515952615">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p0815179152616">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p173217362239">"dws:checkSupport:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul177241462295"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1872419616294">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul14724196102916"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11725369294">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li13725463297">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row72865509188"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3286950131820">Querying user tables</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9286125010180">"dws:tables:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11527102072612">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p45278200261">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1582257112917"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li58225712299">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul15822137192912"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li198235712916">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1282357102913">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1335364318188"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p335317433184">Restoring tables</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p143531643191817">"dws:tableRestore:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p102117392263">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1121123916263">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1188714872918"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li488778142911">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul198871483299"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li9887138152913">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li8887178132915">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row18799144111182"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p179910415183">Checking the name of the table to be restored</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p27995416184">"dws:tableRestoreCheck:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9770102112711">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1177019215279">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul195849102917"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li109581091291">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul14958898295"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li395816911297">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li195869122920">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1744683119187"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p44461131171817">Checking whether a cluster supports fine-grained backup</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9446231191812">"dws:checkSupport:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p8807191662717">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1780791618272">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul10925111022917"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li179251410182915">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul3926101014292"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li179261310182915">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li5926131020293">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row6675234131812"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18676934151810">Querying the list of flavors that can be changed</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p367614347187">"dws:supportFlavors:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p353015415278">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1953044115279">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1973201122917"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1973331118291">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6733121113292"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li147331011192919">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li12733121111296">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row353018179205"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p16530517172015">Changing the node flavor</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1753141712018">"dws:specResize:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15771165010275">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p107722050152712">"dws:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p193317115513">"ecs:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1493301195512">"ecs:*:list*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1293317195514">"ecs:*:create*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul118056129294"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li16805121272917">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul19805161202913"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li780571216297">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li13805181220292">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row88421019172013"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1784271992010">Stopping snapshot creation</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19842919132018">"dws:snapshot:stop"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p176441138122818">"dws:snapshot:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul518811472913"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1318811472918">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul118831452920"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li618813146293">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1918817141290">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row67010433113"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p67174153119">Terminating a session</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p157174193118">"dws:dmsSession:terminate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p199176541339">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul10932191715342"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li69337179349">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul169331917113413"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li18933161793412">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li8933161713349">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row2595534173414"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6596113412342">Workload report operations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p259683493411">"dws:dmsWorkloadDiagnosisReport:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1388512294402">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul520816209419"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li13208102015417">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1920812016414"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li9208220164114">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li5208620174114">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row095099173515"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1195069143516">Modifying an alarm rule</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p595079153516">"dws:dmsAlarmRule:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p132667311405">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1132314237413"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li163234239414">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul16324152310410"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1332432394115">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li9324192311415">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row147527148352"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18752111414352">Enabling an alarm rule</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p117521514193516">"dws:dmsAlarmRule:enable"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14841132144017">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul174773243412"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li5477202464113">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul5477162417417"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7477172419412">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li13477624104113">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row15858171815357"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p685821813512">Enabling a cluster alarm</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1985831813350">"dws:dmsClusterAlarm:enable"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5704173334012">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul3777726114112"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7777142614410">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul11777102624114"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li277742604115">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li477792610414">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row18530162263515"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1353012215355">Disabling a cluster alarm</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3530192220353">"dws:dmsClusterAlarm:disable"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p013113684015">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul8775172794117"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1477512716412">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul16776927134114"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li16776327184120">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li677612273415">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row182229267357"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6222172603511">gRPC external service</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p022214268358">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p846932712184">"dws:dmsQuery:list",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13151837114018">"dws:cluster:setSecuritySettings",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11407203310010">"obs:bucket:ListAllMyBuckets"</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1810814338187"></p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul10201929114114"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li120132984112">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul52082974119"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1420229124117">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li420629164112">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row462333143516"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1862323133513">Adding a SQL probe</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13623193118359">"dws:dmsProbe:add"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p31889386404">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul990513019414"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li5905183074119">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul16905173094115"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li990523018417">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li29056308418">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row15721236103514"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19721103663516">Modifying a SQL probe</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p572173615352">"dws:dmsProbe:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1350683917405">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul14827031174113"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1882723124118">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul582713174114"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li882773117411">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li2082783117419">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row86251140103519"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p66251540193514">Deleting a SQL probe</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p186251408353">"dws:dmsProbe:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p336934184016">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul2057415363419"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li125743369419">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul757423624114"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1357533615414">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li757573674116">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row328244973519"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3282949123510">Enabling or disabling a SQL probe</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12821049103516">"dws:dmsProbe:enable"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1333724294019">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul15575136164111"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li957523613418">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul185751836164119"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li5575336114117">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li25756369419">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row12813175313358"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12813145314357">Creating a User panel</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2081315539357">"dws:dmsUserBoard:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p66141043104017">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1557513363412"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li165751036114114">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul205754367413"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li85765363417">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li13576123616417">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row17388145710359"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p73883577351">Modifying a user panel</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1388125718358">"dws:dmsUserBoard:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1268918447407">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul637043814416"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li20371123824115">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1837193816416"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li4371238194119">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1371183816417">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row12323202363"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10323100113614">Deleting a user panel</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p153231101363">"dws:dmsUserBoard:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p475918456409">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul337113815411"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li33717384413">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1937113814415"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li93712388418">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li937112386418">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row774449103610"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p258019155018">Terminating a query</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p474413917367">"dws:dmsQuery:terminate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p109421147114020">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul29381139104113"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li179381339144119">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul693873916417"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1293873913410">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li169391539104110">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1111691412367"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1579513549500">Enabling or disabling DMS</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p211613145365">"dws:dmsService:enableOrDisable"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1733184919403">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul39394393410"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li6939739194114">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul119393398416"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li149392394414">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li49391339114117">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row47081217173619"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p370841753610">Modifying DMS storage configurations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19708191793618">"dws:dmsStorageConfig:modify"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1178615014404">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul18939203916419"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1939203919418">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul129392391418"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li19401939194118">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1994093914412">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row16894421203616"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17894921153614">Obtaining, or creating a DDL review</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p118942211365">"dws:dmsDdlExamine:getOrCreate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p207896510408">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul342511418411"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li8425741134115">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1342610412415"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1642644104119">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li042611412415">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1979306384"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11137104205314">Workload snapshot operations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p149791063814">"dws:dmsWorkloadDiagnosisSnapshot:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p118133523401">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul17426341124118"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11426941134111">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul20426104116418"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1942614410412">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li6427154154113">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row186467411383"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1064624173810">Creating an alarm rule</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1564694173814">"dws:dmsAlarmRule:add"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1279065384015">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul34271041144115"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li442764134114">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul342784124111"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li194271841104111">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li94273412412">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row19729101053815"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3729191013385">Deleting an alarm rule</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p127293100387">"dws:dmsAlarmRule:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p20203755114016">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul01118432412"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li511743184114">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul111113431415"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li01120435413">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li111114354119">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row5459151411387"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p0459111483816">Executing a SQL probe</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1545981410380">"dws:dmsProbe:execute"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p20137456174020">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul181119434413"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li17116437416">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul311124311419"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li15111843124113">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li81154314120">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row19274191717388"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p499914514217">Deleting a monitoring item</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12274717103814">"dws:dmsPerformanceMonitor:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p98411578409">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul5121643184119"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li181224334114">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul3121043154113"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li512943104112">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li612204318419">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row22252020163816"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p226843715111">Enabling or disabling DMS monitoring metrics</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1322592012384">"dws:dmsCollectItem:enableOrDisable"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14880135813405">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul75831044194116"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li3583044184115">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6584114464113"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1658411441416">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li3584164484120">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row6102132323810"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p141021323183816">Modifying DMS monitoring configurations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p510212239383">"dws:dmsCollectConfig:modify"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15385140114111">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul25847443411"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li15584944154112">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul758444411414"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1458434414414">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li135848441413">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row59781541207"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p39781054162020">OpenAPI Conditional Query</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p697811547206">"dws:dmsOpenapiQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1997818545207">"dws:cluster:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1823382482619"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1423319241266">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul423372402614"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li723313247261">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11233102417261">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row384724620386"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p138471046113818">Disabling an alarm rule</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4848104633818">"dws:dmsAlarmRule:disable"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p8498732415">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul4993462413"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li49954614419">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul299204618415"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li69916467414">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li2100194615413">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row17692149153810"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1469264919381">Deleting an alarm record</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p136921549163819">"dws:dmsAlarmRecord:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p94641446413">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul13100246174117"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li121001461419">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul151001446104118"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li17100184617415">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li16100154694111">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row976120525387"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p876214523388">Checking SQL probes</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p17622525389">"dws:dmsProbe:check"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p204861654419">"dws:dmsGrpcOuter:operation"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul39205472411"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li892034714117">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul109202477413"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li092064754114">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li15920747114110">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row221115613382"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1321195633818">Adding a monitoring item</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p121556123818">"dws:dmsPerformanceMonitor:add"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p166436613416">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1692154711410"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li592118474410">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul992115474413"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li2921144712410">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li12921347204111">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1888775893818"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2887558163818">Modifying monitoring metrics</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p488720589387">"dws:dmsPerformanceMonitor:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p374920794117">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul592184714414"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1792134716414">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul109211647124115"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14921174794112">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li29226478410">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row13326201054011"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p33268106408">Downloading historical monitoring trend</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p7326171010405">"dws:dmsTrendHistory:down"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1533114919414">"dws:dmsQuery:list"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul199505274110"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li39565212411">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul29515234111"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1995195284111">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11951152174114">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row14143172561920"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10143162512192">Obtaining cluster ring information</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p414482513192">"dws:ring:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1161526163111">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15128219133116">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul12824128162214"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1682502832218">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6825828182220"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li12825152842218">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li6825172802218">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1768342951920"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1683329161919">Obtaining the cluster process topology</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1668311290193">"dws:processTopo:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19502737143115">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1468315293197">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul5411134314319"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li124118439314">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1941194312318"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li13411243183112">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li6411443203110">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row7240114564012"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5241184534015">Querying intelligent O&amp;M information</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10241045164013">"dws:operationalTask:get"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p72418457409">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p119001214104918">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul261381019513"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1461391012511">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul941116517490"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li19411151114912">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li11411751174910">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row9630127195020"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1863111716507">Intelligent O&amp;M Operations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9631673502">"dws:operationalTask:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p163116711500">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p151566462505">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul14418155535018"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1841810555509">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1541915559504"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li241915513503">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li12419125512504">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row7226399517"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p923839175117">Adding, deleting, and modifying a logical cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p42343915114">"dws:logicalCluster:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1523103995117">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1338395885815">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul113002819592"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li930088195916">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul430120825917"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li113011688591">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li630119813598">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1841314459513"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p041324515514">Querying a logical cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p341334515516">"dws:logicalCluster:get"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p141344520516">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1289962313597">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul74563405916"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li194563475917">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul144533495912"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1645133416593">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li134533485912">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1950820503514"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p650815010516">Creating an endpoint service</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p650812503514">"dws:vpcEndpointService:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1850875019513">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1094511540592">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul159110310012"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7591103603">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1959117316012"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li259113320011">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li16592731704">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row139793557518"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1979175555110">Querying the resource management list</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p097925517515">"dws:workLoadManager:get"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19979145517511">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p5839519015">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul43261959605"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li132635916018">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul832612591704"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li732615597012">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li932617591305">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row156761185220"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p56711125218">Resource management operations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p156714120529">"dws:workLoadManager:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2067119526">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p485571410114">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul84848211816"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14484192119113">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul948482115115"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1948420216111">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li44845211916">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row183135341115"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1031363418117">LTS operations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14313434814">"dws:ltsAccess:operate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1231311341717">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p237664914114">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul9903356715"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li18903125611115">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul59033568115"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li149039561611">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1890315618114">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1456318301812"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p135634301017">Querying LTS Information</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13563183018110">"dws:ltsAccess:get"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1556311307112">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p208421412223">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul727620191829"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li427610191425">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1027613191222"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1127661913219">Project</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li16276419322">Enterprise project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row16901751538"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p149012520531">Querying events</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p490135135314">"dws:event:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1724144955515">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p924114910555">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul39966202577"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7996192010573">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul10996102014575"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1299610204578">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row116382432573"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1263974319572">Querying event specifications</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2639164319574">"dws:event:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p160172565820">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9601925195814">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1938843320584"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1438818334589">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul14388233125819"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li143881333135814">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row4218133975816"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p148154815586">Querying event subscriptions</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p481104813584">"dws:eventSub:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p48120484583">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p6810487584">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul108114815815"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li8821348115815">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul482748195812"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li17823489583">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row205405425915"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p11191496599">Creating an event subscription</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p0203919597">"dws:eventSub:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10201596591">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p10201495591">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul162059185916"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li82014919594">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul72019913592"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li420090595">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row8748205785811"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p188771211596">Updating an event subscription</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13887101214593">"dws:eventSub:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p78874124594">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2887101216596">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul16887151245914"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li68871112155914">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul5887412195911"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li9887141214598">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1124125412584"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p280691519596">Deleting an event subscription</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p3806615105914">"dws:eventSub:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p480651505920">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p15806181510594">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1380601512597"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1080614150595">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1880619151596"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li8806161512596">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row2820541181418"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p9192898294">Querying alarm statistics</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p119216922910">"dws:alarmStatistic:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p31936962913">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p151931994291">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul919316942910"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7193109172917">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul519313916295"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1419320972914">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row203541638131415"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4610192093713">Querying alarm details</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1761112208378">"dws:alarmDetail:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1461117201373">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1361182018377">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul961113208376"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li661102014370">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1361122010377"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li14611152083716">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row2992183312146"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p4564112193918">Querying alarm configurations</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p155648263917">"dws:alarmConfig:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1156411233911">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1456462143917">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1156442193915"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li195645214393">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul6564102153915"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li15659216394">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row193707267141"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1416956131512">Querying alarm subscriptions</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p14170967152">"dws:alarmSub:list"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p12170167157">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p61702064153">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1917011661517"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li10170861154">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul117006181511"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li91708691513">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row114161622121417"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1917113614159">Creating an alarm subscription</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p7171967156">"dws:alarmSub:create"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p117120615157">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p61711867154">"dws:*:list*",</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul151717681511"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li161715619154">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul191711067153"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li161714620153">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row127551911410"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1217136191511">Updating an alarm subscription</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p31721764153">"dws:alarmSub:update"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1617211616152">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p141728617150">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul117246171519"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1417211661519">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1817214661515"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li131723610155">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row1464217155141"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p181737612153">Deleting an alarm subscription</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p51733611517">"dws:alarmSub:delete"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p81734611518">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p131737614154">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul111731366157"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li171733616150">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul217313631510"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li417314661511">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row6130238984"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p197687572098">Delivering cluster upgrade operations (upgrade, rollback, submission, and retry)</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p2572193618820">"dws:cluster:doUpdate"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p257211361385">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1657293613815">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1398210111148"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7982414142">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul19982161101417"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1198241141419">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row11967174119817"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1051114112819">Querying the available upgrade paths of a cluster</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p75211412820">"dws:cluster:getUpgradePaths"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p95210411482">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19525411810">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul761314711143"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li461313710146">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1461313715146"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li126141674146">Project</li></ul>
</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_row17638441782"><td class="cellrowborder" valign="top" width="22.56%" headers="mcps1.3.5.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p93212431817">Querying cluster upgrade records</p>
</td>
<td class="cellrowborder" valign="top" width="31.480000000000004%" headers="mcps1.3.5.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p43217430818">"dws:cluster:getUpgradeRecords"</p>
</td>
<td class="cellrowborder" valign="top" width="26.56%" headers="mcps1.3.5.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p193229436813">"dws:*:get*",</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p332216431988">"dws:*:list*"</p>
</td>
<td class="cellrowborder" valign="top" width="19.400000000000002%" headers="mcps1.3.5.4.2.5.1.4 "><ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul1054115102147"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li165416102144">Scope:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul5541410131413"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li18542710181413">Project</li></ul>
</li></ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_section447711462541"><h4 class="sectiontitle">Authorization Using the Fine-Grained Permission Policy</h4><ol id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ol5932192295819"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li35843525915"><span>Log in to the IAM console and create a custom policy.</span><p><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p023718373010">For details, see "Fine-Grained Policy Management &gt; Creating a Custom Policy" in the <em id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_i1364411534817">Identity and Access Management User Guide</em>.</p>
<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p18421433151915">Refer to the following to create the policy:</p>
<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul63571810152014"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li76205413221">Use the IAM administrator account, that is, the user in the <strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b878135610147">admin</strong><strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b0781155691414"></strong> user group, because only the IAM administrator has the permissions to create users and user groups and modify user group permissions.</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li203442295202">GaussDB(DWS) is a project-level service, so its <span class="parmname" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_parmname16357111014202"><b>Scope</b></span> must be set to <span class="parmvalue" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_parmvalue83572107203"><b>Project-level services</b></span>. If this policy is required to take effect for multiple projects, authorization is required to each project.</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li193441429112017">Two GaussDB(DWS) policy templates are preconfigured on IAM. When creating a custom policy, you can select either of the following templates and modify the policy authorization statement based on the template:<ul id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ul207661423142119"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li13357201011205"><strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b87297290710310">DWS Admin</strong>: has all execution permissions on GaussDB(DWS).</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li4358210152011"><strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b128354708310310">DWS Viewer</strong>: has the read-only permission on GaussDB(DWS).</li></ul>
</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li777003615212">You can add permissions corresponding to GaussDB(DWS) operations or RESTful APIs listed in <a href="#EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_section89181381475">List of Supported Actions</a> to the action list in the policy authorization statement, so that the policy can obtain the permissions.<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p101921038192110">For example, if <strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b15298139010310">dws:cluster:create</strong> is added to the action list of a policy statement, the policy has the permission to create or restore clusters.</p>
</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li04166404212">If you want to use other services, grant related operation permissions on these services. For details, see the help documents of related services.<p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p54781141172113"><a name="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li04166404212"></a><a name="en-us_topic_0000001422799425_li04166404212"></a>For example, when creating a data warehouse cluster, you need to configure the VPC to which the cluster belongs. To obtain the VPC list, add permission <strong id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_b172266337110310">vpc:*:get*</strong> to the policy statement.</p>
</li></ul>
</p></li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li7760145882416"><span>Create a user group.</span><p><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p19643112617256">For details, see "User and User Group Management &gt; Viewing or Modifying User Group Information &gt; Creating a User Group" in the <em id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_i1386621104714">Identity and Access Management User Guide</em>.</p>
</p></li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1374215486172"><span>Add users to the user group and grant the new custom policy to the user group so that users in it can obtain the permissions defined by the policy.</span><p><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p1392672252818">For details, see "User and User Group Management &gt; Viewing or Modifying User Group Information" in the <em id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_i57113870710310">Identity and Access Management User Guide</em>.</p>
</p></li></ol>
</div>
<div class="section" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_section17298117184116"><h4 class="sectiontitle">Authentication Logic</h4><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p13451071414">If a user is granted permissions of multiple policies or of only one policy containing both Allow and Deny statements, then authentication starts from the Deny statements. The following figure shows the authentication logic for resource access.</p>
<div class="fignone" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_fig04511576415"><span class="figcap"><b>Figure 3 </b>Authentication logic</span><br><span><img id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_image1545187114112" src="figure/en-us_image_0000001711660576.jpg"></span></div>
<div class="note" id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_note3302137154116"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_p24521270418">The actions in each policy bear the OR relationship.</p>
</div></div>
<ol id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_ol154525714111"><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li44524744113">A user accesses the system and makes an operation request.</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li245218734114">The system evaluates all the permissions policies assigned to the user.</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li184529744118">In these policies, the system looks for explicit deny permissions. If the system finds an explicit deny that applies, it returns a decision of Deny, and the authentication ends.</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li1445213744117">If no explicit deny is found, the system looks for allow permissions that would apply to the request. If the system finds an explicit allow permission that applies, it returns a decision of Allow, and the authentication ends.</li><li id="EN-US_TOPIC_0000001659054650__en-us_topic_0000001422799425_li12452577419">If no explicit allow permission is found, IAM returns a decision of Deny, and the authentication ends.</li></ol>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_01_0145.html">Permissions</a></div>
</div>
</div>
<script language="JavaScript">
<!--
image_size('.imgResize');
var msg_imageMax = "view original image";
var msg_imageClose = "close";
//--></script>