mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #219] [MERGED] add /nodes/{node}/report getter #221
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#221
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/luthermonson/go-proxmox/pull/219
Author: @MatthieuLeboeuf
Created: 11/13/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @luthermonson
Base:
main← Head:feat/add-node-report📝 Commits (2)
2e0fd1eadd node report getter32168c1remove useless Report struct -> data is already get by default📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
nodes.go(+4 -0)📄 Description
Hello,
This PR adds a new Report method to the Node struct, allowing retrieval of a node’s report via the /nodes/{name}/report endpoint.
A new Report type has also been introduced to represent the response structure.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.