master
json 30 lines 588 Bytes
Raw
1 {
2 "fan": [
3 {
4 "durable-id": "fan_0.0",
5 "name": "Fan 0",
6 "location": "Enclosure 0, Left",
7 "health": "OK",
8 "health-numeric": 0,
9 "status": "Up",
10 "speed": 4800
11 },
12 {
13 "durable-id": "fan_0.1",
14 "name": "Fan 1",
15 "location": "Enclosure 0, Right",
16 "health": "OK",
17 "health-numeric": 0,
18 "status": "Up",
19 "speed": 4700
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 }