Retries a data migration job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
odps:RetryMmsJob |
update |
*project
|
None | None |
Request syntax
POST /api/v1/mms/datasources/{sourceId}/jobs/{jobId}/retry HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| sourceId |
integer |
Yes |
The ID of the data source. |
2000015 |
| jobId |
integer |
Yes |
The ID of the migration job. |
78 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ApiRes |
||
| requestId |
string |
The ID of the request. |
7F5DAD1C-9EC2-5FE5-97CF-BCE21B4ABA29 |
| data |
integer |
The returned result. |
78 |
Examples
Success response
JSON format
{
"requestId": "7F5DAD1C-9EC2-5FE5-97CF-BCE21B4ABA29",
"data": 78
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.