|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The details of the job run history. |
||
| Name |
string |
The job name. |
test_name |
| JobVersion |
string |
The job ID. |
test_id |
| RuntimeId |
string |
The task execution ID. |
1 |
| CommitId |
string |
The ID of the job status change. |
2 |
| StartTime |
string |
The start time of the current status. |
2024-05-01T12:00:00.000Z |
| EndTime |
string |
The end time of the current status. |
2024-05-01T12:00:00.000Z |
| Status |
string |
The job status. |
IMPORT_JOB_DOING |
| TotalCount |
integer |
The total number of files. |
1000 |
| CopiedCount |
integer |
The number of files whose migration is complete. This includes files that were successfully migrated and files that were skipped. |
900 |
| FailedCount |
integer |
The number of files that failed to be migrated. |
100 |
| TotalSize |
integer |
The total size of the files, in bytes. |
1000 |
| CopiedSize |
integer |
The size of the migrated files, in bytes. |
1000 |
| RuntimeState |
string |
The running status. |
Normal |
| Message |
string |
The exception message. |
test error msg. |
| Operator |
string |
The operator. |
user |
| ListStatus |
string |
The data listing status. |
Listing |
| SkippedCount |
integer |
The number of skipped files. |
1000 |
| SkippedSize |
integer |
The size of skipped files. |
100000 |