Changes the password of a database account for a specified PolarDB cluster.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBClusterId | string | Yes | The cluster ID. | pc-************ |
AccountName | string | Yes | The username of the account. | testacc |
NewAccountPassword | string | Yes | The new password of the account. The new password must meet the following requirements:
| Pw123456 |
PasswordType | string | No | The password type. | Tair |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "2FED790E-FB61-4721-8C1C-07C627******"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | EngineMigration.ActionDisabled | Specified action is disabled while custins is in engine migration. | The specified operation is disabled when custins is being migrated across engines. |
400 | LockTimeout | The request processing has failed due to lock timeout. | Failed to process the request due to a lock timeout. |
400 | InvalidAccountPassword.Malformed | The specified parameter AccountPassword is not valid. | The specified AccountPassword parameter is invalid. |
404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
404 | InvalidDBClusterId.Malformed | The specified parameter DBClusterId is not valid. | The specified DBClusterId parameter is invalid. |
404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-03-13 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-12-12 | The Error code has changed | View Change Details |
2023-09-12 | The Error code has changed | View Change Details |