Download ISO/template from URL
download_isoTrigger a server-side download of a file from a URL into a Proxmox storage pool, enabling direct fetching of large ISOs without client bandwidth usage.
Instructions
Trigger a server-side download from a URL into a storage pool (useful for large ISOs). Proxmox fetches the file directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Source URL (http/https/ftp) | |
| node | Yes | Target node | |
| content | No | Content type | iso |
| storage | Yes | Target storage | |
| checksum | No | Optional checksum for verification | |
| filename | Yes | Destination filename | |
| checksum_algorithm | No | sha256 |