All Products
Search
Document Center

Data Online Migration:GetReportResp

Last Updated:Jun 16, 2025
ParameterTypeDescriptionExample
object

The queried migration report.

Statusstring

The state of the migration report.
Valid values: Running, NotExist, Finished, and Failed.

Running
ReportCreateTimestring

The time when the migration report was created.

2024-05-01 12:00:00
ReportEndTimestring

The time when the migration report was generated.

2024-05-01 12:00:00
TotalCountlong

The total number of files.

1000
CopiedCountlong

The number of files that are migrated.

800
SkippedCountlong

The number of files that are skipped.

100
FailedCountlong

The number of files that failed to be migrated.

100
JobCreateTimestring

The time when the task was created.

2024-05-01 12:00:00
JobEndTimestring

The time when the task ended.

2024-05-01 12:00:00
JobExecuteTimestring

The task duration.

1000
TotalListPrefixstring

The path of files.

test_total_prefix/
SkippedListPrefixstring

The path of files that are skipped.

test_skipped_prefix/
FailedListPrefixstring

The path of files that failed to be migrated.

test_failed_prefix/
ErrorMessagestring

The error message.

test error msg.