[pve-devel] [PATCH v10 manager 1/1] api: nodes: add readovf endpoint
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Jan 17 16:38:29 CET 2022
missing a reason why this is added to the generic node index, and not
somewhere under qemu?
On January 13, 2022 11:08 am, Fabian Ebner wrote:
> Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
> [split into its own patch + add to index]
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
>
> Needs dependency bump for qemu-server.
>
> Changes from v9:
> * Add entry to /node/'s index.
>
> PVE/API2/Nodes.pm | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
> index d57a1937..5f6208d5 100644
> --- a/PVE/API2/Nodes.pm
> +++ b/PVE/API2/Nodes.pm
> @@ -49,6 +49,7 @@ use PVE::API2::LXC;
> use PVE::API2::Network;
> use PVE::API2::NodeConfig;
> use PVE::API2::Qemu::CPU;
> +use PVE::API2::Qemu::OVF;
> use PVE::API2::Qemu;
> use PVE::API2::Replication;
> use PVE::API2::Services;
> @@ -71,6 +72,11 @@ __PACKAGE__->register_method ({
> path => 'qemu',
> });
>
> +__PACKAGE__->register_method ({
> + subclass => "PVE::API2::Qemu::OVF",
> + path => 'readovf',
> +});
> +
> __PACKAGE__->register_method ({
> subclass => "PVE::API2::LXC",
> path => 'lxc',
> @@ -233,6 +239,7 @@ __PACKAGE__->register_method ({
> { name => 'network' },
> { name => 'qemu' },
> { name => 'query-url-metadata' },
> + { name => 'readovf' },
> { name => 'replication' },
> { name => 'report' },
> { name => 'rrd' }, # fixme: remove?
> --
> 2.30.2
>
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
More information about the pve-devel
mailing list