migrationResponse
The MigrationResponse is returned when a migration job is invoked or reinvoked. It contains the jobId and message information.
XML
Elements
name (type) |
min/max occurs |
description |
messages (message)
|
0/unbounded |
Return the list of messages
|
responseInfo (responseInfo)
|
0/1 |
Return the reponse info
|
jobId (int)
|
1/1 |
Returns the job id for this reponse
|
JSON
property |
type |
description |
messages |
array of messages (message)
|
Return the list of messages
|
responseInfo |
responseInfo (responseInfo)
|
Return the reponse info
|
jobId |
jobId (int)
|
Returns the job id for this reponse
|