Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement list_appliances and download_appliance #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davispuh
Copy link
Contributor

@davispuh davispuh commented Oct 11, 2024

This PR implements list_appliances() and download_appliance() methods for invoking
GET /api2/json/nodes/{node}/aplinfo and
POST /api2/json/nodes/{node}/aplinfo

https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/aplinfo

These are used to list and download templates for LXC containers.
Once you have downloaded template you can create LXC container using that template.

PS. This PR also includes #97 because I implemented it in Storage.

@Manisha15
Copy link
Contributor

Can you please fix the linting issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants