Queries the progress of 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 workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID. | 123456 |
MigrationId | long | Yes | The migration package ID. You can call the CreateImportMigration operation to query the ID. | 123456 |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": 200,
"RequestId": "SADFSDFSD-SDFSDF-XDXCVX-ESWW",
"ErrorMessage": "test error msg",
"Success": true,
"ErrorCode": "110001123456",
"Data": [
{
"TaskStatus": "SUCCESS",
"TaskName": "IMPORE_PREPARE"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history