download_iso
Download an ISO file from a URL to the NAS via SSH, enabling VM mounting. Requires confirmation before execution.
Instructions
DESTRUCTIVE: Download an ISO file from a URL to the NAS.
Downloads the ISO directly to the NAS storage via SSH. The ISO can then be mounted to a VM using mount_iso with path 'shared://ISO/'.
Requires SSH access to the QNAP NAS (configured via QNAP_HOST).
Args: url: URL to download the ISO from (e.g. https://releases.ubuntu.com/...) destination: NAS directory path (default: /share/ISO/) filename: Override filename (default: derived from URL) confirm: Must be true to execute. Returns a preview otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| confirm | No | ||
| filename | No | ||
| destination | No | /share/ISO/ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |