public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] api: add 'hardware' endpoint to index
@ 2023-03-10 13:08 Dominik Csapak
  2023-03-11 16:57 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2023-03-10 13:08 UTC (permalink / raw)
  To: pve-devel

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.csapak@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-11 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 13:08 [pve-devel] [PATCH manager] api: add 'hardware' endpoint to index Dominik Csapak
2023-03-11 16:57 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal