]> git.proxmox.com Git - pve-manager-legacy.git/commit
api2: use JSONSchema to validate commands for "nodes/{node}/execute"
authorStefan Sterz <s.sterz@proxmox.com>
Wed, 27 Jul 2022 14:56:12 +0000 (16:56 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 2 Aug 2022 12:14:02 +0000 (14:14 +0200)
commit099c4cc20b2027e95e62e3502573c3e35aaeb9fe
treea588301594eb6cfa21dba30613adceef5ef87689
parent9d15eb049e6a0ce2f9bac037a63aa3ea61438b97
api2: use JSONSchema to validate commands for "nodes/{node}/execute"

this also makes it more explicit what the different values should be

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
PVE/API2/Nodes.pm