mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 07:06:00 +03:00
[GH-ISSUE #175] Apply network changes #96
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#96
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?
Originally created by @AmpliFire004 on GitHub (Sep 14, 2024).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/175
Im having issues applying changes to the network setup on my proxmox node. I'm using the api to create a bridge. But it does not apply the changes. And I can't figure out how to do it
@jhollowe commented on GitHub (Sep 15, 2024):
You are probably better off asking in the Proxmox Forums fo questions on how to use the PVE API as folks there will be more knowledgeable on the specifics of the API.
@AmpliFire004 commented on GitHub (Sep 16, 2024):
Does proxmoxer not support it? I guess that was my question.
@jhollowe commented on GitHub (Sep 16, 2024):
proxmoxer can do pretty much anything that the PVE API can do. If you are getting a specific error from proxmoxer, we can look into it more. But I have not personally done anything with network changes via the API so I have no idea how to do it. You can also do what you want in the web UI with your browser's DevTools open to the network tab and see what API calls it makes to do the task you want.