]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/Commands/lxc.pm
Use get_standard_option for vmid in enter
[pve-client.git] / PVE / APIClient / Commands / lxc.pm
index 66ad704d954fc01a00afc3cf5860edda0fb19b42..4e76f70fce4bfc696f1ec7b6f19e46b42497bae2 100644 (file)
@@ -168,10 +168,7 @@ __PACKAGE__->register_method ({
        additionalProperties => 0,
        properties => {
            remote => get_standard_option('pveclient-remote-name'),
-           vmid => {
-               description => "The container ID",
-               type => 'string',
-           },
+           vmid => get_standard_option('pve-vmid')
        },
     },
     returns => { type => 'null'},