master
json 30 lines 647 Bytes
Raw
1 {
2 "pools": [
3 {
4 "name": "Pool-A",
5 "health": "OK",
6 "health-numeric": 0,
7 "total-size": "10.0TB",
8 "total-avail": "4.5TB",
9 "total-size-numeric": 19531250000,
10 "total-avail-numeric": 8789062500
11 },
12 {
13 "name": "Pool-B",
14 "health": "OK",
15 "health-numeric": 0,
16 "total-size": "5.0TB",
17 "total-avail": "3.2TB",
18 "total-size-numeric": 9765625000,
19 "total-avail-numeric": 6250000000
20 }
21 ],
22 "status": [
23 {
24 "response-type": "Success",
25 "response": "Command completed successfully.",
26 "return-code": 0,
27 "response-type-numeric": 0
28 }
29 ]
30 }