GetReportResp

更新时间:
名称类型描述示例值
object

迁移报告详情。

Statusstring

迁移报告状态。
取值:Running,生成中;NotExist,不存在;Finished,生成完成;Failed,生成失败。

Running
ReportCreateTimestring

迁移报告创建时间。

2024-05-01T12:00:00.000Z
ReportEndTimestring

迁移报告生成结束时间。

2024-05-01T12:00:00.000Z
TotalCountlong

迁移文件总数量。

1000
CopiedCountlong

迁移文件成功数量。

800
SkippedCountlong

迁移文件跳过数量。

100
FailedCountlong

迁移文件失败数量。

100
JobCreateTimestring

任务创建时间。

2024-05-01T12:00:00.000Z
JobEndTimestring

任务结束时间。

2024-05-01T12:00:00.000Z
JobExecuteTimestring

任务执行时间。

1000
TotalListPrefixstring

文件列表所在位置。

test_total_prefix/
SkippedListPrefixstring

跳过文件列表所在位置。

test_skipped_prefix/
FailedListPrefixstring

失败文件列表所在位置。

test_failed_prefix/
ErrorMessagestring

异常信息。

test error msg.