]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
add new API for dumping cloudinit config
authorMira Limbeck <m.limbeck@proxmox.com>
Wed, 5 Jun 2019 09:09:42 +0000 (11:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Jun 2019 12:34:11 +0000 (14:34 +0200)
commit7370974930cd0792a279672f1ef54a1da61b6aa3
tree2ac772f7749f253ea61934b0668ca2eb3bc7a49c
parente73ca4d0ce1c9456e78ac3fb551dcefd9030bcb0
add new API for dumping cloudinit config

Adds the path '{vmid}/cloudinit/dump' and requires the parameter 'type'
that's either 'user', 'network' or 'meta'. Returns the generated config as
string.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
PVE/API2/Qemu.pm