All Products
Search
Document Center

Data Online Migration:GetJobResultResp

Last Updated:Feb 03, 2026

Parameter

Type

Description

Example

object

Details of the job retry information.

ReadyRetry

string

Specifies whether failed files can be retried.
Valid values: NoNeed, Ready, and NotReady. NoNeed means a retry is not needed. Ready means the list of failed files is ready. NotReady means the list of failed files is being prepared.



Ready

InvPath

string

The manifest file for the list of failed files. Enter this value for the InvPath field when you construct a new data address.

mainfest.json

InvBucket

string

The bucket where the list of failed files is stored. Enter this value for the InvBucket field when you construct a new data address.

test_sys_bucket

InvDomain

string

The domain name of the bucket where the list of failed files is stored. Enter this value for the InvDomain field when you construct a new data address.

test_domain

InvLocation

string

The type of the bucket where the list of failed files is stored. Enter this value for the InvLocation field when you construct a new data address.

oss

InvAccessId

string

The AccessKey ID of the bucket where the list of failed files is stored. Enter this value for the InvAccessId field when you construct a new data address.

test_access_id

InvAccessSecret

string

The AccessKey secret of the bucket where the list of failed files is stored. Enter this value for the InvAccessSecret field when you construct a new data address.

test_secret_key

InvRegionId

string

The region of the bucket where the failed files are stored. Enter this value for the InvRegionId field when you construct a new data address.

test_region_id

AddressType

string

The type of address that is constructed from the list of failed files. Enter this value for the AddressType field when you construct a new data address.

ossinv

TotalObjectCount

integer

The total number of files.

1000

CopiedObjectCount

integer

The number of successfully migrated files. This count includes both successfully migrated files and skipped files.

800

FailedObjectCount

integer

The number of files that failed to migrate.

200

TotalObjectSize

integer

The total data volume of the files.

1000

CopiedObjectSize

integer

The data volume of successfully migrated files.

800

Version

string

The job ID.

test_job_id

SkippedObjectCount

integer

The number of skipped files.

5000

SkippedObjectSize

integer

The total size of the skipped files.

1000000