Stops the periodic execution of a specified incremental migration job and completes the migration.
Operation description
Description
-
The incremental migration job must be in the Waiting state.
-
When you call this operation, the incremental migration job stops running periodically. The SyncData parameter determines the next action. If SyncData is
false, no more data is migrated. IfSyncDataistrue, a final full data migration is performed. The job is then completed after the intermediate resources are automatically released.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
smc:CutOverReplicationJob |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
The ID of the incremental migration job. |
j-bp1fnx5y3djc4cop**** |
| SyncData |
boolean |
No |
Specifies whether to perform a final full data migration. Valid values:
Default value: false. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|
||
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ReplicationJob.InvalidStatus | The specified replication job status: %s is invalid. This operation can only be performed in the following status: %s. | The specified replication job status: %s is invalid. This operation can only be performed in the following status: %s. |
| 400 | ReplicationJob.InvalidBusinessStatus | The specified business status: %s of the replication job is invalid. This operation can only be performed in the following status: %s. | The specified business status: %s of the replication job is invalid. This operation can only be performed in the following status: %s. |
| 400 | SourceServerState.Invalid | The specified source server status: %s is invalid. This operation can only be performed in the following status: %s. | The specified source server status: %s is invalid. This operation can only be performed in the following status: %s. |
| 500 | InternalError | An error occurred while processing your request. Please try again. If the problem still exists, please submit a ticket. | An error occurred while processing your request. Please try again. If the problem still exists, please submit a ticket. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.