Changes the logon account password for the cluster management page in the ApsaraDB for HBase console.
Request parameters
Parameter |
Type |
Required |
Example |
Description |
Action | String | Yes | ModifyUIAccountPassword | The operation that you want to perform. Set the value to ModifyUIAccountPassword. |
ClusterId | String | Yes | ld-bp150tns0sjxs**** | The ID of the ApsaraDB for HBase cluster. You can call the DescribeInstances operation to query the cluster ID. |
AccountName | String | Yes | test01 | The username of the account that is used to connect to the ApsaraDB for HBase cluster. If no custom users are created for the ApsaraDB for HBase cluster, the default user is used. The username of the default user is root. |
AccountPassword | String | Yes | ********** | The new password of the account that is used to connect to the ApsaraDB for HBase cluster. The password must be 2 to 30 characters in length and can contain uppercase letters, lowercase letters, digits, and special characters. The supported special characters are underscores (_) and hyphens (-). |
Response parameters
Parameter |
Type |
Example |
Description |
RequestId | String | BED4ADEB-4EA9-507E-892C-84112D6AC7C1 | The request ID. |
Examples
Sample requests
http(s)://hbase.aliyuncs.com/?Action=ModifyUIAccountPassword
&AccountName=test01
&AccountPassword=**********
&ClusterId=ld-bp150tns0sjxs****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ModifyUIAccountPasswordResponse>
<RequestId>BED4ADEB-4EA9-507E-892C-84112D6AC7C1</RequestId>
</ModifyUIAccountPasswordResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "BED4ADEB-4EA9-507E-892C-84112D6AC7C1"
}
Error codes
For a list of error codes, see Service error codes.