Parameter
|
Type
|
Required
|
Example
|
Description
|
Action |
String |
Yes |
SkipPreCheck |
The operation that you want to perform. Set the value to SkipPreCheck.
|
JobId |
String |
Yes |
b4my3zg929a**** |
The precheck task ID. You can call the DescribePreCheckStatus operation to query the task ID.
|
Skip |
Boolean |
Yes |
true |
Specifies whether to skip the precheck item. Valid values:
|
SkipPreCheckItems |
String |
Yes |
["CHECK_SAME_OBJ"] |
The shortened name of the precheck item. Valid values:
- ["CHECK_SAME_OBJ"]: object name conflict.
- ["CHECK_SAME_USER"]: username conflict.
- ["CHECK_SRC"]: source database version.
- ["CHECK_TOPOLOGY"]: topology. For more information about the topologies supported by Data Transmission Service (DTS), see Synchronization topologies.
- ["CHECK_SERVER_ID"]: the server ID of the source database.
- ["CHECK_DEST_TABLE_EMPTY"]: existence of objects in the destination database.
Note Separate multiple item names with commas (,). Example: ["CHECK_SRC","CHECK_SAME_OBJ"].
|
SkipPreCheckNames |
String |
Yes |
["CHECK_SAME_OBJ_DETAIL"] |
The precheck item name. This parameter corresponds to SkipPreCheckItems. Valid values:
- ["CHECK_SAME_OBJ_DETAIL"]: object name conflict.
- ["CHECK_SAME_USER_DETAIL"]: username conflict.
- ["CHECK_SRC_DETAIL"]: source database version.
- ["CHECK_TOPOLOGY_DETAIL"]: topology. For more information about the topologies supported by DTS, see Synchronization topologies.
- ["CHECK_SERVER_ID_DETAIL"]: the server ID of the source database.
- ["CHECK_DEST_TABLE_EMPTY_DETAIL"]: empty tables in the destination database.
Note Separate multiple item names with commas (,). Example: ["CHECK_SRC_DETAIL","CHECK_SAME_OBJ_DETAIL"].
|
DtsJobId |
String |
Yes |
c7412z57g8k**** |
The ID of the data migration, data synchronization, or change tracking task.
|
RegionId |
String |
No |
cn-hangzhou |
The region ID of the DTS instance. For more information, see Supported regions.
|
ResourceGroupId |
String |
No |
rg-acfmzawhxxc**** |
The resource group ID.
|