[pve-devel] r5479 - pve-common/trunk/data/PVE

svn-commits at proxmox.com svn-commits at proxmox.com
Wed Feb 2 13:03:44 CET 2011


Author: dietmar
Date: 2011-02-02 13:03:44 +0100 (Wed, 02 Feb 2011)
New Revision: 5479

Modified:
   pve-common/trunk/data/PVE/JSONSchema.pm
Log:
add new proxyto parameter


Modified: pve-common/trunk/data/PVE/JSONSchema.pm
===================================================================
--- pve-common/trunk/data/PVE/JSONSchema.pm	2011-02-02 10:24:43 UTC (rev 5478)
+++ pve-common/trunk/data/PVE/JSONSchema.pm	2011-02-02 12:03:44 UTC (rev 5479)
@@ -652,9 +652,14 @@
 	},
         protected => {
             type => 'boolean',
-	    description => "method needs special privileges - only pvedaemon can execute it",            
+	    description => "Method needs special privileges - only pvedaemon can execute it",            
 	    optional => 1,
         },
+	proxyto => {
+	    type =>  'string',
+	    description => "A parameter name. If specified, all calls to this method are proxied to the host contained in that parameter.",
+	    optional => 1,
+	},
         match_name => {
 	    description => "Used internally",
 	    optional => 1,




More information about the pve-devel mailing list