Domain name for API request: redis.tencentcloudapi.com.
This API is used to reset a password.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ResetPassword. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceId | Yes | String | Redis instance ID |
Password | No | String | Password reset (this parameter can be left blank when switching to password-free instance mode and is required in other cases) |
NoAuth | No | Boolean | Whether to switch to password-free instance mode. false: switch to password-enabled instance mode; true: switch to password-free instance mode. Default value: false. |
Parameter Name | Type | Description |
---|---|---|
TaskId | Integer | Task ID (this parameter is the task ID when changing a password. If you are switching between password-free and password-enabled instance mode, you can leave this parameter alone) |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://redis.tencentcloudapi.com/?Action=ResetPassword
&Password=zy456987
&InstanceId=crs-5a4py64p
&<Common request parameters>
{
"Response": {
"RequestId": "137c2607-07d1-4df0-9978-4b57a7ca3465",
"TaskId": 16657
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.SystemError | Internal system error, which is irrelevant to the business. |
FailedOperation.UnSupportError | The instance does not support this API. |
FailedOperation.Unknown | Invalid data is entered for weekday. |
InternalError.DbOperationFailed | Internal system error with the database operation, which may be update, insert, select, etc. |
InvalidParameter | Incorrect parameter. |
InvalidParameter.PermissionDenied | The API has no CAM permissions. |
InvalidParameterValue.PasswordFreeDenied | Tencent internal accounts are not allowed to use password-free instances. |
InvalidParameterValue.PasswordRuleError | When the password is set, the old password passed in by MC does not match the previously set password. |
ResourceUnavailable.InstanceStatusAbnormal | The Redis status is exceptional, and the corresponding process cannot be executed. |
UnauthorizedOperation.NoCAMAuthed | No CAM permissions. |
Was this page helpful?