Resets the password of a DRDS database by calling the ChangeAccountPassword operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:ChangeAccountPassword |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID of the DRDS instance. |
drds******** |
| AccountName |
string |
Yes |
The account name. |
test |
| Password |
string |
Yes |
The new password. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Indicates whether the operation was successful. |
true |
| RequestId |
string |
The request ID. |
DSSDF-SEWE-***** |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "DSSDF-SEWE-*****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ActionUnauthorized | The specified action is not available for you | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 404 | InvalidDRDSInstanceId.NotFound | The DrdsInstanceId provided does not exist in our records. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.