Volumes_Fields
Unique numeric identifier for the volume.
9876Name of the volume.
example-volumeenvironment object
Environment the volume belongs to.
Name of the environment.
example-environmentfeatures object
Feature flags enabled in the environment.
Description of the volume.
exampleStorage tier of the volume.
Cloud-SSDVolume capacity in GB.
10Current status of the volume.
availableIdentifier of the operating system image the volume was created from, or null if none.
Webhook URL called with notifications about this volume, or null if none is set.
ISO 8601 UTC timestamp marking when the volume was created.
2026-05-07T09:21:55ZISO 8601 UTC timestamp marking when the volume was last updated.
2026-05-07T09:21:55Zattachments object[]
Virtual machines the volume is attached to.
Unique numeric identifier for the volume attachment.
2058Device path the volume is attached at on the VM.
/dev/disk/by-id/virtio-05ff4fce-957f-486c-bStatus of the volume attachment.
ATTACHINGIdentifier of the virtual machine the volume is attached to.
1402When true, the volume attachment is protected from deletion.
false{
"id": 9876,
"name": "example-volume",
"environment": {
"name": "example-environment",
"features": {},
"region": "NORWAY-1"
},
"description": "example",
"volume_type": "Cloud-SSD",
"size": 10,
"status": "available",
"bootable": false,
"image_id": 0,
"callback_url": "string",
"created_at": "2026-05-07T09:21:55Z",
"updated_at": "2026-05-07T09:21:55Z",
"attachments": [
{
"id": 2058,
"device": "/dev/disk/by-id/virtio-05ff4fce-957f-486c-b",
"status": "ATTACHING",
"instance_id": 1402,
"protected": false
}
]
}