Skip to main content

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: 1402
namestring

Name of the volume.

Example: example-volume
descriptionstring

Description of the volume.

Example: example
volume_typestring

Storage tier of the volume.

Example: Cloud-SSD
bootableboolean

Whether the volume is a bootable volume.

Example: false
sizeinteger

Volume capacity in GB.

Example: 10
statusstring

Status of the volume attachment.

Example: ATTACHING
devicestring

Device path the volume is attached at on the VM.

Example: /dev/disk/by-id/virtio-a66fd1a8-e198-4eb4-a
protectedboolean

When true, the volume attachment is protected from deletion.

Example: false
created_atstring<date-time>

ISO 8601 UTC timestamp marking when the volume attachment was created.

Example: 2026-05-06T16:04:09Z
Volume_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"
}