Volume_Attachment_Fields
idinteger
Unique numeric identifier for the volume attachment.
volume object
Volume attached to the virtual machine.
idinteger
Unique numeric identifier for the volume.
Example:
1402namestring
Name of the volume.
Example:
example-volumedescriptionstring
Description of the volume.
Example:
examplevolume_typestring
Storage tier of the volume.
Example:
Cloud-SSDsizeinteger
Volume capacity in GB.
Example:
10statusstring
Status of the volume attachment.
Example:
ATTACHINGdevicestring
Device path the volume is attached at on the VM.
Example:
/dev/disk/by-id/virtio-a66fd1a8-e198-4eb4-aprotectedboolean
When true, the volume attachment is protected from deletion.
Example:
falsecreated_atstring<date-time>
ISO 8601 UTC timestamp marking when the volume attachment was created.
Example:
2026-05-06T16:04:09ZVolume_Attachment_Fields
{
"id": 0,
"volume": {
"id": 1402,
"name": "example-volume",
"description": "example",
"volume_type": "Cloud-SSD",
"bootable": false,
"size": 10
},
"status": "ATTACHING",
"device": "/dev/disk/by-id/virtio-a66fd1a8-e198-4eb4-a",
"protected": false,
"created_at": "2026-05-06T16:04:09Z"
}
Was this page helpful?