Starts a new-version synchronization task.
Operation description
This API operation is available for all DataWorks editions.
Debugging
Authorization information
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Id | long | No | The ID of the synchronization task. | 10000 |
| ForceToRerun | boolean | No | Specifies whether to forcefully rerun all synchronization steps. If you do not configure this parameter, the system does not perform the forcible rerun operation.
| false |
| RealtimeStartSettings | object | No | The settings for starting real-time synchronization. | |
| StartTime | long | No | The start time. | 1671516776 |
FailoverSettingsdeprecated | object | No | This parameter is deprecated. Use advanced parameters for failover settings when you create a task. | |
Intervaldeprecated | long | No | This parameter is deprecated. Use advanced parameters for failover settings when you create a task. | 10 |
UpperLimitdeprecated | long | No | This parameter is deprecated. Use advanced parameters for failover settings when you create a task. | 30 |
DIJobIddeprecated | string | No | This parameter is deprecated. Use the Id parameter instead. | 10000 |
Response parameters
Examples
Sample success responses
JSONformat
{
"Success": true,
"RequestId": "999431B2-6013-577F-B684-36F7433C753B"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-01-06 | The request parameters of the API has changed | View Change Details |
| 2024-10-15 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
