[pve-devel] [PATCH 2/5] add pending param to config api
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Mon Dec 29 14:47:34 CET 2014
    
    
  
> @@ -633,6 +633,11 @@ __PACKAGE__->register_method({
>  	properties => {
>  	    node => get_standard_option('pve-node'),
>  	    vmid => get_standard_option('pve-vmid'),
> +            pending => {
> +                optional => 1,
> +                type => 'boolean',
> +                description => "Get pending values instead running values",
> +            },
I think this should have a 
 default => 1,
So that we are compatible with current behavior.
    
    
More information about the pve-devel
mailing list