it was missing there. Without this, it will not show up during
cli autocompletion and in the html debug view (/api2/html/).

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 PVE/API2/Nodes.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
index 47c2d7414..f1b3bca41 100644
--- a/PVE/API2/Nodes.pm
+++ b/PVE/API2/Nodes.pm
@@ -268,6 +268,7 @@ __PACKAGE__->register_method ({
            { name => 'disks' },
            { name => 'dns' },
            { name => 'firewall' },
+           { name => 'hardware' },
            { name => 'hosts' },
            { name => 'journal' },
            { name => 'lxc' },
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to