Starts multiple data migration or data synchronization tasks.
Debugging
Request parameters
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. Note
|
RegionId | String | No | cn-hangzhou | The region ID of the DTS instance. For more information, see List of supported regions. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
DynamicCode | String | 403 | The dynamic error code. This parameter will be removed in the future. |
DynamicMessage | String | DtsJobId | The dynamic part in the error message. This parameter is used to replace the %s variable in the ErrMessage parameter. Note If the returned value of the ErrMessage parameter is The Value of Input Parameter %s is not valid and the returned value of the DynamicMessage parameter is DtsJobId, the specified DtsJobId parameter is invalid. |
ErrCode | String | InternalError | The error code returned if the call failed. |
ErrMessage | String | The Value of Input Parameter %s is not valid. | The error message returned if the call failed. |
HttpStatusCode | Integer | 200 | The HTTP status code. |
RequestId | String | AD823BD3-1BA6-4117-A536-165CB280**** | The ID of the request. |
Success | Boolean | true | Indicates whether the request is successful. |
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.