Queries the information about a migration task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectId | long | Yes | The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to obtain the workspace ID. | 12345 |
MigrationId | long | Yes | The migration task ID. You can call the CreateImportMigration operation to obtain the ID of the import task and call the CreateExportMigration operation to obtain the ID of the export task. | 1234 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "19999A96-71BA-2845-B455-ED620EF4E37F",
"Success": true,
"Data": {
"MigrationId": 1234,
"Name": "test_export_01",
"GmtCreate": 1589904000000,
"GmtModified": 1589904000000,
"CreateUser": "982293332403****",
"OpUser": "982293332403****",
"Status": "EXPORT_SUCCESS",
"ProjectId": 12345,
"DownloadUrl": "https://shanghai-xxx-oss.oss-cn-shanghai.aliyuncs.com/pre/store/f10_bf47_b4fa7df0860f.zip?Expires=1639540903&OSSAccessKeyId=XXXXXXeF4Lv5j&Signature=qxxxxx"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history