download_url_to_storage
Download a file from a URL directly to Proxmox storage, supporting ISO and container templates with optional checksum verification.
Instructions
Download a file from a URL directly to storage (ISO, template, etc.).
Args: node: The node name. storage: The storage ID. url: URL to download from. content: Content type: 'iso', 'vztmpl'. filename: Target filename. checksum: Expected checksum. checksum_algorithm: Checksum algorithm (sha256, sha512, md5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| storage | Yes | ||
| url | Yes | ||
| content | Yes | ||
| filename | Yes | ||
| checksum | No | ||
| checksum_algorithm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |