You can call this operation to migrate an ApsaraDB for MongoDB instance to another zone.
This operation is applicable only to replica set instances, but not to standalone instances or sharded cluster instances.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | MigrateToOtherZone |
The operation that you want to perform. Set the value to MigrateToOtherZone. |
InstanceId | String | Yes | dds-bpxxxxxxxx |
The ID of the instance. Note If the network type of the instance is VPC, you must specify the Vswitch parameter .
|
ZoneId | String | Yes | cn-hangzhou-b |
The ID of the destination zone to which you want to migrate the ApsaraDB for MongoDB instance. Note
|
EffectiveTime | String | No | Immediately |
The time when the instance is migrated to the destination zone. Valid values:
Default value: Immediately. |
VSwitchId | String | No | vsw-bpxxxxxxxx |
The ID of the vSwitch in the destination zone. Note This parameter is valid and required only when the network type of the instance is
VPC.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 0FDDC511-7252-4A4A-ADDA-5CB1BF63873D |
The ID of the request. |
Examples
Sample requests
http(s)://mongodb.aliyuncs.com/? Action=MigrateToOtherZone
&DBInstanceId=dds-bpxxxxxxxx
&ZoneId=cn-hangzhou-b
&EffectiveTime=Immediately
&<Common request parameters>
Sample success responses
XML
format
<RequestId>0FDDC511-7252-4A4A-ADDA-5CB1BF63873D</RequestId>
JSON
format
{
"RequestId": "0FDDC511-7252-4A4A-ADDA-5CB1BF63873D"
}
Error codes
For a list of error codes, visit the API Error Center.