Domain name for API request: redis.intl.tencentcloudapi.com.
This API is used to upgrade an instance to support multiple AZs.
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: UpgradeVersionToMultiAvailabilityZones. |
| Version | Yes | String | Common Params. The value used for this API: 2018-04-12. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| InstanceId | Yes | String | Instance ID. Log in to the Redis console, and copy it from the instance list. |
| UpgradeProxyAndRedisServer | No | Boolean | Specifies whether the nearby access feature is supported after an upgrade to multi-AZ. - true: support the nearby access feature. The upgrade process requires simultaneous upgrades of the proxy version and Redis kernel minor version, which involves data migration and may take several hours. - false: no need to support the nearby access feature. Upgrade to multi-AZ only involves metadata migration management, with no impact on the service. The upgrade process is usually completed within 3 minutes, and the default value is false. |
| Parameter Name | Type | Description |
|---|---|---|
| FlowId | Integer | Task ID |
| 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. |
POST / HTTP/1.1
Host: redis.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UpgradeVersionToMultiAvailabilityZones
<Common request parameters>
{
"InstanceId": "crs-5qlrlhux",
"UpgradeProxyAndRedisServer": "true"
}{
"Response": {
"FlowId": "140171780",
"RequestId": "4daddc97-0005-45d8-b5b8-38514ec1e97c"
}
}
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.Unknown | Invalid data is entered for weekday. |
| InvalidParameter.InvalidParameter | Invalid service parameter. |
| InvalidParameter.PermissionDenied | The API has no CAM permissions. |
| UnsupportedOperation.InstanceNotOperation | Unsupported operation |
| UnsupportedOperation.LimitProxyVersion | The instance version is too low. |
文档反馈