Starts a data migration job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
odps:StartMmsJob |
update |
*project
|
None | None |
Request syntax
POST /api/v1/mms/datasources/{sourceId}/jobs/{jobId}/start 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. |
88 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ApiRes |
||
| requestId |
string |
The ID of the request. |
5CA6292A-E301-5CD8-B4E2-AF060F99147B |
| data |
integer |
The ID of the migration job. |
88 |
Examples
Success response
JSON format
{
"requestId": "5CA6292A-E301-5CD8-B4E2-AF060F99147B",
"data": 88
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.