| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The retry information about the migration task. | ||
| ReadyRetry | string | Indicates whether the files that failed to be migrated can be migrated again. | Ready |
| InvPath | string | The inventory list of files that failed to be migrated. This parameter is required if you create a data address. | mainfest.json |
| InvBucket | string | The name of the bucket in which the inventory list of files that failed to be migrated resides. This parameter is required if you create a data address. | test_sys_bucket |
| InvDomain | string | The domain name of the bucket in which the inventory list of files that failed to be migrated resides. This parameter is required if you create a data address. | test_domain |
| InvLocation | string | The type of the bucket in which the inventory list of files that failed to be migrated resides. This parameter is required if you create a data address. | oss |
| InvAccessId | string | The AccessKey ID that is used to access the bucket in which the inventory list of files that failed to be migrated resides. This parameter is required if you create a data address. | test_access_id |
| InvAccessSecret | string | The AccessKey secret that is used to access the bucket in which the inventory list of files that failed to be migrated resides. This parameter is required if you create a data address. | test_secret_key |
| InvRegionId | string | The region ID of the bucket in which the inventory list of files that failed to be migrated resides. This parameter is required if you create a data address. | test_region_id |
| AddressType | string | The type of the data address created based on the files that failed to be migrated. This parameter is required if you create a data address. | ossinv |
| TotalObjectCount | long | The total number of files. | 1000 |
| CopiedObjectCount | long | The number of files that are migrated. The number includes the number of files that are successfully migrated and the number of files that are skipped. | 800 |
| FailedObjectCount | long | The number of files that failed to be migrated. | 200 |
| TotalObjectSize | long | The total data size of files. | 1000 |
| CopiedObjectSize | long | The data size of files that are migrated. | 800 |
| Version | string | The task ID. | test_job_id |