Migration Tasks REST Endpoints
Migration/Migration Tasks
Migration Task endpoints aid in the creation and administration of migration tasks.
- Create a Snapshot
- Method: postPath:
/rest/v19/migrationTasks/actions/createSnapshot - Get All Migration Tasks
- Method: getPath:
/rest/v19/migrationTasks - Get Migration Task
- Method: getPath:
/rest/v19/migrationTasks/{taskId} - Get Migration Task Categories
- Method: getPath:
/rest/v19/migrationTasks/{taskId}/categories - Get Migration Task Category Details
- Method: getPath:
/rest/v19/migrationTasks/{taskId}/categories/{category} - Revert to Snapshot
- Method: postPath:
/rest/v19/migrationTasks/{taskId}/actions/revertToSnapshot - Roll Back a Migration
- Method: postPath:
/rest/v19/migrationTasks/{taskId}/actions/rollback