migrationStatusResponse
Response to request to check status of tag type migration
XML
Elements
name (type) |
min/max occurs |
description |
percentComplete (int)
|
0/1 |
Returns the completion status for the job that is currently being executed
|
status (int)
|
1/1 |
Returns the status for the job that is currently being executed
|
jobId (int)
|
1/1 |
Returns the jobId for the job which is currently being executed
|
latestJob (migrationJobEntry)
|
0/1 |
Returns the lastest job information
|
JSON
property |
type |
description |
percentComplete |
percentComplete (int)
|
Returns the completion status for the job that is currently being executed
|
status |
status (int)
|
Returns the status for the job that is currently being executed
|
jobId |
jobId (int)
|
Returns the jobId for the job which is currently being executed
|
latestJob |
latestJob (migrationJobEntry)
|
Returns the lastest job information
|