all lists on 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

* [pve-devel] applied: [PATCH manager] api: add 'hardware' endpoint to index
  2023-03-10 13:08 [pve-devel] [PATCH manager] api: add 'hardware' endpoint to index Dominik Csapak
@ 2023-03-11 16:57 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-03-11 16:57 UTC (permalink / raw)
  To: Proxmox VE development discussion, Dominik Csapak

Am 10/03/2023 um 14:08 schrieb Dominik Csapak:
> 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(+)
> 
>

applied, thanks!




^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal