master
json 33 lines 763 Bytes
Raw
1 {
2 "enclosure-fru": [
3 {
4 "name": "RAID Controller Module A",
5 "fru-location": "Enclosure 0, Controller A",
6 "fru-status": "OK",
7 "fru-status-numeric": 0,
8 "part-number": "0F3P10"
9 },
10 {
11 "name": "RAID Controller Module B",
12 "fru-location": "Enclosure 0, Controller B",
13 "fru-status": "OK",
14 "fru-status-numeric": 0,
15 "part-number": "0F3P10"
16 },
17 {
18 "name": "Midplane",
19 "fru-location": "Enclosure 0",
20 "fru-status": "Not Available",
21 "fru-status-numeric": 5,
22 "part-number": "0D3M7X"
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 }