NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Delete the migration data fileDelete the specified migration data file.  | 
                      
                        DELETE /api/v1/migration/data
                         | 
                    
Get Migration Data Info.Get information about the requested Migration Data file.  | 
                      
                        GET /api/v1/migration/data
                         | 
                    
Download migration dataDownload the output data file generated during migration.  | 
                      
                        GET /api/v1/migration/data/download
                         | 
                    
Upload migration dataUpload the data file 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
                         |