Tag Type Migration Reinvoke Request. This request can be used to reinvoke a migration job.
name | data type | description |
---|---|---|
type | string | Return the type of this migration request |
objectId | number | Returns the id of the object that should be re-invoked. |
jobId | number | Returns the job id for this request |
Example
{ "type" : "...", "objectId" : 12345, "jobId" : 12345 }