mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[GH-ISSUE #84] rrddata Endpoint Support & Missing/Outdated Elements in various structs #17
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#17
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 @MattBGP on GitHub (Aug 26, 2023).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/84
Hi there,
I was wondering if there is planning on implementing the rrddata Endpoint
/api2/json/nodes/pve/qemu/<vmid>/rrddataWith that I also have another question, why is the VirtualMachine struct and several other structs that outdated? There are several elements missing. The Library still seems to be actively maintained and updated except for the described issue. Is this on purpose?
Thank you in advance! :)
@luthermonson commented on GitHub (Aug 27, 2023):
I'm sure I wrote the vm stuff in 6.x and more have since come out. I'll give it a refresh, thanks for the input. RE the other end point, sure! Let me look at into it at the same time.
@luthermonson commented on GitHub (Aug 27, 2023):
take a look at the PR and see if that will work for you
@MattBGP commented on GitHub (Aug 27, 2023):
Hi, looks good, added remaining relevant fields and created #87