curl --location '/migrateVm/5307'{
"code": 200,
"message": "success",
"data": {
"id": 123,
"nodeid": 1,
"vmid": 100,
"hostid": 1001,
"type": 40,
"status": 1,
"params": {
"sourceNodeId": 1,
"targetNodeId": 2,
"sourceVmid": 100,
"targetVmid": 2001,
"targetStorage": "local-lvm",
"backupDir": "/home/software/QAgent/migration/backups",
"progress": 65,
"stage": "TRANSFER",
"startAfterMigration": false
},
"error": null,
"createDate": 1783227600000
}
}