mount_iso
Mount an ISO file to a virtual machine's CD-ROM drive for OS installation or software distribution.
Instructions
DESTRUCTIVE: Mount an ISO image to a VM's CD-ROM drive.
Args: vm_id: The VM identifier cdrom_id: The CD-ROM drive identifier (from get_vm_cdroms) image_path: Path to ISO on NAS (e.g. 'shared://ISOs/ubuntu.iso') confirm: Must be true to execute. Returns a preview otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_id | Yes | ||
| confirm | No | ||
| cdrom_id | Yes | ||
| image_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |