数据复制服务 DRS-查询对象对比任务概览:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
create_time |
String |
对比任务创建时间,UTC时间,例如:2024-04-09T07:00:57Z。 |
start_time |
String |
对比任务开始时间,UTC时间,例如:2024-04-09T07:00:57Z。 |
status |
String |
对比任务状态。 取值:
|
export_status |
String |
生成对比结果报告文件的状态:
|
report_remain_seconds |
Long |
对比结果报告文件有效期剩余时间,单位为秒,报告未生成时返回-1。 |
compare_job_id |
String |
对比任务ID。 |
error_msg |
String |
失败原因。 |
compare_result |
Array of objects |
对比结果。 详情请参见表4。 |
参数 |
参数类型 |
描述 |
---|---|---|
type |
String |
对象类型: 取值:
|
source_count |
Long |
该类型的对象在源库的个数。 |
target_count |
Long |
该类型的对象在目标库的个数。 |
status |
Integer |
对比结果,0为不一致,2为一致,3为未完成。 |