]> git.proxmox.com Git - pmg-api.git/commitdiff
PMG/API2/Nodes.pm: add 'rrddata' to directory index
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 24 Mar 2017 17:33:08 +0000 (18:33 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 24 Mar 2017 17:33:08 +0000 (18:33 +0100)
PMG/API2/Nodes.pm

index b778eadb9e89862fa4bb40d2b2b2681681ef8949..60150d02fd74d9a913d8898b62dbf42af86b0cc6 100644 (file)
@@ -69,6 +69,7 @@ __PACKAGE__->register_method ({
            { name => 'tasks' },
            { name => 'time' },
            { name => 'vncshell' },
+           { name => 'rrddata' },
        ];
 
        return $result;