[PR #219] [MERGED] add /nodes/{node}/report getter #221

Closed
opened 2026-03-03 15:30:46 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/add-node-report


📝 Commits (2)

  • 2e0fd1e add node report getter
  • 32168c1 remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/luthermonson/go-proxmox/pull/219 **Author:** [@MatthieuLeboeuf](https://github.com/MatthieuLeboeuf) **Created:** 11/13/2025 **Status:** ✅ Merged **Merged:** 12/17/2025 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `feat/add-node-report` --- ### 📝 Commits (2) - [`2e0fd1e`](https://github.com/luthermonson/go-proxmox/commit/2e0fd1e1905f048af79c4e5238093f9276f3df10) add node report getter - [`32168c1`](https://github.com/luthermonson/go-proxmox/commit/32168c1968c47abb189f4b8999b3bf8a5f2c3be3) remove useless Report struct -> data is already get by default ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `nodes.go` (+4 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:46 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#221
No description provided.