Skip to main content
GET
/
storage
/
disks
/
{disk_uuid}
Get Disk
curl --request GET \
  --url https://api.tenbytecloud.com/v1/storage/disks/{disk_uuid} \
  --header 'apikey: <api-key>'
{
  "uuid": "cef3a629-89b0-40ec-986b-4b6e831f9b64",
  "status": "Active",
  "display_name": "Web server main",
  "size_gb": 30
}

Authorizations

apikey
string
header
required

Path Parameters

disk_uuid
string
required

Defines which disk to retrieve

Response

200 - application/json

Disk data

The response is of type object.