Resets the password for a PolarDB database account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:ResetAccountPassword |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The cluster ID. Note
Call the DescribeDBClusters operation to view information about all clusters in the destination region, including cluster IDs. |
pc-*** |
| AccountName |
string |
Yes |
The account name. |
your_account_name |
| AccountPassword |
string |
Yes |
The new password for the database account. The password must meet the following requirements:
|
Test1111 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
3AA69096-757C-4647-B36C-29EBC2****** |
Examples
Success response
JSON format
{
"RequestId": "3AA69096-757C-4647-B36C-29EBC2******"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.