]> git.proxmox.com Git - qemu-server.git/commitdiff
API: list new 'pending' method
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Jan 2015 07:14:14 +0000 (08:14 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Jan 2015 07:14:14 +0000 (08:14 +0100)
PVE/API2/Qemu.pm

index 4aaffa760c03db1789d1246c230918626f7a9211..68899d8c8f55f42dad79268537a77b27db21974f 100644 (file)
@@ -536,6 +536,7 @@ __PACKAGE__->register_method({
 
        my $res = [
            { subdir => 'config' },
+           { subdir => 'pending' },
            { subdir => 'status' },
            { subdir => 'unlink' },
            { subdir => 'vncproxy' },