mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[GH-ISSUE #207] Missing Cluster Endpoints (SDN) #58
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#58
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 @samuelemusiani on GitHub (Jul 31, 2025).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/207
Hi, I'm exploring this API library for use in a project I'm currently developing, and I noticed that many endpoints related to the cluster, in particular for SDN, appear to be missing.
Specifically, I'm interested in retrieving and managing SDN configurations. I checked the repository and found cluster_sdn.go, but it seems to contain almost nothing at the moment.
I've noticed that some of the SDN data I need appears under the cluster's general resources, but unfortunately, that doesn't seem to cover everything I require.
Are there any plans to expand SDN support in this library? Or is there something I might have missed?
Thanks
Samuele
@luthermonson commented on GitHub (Aug 2, 2025):
you can add them if youre motivated. most people got the things working they needed and moved on
@samuelemusiani commented on GitHub (Aug 2, 2025):
Hi, so to be clear, you're willing to review and potentially accept a PR from me where I implement the SDN cluster part of the APIs?
@luthermonson commented on GitHub (Aug 2, 2025):
Yup! Absolutely
@samuelemusiani commented on GitHub (Aug 2, 2025):
Ok, I'll work on it!