Disks
Create a host disk definition
post/disks/{hostName}/
Path parameters
hostNamestring required
Host name
Request body
Example request
{
"disk_id": 1,
"disk_type": "nvme",
"size_gb": 2000,
"count": 10,
"host_id": 10
}Response
Disk details
Example response
{
"disk_id": 1,
"disk_type": "nvme",
"size_gb": 2000,
"count": 10,
"host_id": 10
}