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.", }, }, },