[pve-devel] way to get all vm configs?

Dietmar Maurer dietmar at proxmox.com
Fri Dec 6 11:17:36 CET 2013


> > I guess you should use PUT for the batch command (and encode the
> > method within the command parameters).
> 
> yeah but still how do arrays and hashes be encoded? The key and values are url
> encoded - sure but how are values of type array encoded?

Oh, I guess easiest way would be to add the ability to post 'JSON' data
(use application/json instead of application/x-www-form-urlencoded)

see HTTPServer::extract_params()






More information about the pve-devel mailing list