]> git.proxmox.com Git - pve-manager.git/commit
api: backup: add endpoint to list included guests and volumes
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 7 Jul 2020 09:48:58 +0000 (11:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Jul 2020 12:12:59 +0000 (14:12 +0200)
commitac0fe8b66cd6516e2ab64abae9837e8d278c0ea7
tree30bc7bace78aea4d0f94bfbfa9fbcb694eaf778d
parentda7cb515c080f0c74bf06259670daea47c39e79a
api: backup: add endpoint to list included guests and volumes

This patch adds a new API endpoint that returns a list of included
guests, their volumes and whether they are included in a backup.

The output is formatted to be used with the extJS tree panel.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/API2/Backup.pm