API Description | API Path |
---|---|
Get Migration Data Info.Get information about the requested Migration Data file. |
GET /api/v1/migration/data
|
Download migration dataDownload the data needed for migration. The call returns after Download is completed. |
GET /api/v1/migration/data/download
|
Upload migration dataUpload the data needed for migration. The call returns after upload is completed. |
POST /api/v1/migration/data/upload
|
Get migration stats for logical constructs phaseGet migration stats for logical constructs phase. This API can be polled for getting runtime progress of the migration from source to target. |
GET /api/v1/migration/logical-constructs/stats
|