master
json 34 lines 738 Bytes
Raw
1 {
2 "power-supplies": [
3 {
4 "durable-id": "psu_0.0",
5 "name": "PSU 0",
6 "location": "Enclosure 0, Left",
7 "health": "OK",
8 "health-numeric": 0,
9 "status": "Up",
10 "serial-number": "PSU-SN-001",
11 "model": "PWR-580W",
12 "position": "Left"
13 },
14 {
15 "durable-id": "psu_0.1",
16 "name": "PSU 1",
17 "location": "Enclosure 0, Right",
18 "health": "OK",
19 "health-numeric": 0,
20 "status": "Up",
21 "serial-number": "PSU-SN-002",
22 "model": "PWR-580W",
23 "position": "Right"
24 }
25 ],
26 "status": [
27 {
28 "response-type": "Success",
29 "response": "Command completed successfully.",
30 "return-code": 0,
31 "response-type-numeric": 0
32 }
33 ]
34 }