seaweedfs-java-client icon indicating copy to clipboard operation
seaweedfs-java-client copied to clipboard

Json structure is changed!!! The new version weed

Open DuncanPlayer opened this issue 3 years ago • 0 comments

http://192.168.0.106:9333/dir/status { "Topology": { "DataCenters": [{ "Id": "dc1", "Racks": [{ "DataNodes": [{ "EcShards": 0, "Max": 20, "PublicUrl": "xxxxx:9222", "Url": "xxxx:9222", "VolumeIds": " 1-7", "Volumes": 7 }], "Id": "rack1" }] }], "Free": 13, "Layouts": [{ "collection": "", "replication": "000", "ttl": "", "writables": [7, 4, 3, 6, 2, 1, 5] }], "Max": 20 }, "Version": "30GB 2.77 5cf332357bd0d006fb23d026abc632135ccb7114" }

DuncanPlayer avatar Jan 12 '22 02:01 DuncanPlayer