{ "id":"/axapi/v3/scaleout/debug/cluster", "type":"object", "node-type":"intermediate", "title":"cluster", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Display scaleout cluster info", "properties":{ "status":{ "type":"object", "$ref":"/axapi/v3/scaleout/debug/cluster/status", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "database":{ "type":"object", "$ref":"/axapi/v3/scaleout/debug/cluster/database", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }