Skip to main content

Attachments_Fields_for_Volume

idinteger

Unique numeric identifier for the volume attachment.

Example: 2058
devicestring

Device path the volume is attached at on the VM.

Example: /dev/disk/by-id/virtio-05ff4fce-957f-486c-b
statusstring

Status of the volume attachment.

Example: ATTACHING
instance_idinteger

Identifier of the virtual machine the volume is attached to.

Example: 1402
protectedboolean

When true, the volume attachment is protected from deletion.

Example: false
Attachments_Fields_for_Volume
{
"id": 2058,
"device": "/dev/disk/by-id/virtio-05ff4fce-957f-486c-b",
"status": "ATTACHING",
"instance_id": 1402,
"protected": false
}