获取迁移报告详情。
接口说明
- 获取迁移报告,您必须有 mgw:GetImportReport 权限。
- 迁移报告会推送到您的目的数据地址,具体信息参见迁移教程->后续操作->查看迁移报告。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /report HTTP/1.1
Host: userid.cn-hangzhou.mgw.aliyuncs.com
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
version | string | 是 | 迁移任务 ID。 | test_job_id |
runtimeId | integer | 否 | 迁移任务执行 ID。 | 1 |
返回参数
示例
正常返回示例
JSON
格式
{
"GetReportResponse": {
"Status": "Running",
"ReportCreateTime": "2024-05-01T12:00:00.000Z",
"ReportEndTime": "2024-05-01T12:00:00.000Z",
"TotalCount": 1000,
"CopiedCount": 800,
"SkippedCount": 100,
"FailedCount": 100,
"JobCreateTime": "2024-05-01T12:00:00.000Z",
"JobEndTime": "2024-05-01T12:00:00.000Z",
"JobExecuteTime": "1000",
"TotalListPrefix": "test_total_prefix/",
"SkippedListPrefix": "test_skipped_prefix/",
"FailedListPrefix": "test_failed_prefix/",
"ErrorMessage": "test error msg."
}
}
XML
格式
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<GetReportResponse>
<Status>Running</Status>
<ReportCreateTime>2024-05-01T12:00:00.000Z</ReportCreateTime>
<ReportEndTime>2024-05-01T12:00:00.000Z</ReportEndTime>
<TotalCount>1000</TotalCount>
<CopiedCount>800</CopiedCount>
<SkippedCount>100</SkippedCount>
<FailedCount>100</FailedCount>
<JobCreateTime>2024-05-01T12:00:00.000Z</JobCreateTime>
<JobEndTime>2024-05-01T12:00:00.000Z</JobEndTime>
<JobExecuteTime>1000</JobExecuteTime>
<TotalListPrefix>test_total_prefix/</TotalListPrefix>
<SkippedListPrefix>test_skipped_prefix/</SkippedListPrefix>
<FailedListPrefix>test_failed_prefix/</FailedListPrefix>
<ErrorMessage>test error msg.</ErrorMessage>
</GetReportResponse>
错误码
访问错误中心查看更多错误码。