[pdm-devel] superseded: [PATCH datacenter-manager 0/4] system report via admin cli or API
Lukas Wagner
l.wagner at proxmox.com
Mon Dec 1 16:34:22 CET 2025
On Mon Dec 1, 2025 at 1:58 PM CET, Lukas Wagner wrote:
> Still missing the UI integration.
>
> 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 | 195 +++++++++++++++++++++++++++++++++
> 6 files changed, 253 insertions(+)
> create mode 100644 server/src/api/nodes/report.rs
> create mode 100644 server/src/report.rs
superseded by v2:
https://lore.proxmox.com/all/20251201153229.347742-1-l.wagner@proxmox.com/T/#t
More information about the pdm-devel
mailing list