From 73647e3fadd657d71689ce205c560d8a1ae1f6d3 Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Tue, 18 Mar 2025 10:21:53 +0800 Subject: [PATCH] . --- usr/share/perl5/PVE/API2/Nodes.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/share/perl5/PVE/API2/Nodes.pm b/usr/share/perl5/PVE/API2/Nodes.pm index c6b0e5e..9cdf19d 100644 --- a/usr/share/perl5/PVE/API2/Nodes.pm +++ b/usr/share/perl5/PVE/API2/Nodes.pm @@ -439,27 +439,27 @@ __PACKAGE__->register_method({ }, }, cpu => { - description => "The current cpu usage.", type => "number", + description => "The current cpu usage.", }, cpuinfo => { type => "object", properties => { cores => { - description => "The number of physical cores of the CPU.", type => "integer", + description => "The number of physical cores of the CPU.", }, cpus => { - description => "The number of logical threads of the CPU.", type => "integer", + description => "The number of logical threads of the CPU.", }, model => { - description => "The CPU model", type => "string", + description => "The CPU model", }, sockets => { - description => "The number of logical threads of the CPU.", type => "integer", + description => "The number of logical threads of the CPU.", }, }, },