]> git.proxmox.com Git - pve-manager.git/commit
api: cluster/resources: add 'name' property to return schema
authorHannes Laimer <h.laimer@proxmox.com>
Mon, 28 Jun 2021 10:40:34 +0000 (12:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 09:52:09 +0000 (11:52 +0200)
commitac53f1f76cdc45987ad4f34be9ce4cd584625cc8
tree95368490d57f379af0329d81b818797088904d07
parentd52b1535cdffa2465673c9a384ec24d3bb7be24b
api: cluster/resources: add 'name' property to return schema

VM names are returned by the endpoint anyway, therefore it makes sense
to add it to the endpoint specification so it also appears in the API
docs and is visible when using pvesh with text output.

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Cluster.pm