Job
Get a job.
get/v1/{tenantId}/jobs/{jobId}
Response
successful operation.
Example response
{
"job": {
"Id": "5bd6f273b0bdf90001dc91c3",
"TenantId": "94b280022d0c4401bcf3b0ea85870519",
"UserId": "558057c4256545bd8a307c37464003c9",
"TriggerType": "manual",
"Type": "migration",
"PlanName": "plan001",
"PlanId": "5eaa81fd6f384d000116d1d4",
"SourceLocation": "bucket001",
"DestLocation": "bucket002",
"CreateTime": 1588233982,
"StartTime": 158823398,
"EndTime": 1588233983,
"Status": "succeed",
"TotalCapacity": 287206,
"PassedCapacity": 287206,
"MigratedCapacity": 287206,
"TotalCount": 1,
"PassedCount": 1,
"Progress": 100,
"RemainSource": true
}
}