Performs a primary/secondary switchover (switches node roles). This operation can be used for disaster recovery drills and proximity-based application connections in multi-zone scenarios.
Operation description
For more information about proximity-based application connections in multi-zone scenarios, see Scenario examples.
When you call this operation, the instance must be of the high-availability or dual-replica type.
Calling this operation has the following impacts:
After the node role switchover is triggered, the data node being switched enters a read-only state for a few seconds and connections are momentarily interrupted. Make sure that your application has a reconnection mechanism.
While the instance is in the switching state, you cannot perform instance-level operations, such as configuration changes and zone migration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
kvstore:SwitchInstanceHA |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. You can call DescribeInstances to obtain the instance ID. |
r-bp1zxszhcgatnx**** |
| NodeId |
string |
No |
The ID of the data shard node. You can call DescribeRoleZoneInfo to obtain the CustinsId parameter. Separate multiple data shard node IDs with commas (,). To specify all nodes, enter Note
This parameter is available and required only when the instance uses a cluster or read/write splitting architecture. |
56****19,56****20 |
| SwitchMode |
integer |
No |
The time when to execute the switchover. Valid values:
Note
You can call ModifyInstanceMaintainTime to modify the maintenance window of the instance. |
0 |
| SwitchType |
string |
No |
The switchover mode. Valid values:
Note
You need to evaluate the requirements for data and services in your business scenario before you select a switchover mode. Valid values:
|
ReliabilityPriority |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
5D622714-AEDD-4609-9167-F5DDD3D1**** |
| TaskId |
string |
674546459 |
Examples
Success response
JSON format
{
"RequestId": "5D622714-AEDD-4609-9167-F5DDD3D1****",
"TaskId": "674546459"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.