Skip to main content
GET
/
storage
/
disks
List Disks
curl --request GET \
  --url https://api.tenbytecloud.com/v1/storage/disks \
  --header 'apikey: <api-key>'
[
  {
    "uuid": "05a61876-86f3-4b05-b0ec-53ee6fa03ced",
    "status": "Active",
    "size_gb": 50
  }
]

Authorizations

apikey
string
header
required

Query Parameters

read_only_bootable
boolean

If true, returns only disks marked as read-only bootable

Response

200 - application/json

List of disks