mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #227] [MERGED] feat: Download ISO files #324
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/227
Author: @sebastian-de
Created: 1/11/2023
Status: ✅ Merged
Merged: 1/11/2023
Merged by: @mleone87
Base:
master← Head:download-url📝 Commits (2)
ef27c34feat: Download ISO files684c815feat: add CLI command for downloading ISO files📊 Changes
5 files changed (+193 additions, -0 deletions)
View changed files
📝
cli/command/commands/commands.go(+1 -0)➕
cli/command/content/iso/download.go(+38 -0)➕
cli/command/content/iso/iso.go(+15 -0)➕
proxmox/content_iso.go(+56 -0)➕
proxmox/content_iso_test.go(+83 -0)📄 Description
Inspired by Pull #224 I added functionality to download ISO files.
Proxmox API documentation: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/storage/{storage}/download-url
A CLI command and integration tests were also added.
Tested successfully on a PVE 7.3
This will help to fix https://github.com/hashicorp/packer-plugin-proxmox/issues/79
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.