[pdm-devel] [PATCH datacenter-manager v2 0/4] system report via admin cli or API
Lukas Wagner
l.wagner at proxmox.com
Mon Dec 1 16:32:25 CET 2025
Still missing the UI integration.
Changes since v1:
- see patch notes in 1/4
Lukas Wagner (4):
server: add system report implementation
api: add system report API
cli: admin: add 'report' command to generate a system report
pdm-client: add bindings for system report generation
cli/admin/src/main.rs | 13 +++
lib/pdm-client/src/lib.rs | 10 ++
server/src/api/nodes/mod.rs | 2 +
server/src/api/nodes/report.rs | 32 ++++++
server/src/lib.rs | 1 +
server/src/report.rs | 198 +++++++++++++++++++++++++++++++++
6 files changed, 256 insertions(+)
create mode 100644 server/src/api/nodes/report.rs
create mode 100644 server/src/report.rs
--
2.47.3
More information about the pdm-devel
mailing list