From: Thomas Lamprecht Date: Mon, 16 Jan 2023 15:32:13 +0000 (+0100) Subject: api: ceph metadata: rename instance placeholder to id in return schema X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=08d251ef2bdd40988882cf2f224f58ab65ee6d3a;p=pve-manager.git api: ceph metadata: rename instance placeholder to id in return schema It's a bit more commonly used for such identifier Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/API2/Cluster/Ceph.pm b/PVE/API2/Cluster/Ceph.pm index 0b64e8ab..6778772d 100644 --- a/PVE/API2/Cluster/Ceph.pm +++ b/PVE/API2/Cluster/Ceph.pm @@ -103,7 +103,7 @@ __PACKAGE__->register_method ({ type => "object", description => "Metadata servers configured in the cluster and their properties.", properties => { - "{instance}" => { + "{id}" => { type => "object", description => "Useful properties are listed, but not the full list.", properties => { @@ -124,7 +124,7 @@ __PACKAGE__->register_method ({ type => "object", description => "Managers configured in the cluster and their properties.", properties => { - "{instance}" => { + "{id}" => { type => "object", description => "Useful properties are listed, but not the full list.", properties => { @@ -145,7 +145,7 @@ __PACKAGE__->register_method ({ type => "object", description => "Monitors configured in the cluster and their properties.", properties => { - "{instance}" => { + "{id}" => { type => "object", description => "Useful properties are listed, but not the full list.", properties => { @@ -195,7 +195,7 @@ __PACKAGE__->register_method ({ type => "array", description => "OSDs configured in the cluster and their properties.", properties => { - "{instance}" => { + "{id}" => { type => "object", description => "Useful properties are listed, but not the full list.", properties => {