diff --git a/PVE/API2/Cluster.pm b/PVE/API2/Cluster.pm index 455f1845..418af2be 100644 --- a/PVE/API2/Cluster.pm +++ b/PVE/API2/Cluster.pm @@ -226,6 +226,11 @@ __PACKAGE__->register_method({ type => 'string', optional => 1, }, + name => { + description => "Name of the resource.", + type => 'string', + optional => 1, + }, node => get_standard_option('pve-node', { description => "The cluster node name (when type in node,storage,qemu,lxc).", optional => 1,