]> git.proxmox.com Git - pve-manager.git/commitdiff
api: ceph metadata: rename instance placeholder to id in return schema
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 Jan 2023 15:32:13 +0000 (16:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 Jan 2023 15:32:16 +0000 (16:32 +0100)
It's a bit more commonly used for such identifier

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

index 0b64e8ab9ca1e15042b7778f618860c1c1c7e481..6778772da941cae2740d3af15cb7d528ce6e79a9 100644 (file)
@@ -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 => {