{
"hostId": 1007,
"targetNodeId": 9,
"targetVmid": 149,
"targetStorage": "hddhome",
"backupDir": "/home/software/QAgent/migration/backups",
"startAfterMigration": false
}curl --location '/migrateVm' \
--header 'Content-Type: application/json' \
--data '{
"hostId": 1007,
"targetNodeId": 9,
"targetVmid": 149,
"targetStorage": "hddhome",
"backupDir": "/home/software/QAgent/migration/backups",
"startAfterMigration": false
}'{
"code": 200,
"message": "success",
"data": {
"id": 123,
"nodeid": 1,
"vmid": 100,
"hostid": 1001,
"type": 40,
"status": 0,
"params": {
"sourceNodeId": 1,
"targetNodeId": 2,
"sourceVmid": 100,
"targetVmid": 2001,
"targetStorage": "local-lvm",
"backupDir": "/home/software/QAgent/migration/backups",
"progress": 0,
"stage": "QUEUED",
"startAfterMigration": false
},
"error": null,
"createDate": 1783227600000
}
}