master
json 33 lines 603 Bytes
Raw
1 {
2 "sas-host-phy-statistics": [
3 {
4 "port": "A0",
5 "phy": "0",
6 "disparity-errors": 5,
7 "lost-dwords": 2,
8 "invalid-dwords": 1
9 },
10 {
11 "port": "A0",
12 "phy": "1",
13 "disparity-errors": 3,
14 "lost-dwords": 0,
15 "invalid-dwords": 0
16 },
17 {
18 "port": "A1",
19 "phy": "0",
20 "disparity-errors": 0,
21 "lost-dwords": 1,
22 "invalid-dwords": 0
23 }
24 ],
25 "status": [
26 {
27 "response-type": "Success",
28 "response": "Command completed successfully.",
29 "return-code": 0,
30 "response-type-numeric": 0
31 }
32 ]
33 }