Performs a primary/secondary switchover (switches node roles). This operation can be used for disaster recovery drills and nearest access for applications in multi-zone deployment scenarios.
Operation description
For more information about nearest access for applications in multi-zone deployment 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 a node role switchover is triggered, the data node being switched enters a read-only state for a few seconds and experiences a transient connection. 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 or 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 query 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 the cluster or read/write splitting architecture. |
56****19,56****20 |
| SwitchMode |
integer |
No |
The execution time. 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
Evaluate your business requirements for data integrity and service availability before selecting a switchover mode. Valid values:
|
ReliabilityPriority |
| SourceNodeId |
string |
No |
The node ID of the original MASTER node in the shard. |
52717408 |
| TargetNodeId |
string |
No |
The node ID of the target MASTER node after the switchover. |
52717403 |
| TargetShardName |
string |
No |
The shard name of the instance. |
r-2zegk3jyxxxwixfo6c-db-1 |
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.