Authorization: Bearer ********************{
"destinationId": 6,
"disks": [
{ "drive": "a", "storageId": -1 },
{ "drive": "b", "storageId": 5 }
],
"compress": false,
"speedLimit": 125000,
"sendMail": true,
"altIPv4": false
}curl --location '/servers/1/migrate/hybrid' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"destinationId": 6,
"disks": [
{ "drive": "a", "storageId": -1 },
{ "drive": "b", "storageId": 5 }
],
"compress": false,
"speedLimit": 125000,
"sendMail": true,
"altIPv4": false
}'{
"data": {
"queueId": 123
}
}