]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/Makefile
api: node: add capabilities path and move qemu machines over
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Mar 2021 16:07:17 +0000 (17:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Mar 2021 20:31:32 +0000 (21:31 +0100)
commitc6c4b2788db6d628e171aa889e52058aaec41038
tree2c7f023254d1685c664150796adddf76f2199d7f
parent5a378425b8477e705eca58cbfdf0959972badfe1
api: node: add capabilities path and move qemu machines over

avoid further crowding the top-level node API path with such
"what can some part of the node currently do" stuff, rather move it
down.

The QEMU cpu stuff should move also down there.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Capabilities.pm [new file with mode: 0644]
PVE/API2/Makefile
PVE/API2/Nodes.pm