Disks
Returns a specific disk by disc id
get/disks/{disk_id}/
Path parameters
disk_idstring required
Disk ID
Response
Disks
Example response
{
"disk_id": 1,
"disk_type": "nvme",
"size_gb": 2000,
"count": 10,
"host_id": 10
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.