Authorization: Bearer ********************curl --location '/servers/1/migrate/hybrid/destinations/?%20storageProfile=1' \
--header 'Authorization: Bearer <token>'{
"data": {
"disks": [
{
"drive": "a",
"size": 15,
"currentProfile": 0,
"storageOptions": [
{
"id": -1,
"name": "Local (Default mountpoint)",
"max": 5000,
"free": 4495,
"path": "/home/vf-data/disk",
"profile": 0
}
]
}
],
"examples": [
{
"destinationId": 7,
"disks": [
{
"drive": "a",
"storageId": -1
}
],
"compress": false,
"speedLimit": 0,
"sendMail": true,
"altIPv4": false
}
],
"resources": {
"original": {
"servers": {
"units": "#",
"max": 0,
"allocated": 7,
"free": -7,
"percent": null
},
"memory": {
"units": "MB",
"max": 129159,
"allocated": 8192,
"free": 120967,
"percent": 6.3
},
"cpuCores": {
"units": "#",
"max": 128,
"allocated": 12,
"free": 116,
"percent": 9.4
},
"localStorage": {
"enabled": 1,
"name": "Local (Default mountpoint)",
"storageType": 0,
"units": "GB",
"max": 5000,
"allocated": 505,
"free": 4495,
"percent": 10.1
},
"otherStorage": []
},
"storage": false,
"hasStorage": false,
"hasStorageAvailable": true,
"hasStorageAvailableMatchedProfile": false,
"storageAvailable": [
{
"id": -1,
"name": "Local (Default mountpoint)",
"max": 5000,
"free": 4495,
"path": "/home/vf-data/disk",
"profile": 0
}
]
},
"networking": {
"ipv4Count": 2,
"ipv6Count": 0,
"ipv4Mapping": {
"74": {
"ip": "192.168.4.73",
"reusable": true
},
"64": {
"ip": "192.168.4.63",
"reusable": true
}
},
"ipv6Mapping": [],
"ipv4AllUsable": true,
"ipv6AllUsable": true,
"ipv4Usable": 2,
"ipv6Usable": 0,
"ipv4Unusable": 0,
"ipv6Unusable": 0,
"configuration": {
"ipv6": false,
"ipv4": [
{
"id": 74,
"ip": "192.168.4.73",
"replace": false
},
{
"id": 64,
"ip": "192.168.4.63",
"replace": false
}
]
},
"ipv4Continue": true,
"ipv6Continue": true,
"ipv6Available": 300,
"ipv4Available": 429
}
}
}