Starts multiple data migration or data synchronization tasks.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | StartDtsJobs |
The operation that you want to perform. Set the value to StartDtsJobs. |
DtsJobIds | String | Yes | l5o11f9029c**** |
The ID of the data migration or data synchronization task.
|
RegionId | String | No | cn-hangzhou |
The region ID of the DTS instance. For more information, see List of supported regions. |
Response parameters
Examples
Sample requests
http(s)://dts.aliyuncs.com/?Action=StartDtsJobs
&DtsJobIds=l5o11f9029c****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<StartDtsJobsResponse>
<RequestId>AD823BD3-1BA6-4117-A536-165CB280****</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<Success>true</Success>
</StartDtsJobsResponse>
JSON
format
{
"RequestId": "AD823BD3-1BA6-4117-A536-165CB280****",
"HttpStatusCode": 200,
"Success": true
}
Error codes
For a list of error codes, visit the API Error Center.