| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The execution history of the migration task. | ||
| Name | string | The task name. | test_name |
| JobVersion | string | The task ID. | test_id |
| RuntimeId | string | The execution ID of the task. | 1 |
| CommitId | string | The ID of the task status change. | 2 |
| StartTime | string | The time when the current state started. | 2024-05-01 12:00:00 |
| EndTime | string | The time when the current state ended. | 2024-05-01 12:00:00 |
| Status | string | The task state. | IMPORT_JOB_DOING |
| TotalCount | long | The total number of files. | 1000 |
| CopiedCount | long | The number of files that are migrated. The number includes the number of files that are successfully migrated and the number of files that are skipped. | 900 |
| FailedCount | long | The number of files that failed to be migrated. | 100 |
| TotalSize | long | The total data size of files. Unit: bytes. | 1000 |
| CopiedSize | long | The data size of files that are migrated. Unit: bytes. | 1000 |
| RuntimeState | string | The runtime state. | Normal |
| Message | string | The error message. | test error msg. |
| Operator | string | The operator. | user |
| ListStatus | string | The state of data listing. | Listing |