Domain name for API request: redis.intl.tencentcloudapi.com.
This API is used to swap the VIPs of instances for disaster recovery in DTS-based cross-AZ disaster recovery scenarios. After the swapping, the target instance becomes writable, the VIPs of the source and target instances are swapped, and the DTS synchronization task between the source and target instances is disconnected.
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: SwitchInstanceVip. |
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. |
SrcInstanceId | Yes | String | Source instance ID. Log in to the Redis console and copy it in the instance list. |
DstInstanceId | Yes | String | Target instance ID. Log in to the Redis console and copy it in the instance list. |
TimeDelay | No | Integer | DTS disconnection time between the source instance and target instance. Unit: second. If the DTS disconnection time exceeds TimeDelay, the VIP will not be switched. It is recommended to set an acceptable value based on business needs. |
ForceSwitch | No | Integer | Whether to force a switch in the case of a DTS disconnection. - 1: Force the switch. - 0: Do not force the switch. |
SwitchTime | No | String | now: switch now; syncComplete: switch after sync is completed |
Parameter Name | Type | Description |
---|---|---|
TaskId | 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. |
https://redis.intl.tencentcloudapi.com/?Action=SwitchInstanceVip
&SrcInstanceId=crs-5a4py64p
&DstInstanceId=crs-1kl0iy0v
&ForceSwitch=1
&<Common request parameters>
{
"Response": {
"RequestId": "9a6bd110-20fc-4e08-b77b-a5656cb6150c",
"TaskId": 18491
}
}
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.DtsStatusAbnormal | This operation is not allowed under the current DTS status. |
FailedOperation.SystemError | Internal system error, which is irrelevant to the business. |
InternalError.DbOperationFailed | Internal system error with the database operation, which may be update, insert, select, etc. |
InternalError.InternalError | Internal error. |
InvalidParameter.InvalidParameter | Invalid service parameter. |
InvalidParameterValue.UnSupportedType | The instance type is not supported. |
ResourceUnavailable.InstanceStateError | Instance status error. |
ResourceUnavailable.InstanceStatusAbnormal | The Redis status is exceptional, and the corresponding process cannot be executed. |
Was this page helpful?