blob: 043b5210a4a6ba525c1763af420fcdc6ada67d17 [file] [log] [blame]
Matt Spinler47162542021-03-02 15:00:09 -06001{
2 "condition":
3 {
4 "path": "system/chassis/motherboard",
5 "interface": "com.ibm.ipzvpd.VSBP",
6 "property": "IM",
7 "values": [
8 [80, 0, 16, 0],
9 [80, 0, 16, 2]
10 ]
11 },
12 "associations":
13 [
14 {
15 "path": "system/chassis/motherboard/fan0",
16 "endpoints":
17 [
18 {
19 "types":
20 {
21 "rType": "inventory",
22 "fType": "sensors"
23 },
24 "paths":
25 [
26 "/xyz/openbmc_project/sensors/fan_tach/fan0_0"
27 ]
28 },
29 {
30 "types":
31 {
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -060032 "rType": "fault_inventory_object",
33 "fType": "fault_led_group"
Matt Spinler47162542021-03-02 15:00:09 -060034 },
35 "paths":
36 [
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -060037 "/xyz/openbmc_project/led/groups/fan0_fault"
38 ]
39 },
40 {
41 "types":
42 {
43 "rType": "identify_inventory_object",
44 "fType": "identify_led_group"
45 },
46 "paths":
47 [
48 "/xyz/openbmc_project/led/groups/fan0_identify"
Matt Spinler47162542021-03-02 15:00:09 -060049 ]
50 }
51 ]
52 },
53 {
54 "path": "system/chassis/motherboard/fan1",
55 "endpoints":
56 [
57 {
58 "types":
59 {
60 "rType": "inventory",
61 "fType": "sensors"
62 },
63 "paths":
64 [
65 "/xyz/openbmc_project/sensors/fan_tach/fan1_0"
66 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -060067 },
68 {
69 "types":
70 {
71 "rType": "fault_inventory_object",
72 "fType": "fault_led_group"
73 },
74 "paths":
75 [
76 "/xyz/openbmc_project/led/groups/fan1_fault"
77 ]
78 },
79 {
80 "types":
81 {
82 "rType": "identify_inventory_object",
83 "fType": "identify_led_group"
84 },
85 "paths":
86 [
87 "/xyz/openbmc_project/led/groups/fan1_identify"
88 ]
Matt Spinler47162542021-03-02 15:00:09 -060089 }
90 ]
91 },
92 {
93 "path": "system/chassis/motherboard/fan2",
94 "endpoints":
95 [
96 {
97 "types":
98 {
99 "rType": "inventory",
100 "fType": "sensors"
101 },
102 "paths":
103 [
104 "/xyz/openbmc_project/sensors/fan_tach/fan2_0"
105 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600106 },
107 {
108 "types":
109 {
110 "rType": "fault_inventory_object",
111 "fType": "fault_led_group"
112 },
113 "paths":
114 [
115 "/xyz/openbmc_project/led/groups/fan2_fault"
116 ]
117 },
118 {
119 "types":
120 {
121 "rType": "identify_inventory_object",
122 "fType": "identify_led_group"
123 },
124 "paths":
125 [
126 "/xyz/openbmc_project/led/groups/fan2_identify"
127 ]
Matt Spinler47162542021-03-02 15:00:09 -0600128 }
129 ]
130 },
131 {
132 "path": "system/chassis/motherboard/fan3",
133 "endpoints":
134 [
135 {
136 "types":
137 {
138 "rType": "inventory",
139 "fType": "sensors"
140 },
141 "paths":
142 [
143 "/xyz/openbmc_project/sensors/fan_tach/fan3_0"
144 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600145 },
146 {
147 "types":
148 {
149 "rType": "fault_inventory_object",
150 "fType": "fault_led_group"
151 },
152 "paths":
153 [
154 "/xyz/openbmc_project/led/groups/fan3_fault"
155 ]
156 },
157 {
158 "types":
159 {
160 "rType": "identify_inventory_object",
161 "fType": "identify_led_group"
162 },
163 "paths":
164 [
165 "/xyz/openbmc_project/led/groups/fan3_identify"
166 ]
Matt Spinler47162542021-03-02 15:00:09 -0600167 }
168 ]
169 },
170 {
171 "path": "system/chassis/motherboard/fan4",
172 "endpoints":
173 [
174 {
175 "types":
176 {
177 "rType": "inventory",
178 "fType": "sensors"
179 },
180 "paths":
181 [
182 "/xyz/openbmc_project/sensors/fan_tach/fan4_0"
183 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600184 },
185 {
186 "types":
187 {
188 "rType": "fault_inventory_object",
189 "fType": "fault_led_group"
190 },
191 "paths":
192 [
193 "/xyz/openbmc_project/led/groups/fan4_fault"
194 ]
195 },
196 {
197 "types":
198 {
199 "rType": "identify_inventory_object",
200 "fType": "identify_led_group"
201 },
202 "paths":
203 [
204 "/xyz/openbmc_project/led/groups/fan4_identify"
205 ]
Matt Spinler47162542021-03-02 15:00:09 -0600206 }
207 ]
208 },
209 {
210 "path": "system/chassis/motherboard/fan5",
211 "endpoints":
212 [
213 {
214 "types":
215 {
216 "rType": "inventory",
217 "fType": "sensors"
218 },
219 "paths":
220 [
221 "/xyz/openbmc_project/sensors/fan_tach/fan5_0"
222 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600223 },
224 {
225 "types":
226 {
227 "rType": "fault_inventory_object",
228 "fType": "fault_led_group"
229 },
230 "paths":
231 [
232 "/xyz/openbmc_project/led/groups/fan5_fault"
233 ]
234 },
235 {
236 "types":
237 {
238 "rType": "identify_inventory_object",
239 "fType": "identify_led_group"
240 },
241 "paths":
242 [
243 "/xyz/openbmc_project/led/groups/fan5_identify"
244 ]
Matt Spinler47162542021-03-02 15:00:09 -0600245 }
246 ]
247 },
248 {
249 "path": "system/chassis",
250 "endpoints":
251 [
252 {
253 "types":
254 {
Lakshminarayana R. Kammath9f2ba622021-11-03 05:41:03 -0500255 "rType": "fault_inventory_object",
256 "fType": "fault_led_group"
257 },
258 "paths":
259 [
260 "/xyz/openbmc_project/led/groups/enclosure_fault"
261 ]
262 },
263 {
264 "types":
265 {
266 "rType": "identify_inventory_object",
267 "fType": "identify_led_group"
268 },
269 "paths":
270 [
271 "/xyz/openbmc_project/led/groups/enclosure_identify"
272 ]
273 },
274 {
275 "types":
276 {
Matt Spinler47162542021-03-02 15:00:09 -0600277 "rType": "chassis",
278 "fType": "all_sensors"
279 },
280 "paths":
281 [
Brandon Wymanbc133172022-01-21 23:14:33 +0000282 "/xyz/openbmc_project/sensors/power/ps0_input_power",
283 "/xyz/openbmc_project/sensors/voltage/ps0_input_voltage",
284 "/xyz/openbmc_project/sensors/current/ps0_output_current",
285 "/xyz/openbmc_project/sensors/voltage/ps0_output_voltage",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000286 "/xyz/openbmc_project/sensors/temperature/ps0_temp0",
287 "/xyz/openbmc_project/sensors/temperature/ps0_temp1",
288 "/xyz/openbmc_project/sensors/temperature/ps0_temp2",
Brandon Wymanbc133172022-01-21 23:14:33 +0000289 "/xyz/openbmc_project/sensors/power/ps1_input_power",
290 "/xyz/openbmc_project/sensors/voltage/ps1_input_voltage",
291 "/xyz/openbmc_project/sensors/current/ps1_output_current",
292 "/xyz/openbmc_project/sensors/voltage/ps1_output_voltage",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000293 "/xyz/openbmc_project/sensors/temperature/ps1_temp0",
294 "/xyz/openbmc_project/sensors/temperature/ps1_temp1",
295 "/xyz/openbmc_project/sensors/temperature/ps1_temp2",
Brandon Wymanbc133172022-01-21 23:14:33 +0000296 "/xyz/openbmc_project/sensors/power/ps2_input_power",
297 "/xyz/openbmc_project/sensors/voltage/ps2_input_voltage",
298 "/xyz/openbmc_project/sensors/current/ps2_output_current",
299 "/xyz/openbmc_project/sensors/voltage/ps2_output_voltage",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000300 "/xyz/openbmc_project/sensors/temperature/ps2_temp0",
301 "/xyz/openbmc_project/sensors/temperature/ps2_temp1",
302 "/xyz/openbmc_project/sensors/temperature/ps2_temp2",
Brandon Wymanbc133172022-01-21 23:14:33 +0000303 "/xyz/openbmc_project/sensors/power/ps3_input_power",
304 "/xyz/openbmc_project/sensors/voltage/ps3_input_voltage",
305 "/xyz/openbmc_project/sensors/current/ps3_output_current",
306 "/xyz/openbmc_project/sensors/voltage/ps3_output_voltage",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000307 "/xyz/openbmc_project/sensors/temperature/ps3_temp0",
308 "/xyz/openbmc_project/sensors/temperature/ps3_temp1",
309 "/xyz/openbmc_project/sensors/temperature/ps3_temp2",
Ben Tyner4e5730c2021-11-30 07:49:19 -0600310 "/xyz/openbmc_project/sensors/altitude/Altitude",
Matt Spinler47162542021-03-02 15:00:09 -0600311 "/xyz/openbmc_project/sensors/fan_tach/fan0_0",
312 "/xyz/openbmc_project/sensors/fan_tach/fan1_0",
313 "/xyz/openbmc_project/sensors/fan_tach/fan2_0",
314 "/xyz/openbmc_project/sensors/fan_tach/fan3_0",
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500315 "/xyz/openbmc_project/sensors/fan_tach/fan4_0",
316 "/xyz/openbmc_project/sensors/fan_tach/fan5_0"
Matt Spinler47162542021-03-02 15:00:09 -0600317 ]
Vishwanatha Subbanna563b5fa2021-05-13 01:55:06 -0500318 },
319 {
320 "types":
321 {
Brandon Wyman08066562022-07-18 21:26:42 +0000322 "rType": "chassis",
323 "fType": "input_history"
324 },
325 "paths":
326 [
327 "/org/open_power/sensors/aggregation/per_30s/powersupply0_input_power/average",
328 "/org/open_power/sensors/aggregation/per_30s/powersupply0_input_power/maximum",
329 "/org/open_power/sensors/aggregation/per_30s/powersupply1_input_power/average",
330 "/org/open_power/sensors/aggregation/per_30s/powersupply1_input_power/maximum",
331 "/org/open_power/sensors/aggregation/per_30s/powersupply2_input_power/average",
332 "/org/open_power/sensors/aggregation/per_30s/powersupply2_input_power/maximum",
333 "/org/open_power/sensors/aggregation/per_30s/powersupply3_input_power/average",
334 "/org/open_power/sensors/aggregation/per_30s/powersupply3_input_power/maximum"
335 ]
336 },
337 {
338 "types":
339 {
Vishwanatha Subbanna563b5fa2021-05-13 01:55:06 -0500340 "rType": "inventory",
341 "fType": "assembly"
342 },
343 "paths":
344 [
345 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm0",
346 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm1",
347 "/xyz/openbmc_project/inventory/system/chassis/motherboard/tpm_wilson",
348 "/xyz/openbmc_project/inventory/system/chassis/motherboard/tod_battery",
349 "/xyz/openbmc_project/inventory/system/chassis/motherboard/base_op_panel_blyth",
350 "/xyz/openbmc_project/inventory/system/chassis/motherboard/lcd_op_panel_hill",
351 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0",
352 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1",
353 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2"
354 ]
Matt Spinler47162542021-03-02 15:00:09 -0600355 }
356 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600357 },
358 {
Lakshminarayana R. Kammath7dd9ff42021-12-07 04:38:14 -0600359 "path": "system",
360 "endpoints":
361 [
362 {
363 "types":
364 {
365 "rType": "fault_inventory_object",
366 "fType": "fault_led_group"
367 },
368 "paths":
369 [
370 "/xyz/openbmc_project/led/groups/partition_system_attention_indicator",
371 "/xyz/openbmc_project/led/groups/platform_system_attention_indicator"
372 ]
373 }
374 ]
375 },
376 {
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600377 "path": "system/chassis/motherboard/powersupply0",
378 "endpoints":
379 [
380 {
381 "types":
382 {
Brandon Wymanbc133172022-01-21 23:14:33 +0000383 "rType": "inventory",
384 "fType": "sensors"
385 },
386 "paths":
387 [
388 "/xyz/openbmc_project/sensors/power/ps0_input_power",
389 "/xyz/openbmc_project/sensors/voltage/ps0_input_voltage",
390 "/xyz/openbmc_project/sensors/current/ps0_output_current",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000391 "/xyz/openbmc_project/sensors/voltage/ps0_output_voltage",
392 "/xyz/openbmc_project/sensors/temperature/ps0_temp0",
393 "/xyz/openbmc_project/sensors/temperature/ps0_temp1",
394 "/xyz/openbmc_project/sensors/temperature/ps0_temp2"
Brandon Wymanbc133172022-01-21 23:14:33 +0000395 ]
396 },
397 {
398 "types":
399 {
Brandon Wyman08066562022-07-18 21:26:42 +0000400 "rType": "inventory",
401 "fType": "input_history"
402 },
403 "paths":
404 [
405 "/org/open_power/sensors/aggregation/per_30s/powersupply0_input_power/average",
406 "/org/open_power/sensors/aggregation/per_30s/powersupply0_input_power/maximum"
407 ]
408 },
409 {
410 "types":
411 {
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600412 "rType": "fault_inventory_object",
413 "fType": "fault_led_group"
414 },
415 "paths":
416 [
417 "/xyz/openbmc_project/led/groups/powersupply0_fault"
418 ]
419 },
420 {
421 "types":
422 {
423 "rType": "identify_inventory_object",
424 "fType": "identify_led_group"
425 },
426 "paths":
427 [
428 "/xyz/openbmc_project/led/groups/powersupply0_identify"
429 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500430 },
431 {
432 "types":
433 {
434 "rType": "inventory",
435 "fType": "chassis"
436 },
437 "paths":
438 [
439 "/xyz/openbmc_project/inventory/system/chassis"
440 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600441 }
442 ]
443 },
444 {
445 "path": "system/chassis/motherboard/powersupply1",
446 "endpoints":
447 [
448 {
449 "types":
450 {
Brandon Wymanbc133172022-01-21 23:14:33 +0000451 "rType": "inventory",
452 "fType": "sensors"
453 },
454 "paths":
455 [
456 "/xyz/openbmc_project/sensors/power/ps1_input_power",
457 "/xyz/openbmc_project/sensors/voltage/ps1_input_voltage",
458 "/xyz/openbmc_project/sensors/current/ps1_output_current",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000459 "/xyz/openbmc_project/sensors/voltage/ps1_output_voltage",
460 "/xyz/openbmc_project/sensors/temperature/ps1_temp0",
461 "/xyz/openbmc_project/sensors/temperature/ps1_temp1",
462 "/xyz/openbmc_project/sensors/temperature/ps1_temp2"
Brandon Wymanbc133172022-01-21 23:14:33 +0000463 ]
464 },
465 {
466 "types":
467 {
Brandon Wyman08066562022-07-18 21:26:42 +0000468 "rType": "inventory",
469 "fType": "input_history"
470 },
471 "paths":
472 [
473 "/org/open_power/sensors/aggregation/per_30s/powersupply1_input_power/average",
474 "/org/open_power/sensors/aggregation/per_30s/powersupply1_input_power/maximum"
475 ]
476 },
477 {
478 "types":
479 {
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600480 "rType": "fault_inventory_object",
481 "fType": "fault_led_group"
482 },
483 "paths":
484 [
485 "/xyz/openbmc_project/led/groups/powersupply1_fault"
486 ]
487 },
488 {
489 "types":
490 {
491 "rType": "identify_inventory_object",
492 "fType": "identify_led_group"
493 },
494 "paths":
495 [
496 "/xyz/openbmc_project/led/groups/powersupply1_identify"
497 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500498 },
499 {
500 "types":
501 {
502 "rType": "inventory",
503 "fType": "chassis"
504 },
505 "paths":
506 [
507 "/xyz/openbmc_project/inventory/system/chassis"
508 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600509 }
510 ]
511 },
512 {
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500513 "path": "system/chassis/motherboard/powersupply2",
514 "endpoints":
515 [
516 {
517 "types":
518 {
Brandon Wymanbc133172022-01-21 23:14:33 +0000519 "rType": "inventory",
520 "fType": "sensors"
521 },
522 "paths":
523 [
524 "/xyz/openbmc_project/sensors/power/ps2_input_power",
525 "/xyz/openbmc_project/sensors/voltage/ps2_input_voltage",
526 "/xyz/openbmc_project/sensors/current/ps2_output_current",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000527 "/xyz/openbmc_project/sensors/voltage/ps2_output_voltage",
528 "/xyz/openbmc_project/sensors/temperature/ps2_temp0",
529 "/xyz/openbmc_project/sensors/temperature/ps2_temp1",
530 "/xyz/openbmc_project/sensors/temperature/ps2_temp2"
Brandon Wymanbc133172022-01-21 23:14:33 +0000531 ]
532 },
533 {
534 "types":
535 {
Brandon Wyman08066562022-07-18 21:26:42 +0000536 "rType": "inventory",
537 "fType": "input_history"
538 },
539 "paths":
540 [
541 "/org/open_power/sensors/aggregation/per_30s/powersupply2_input_power/average",
542 "/org/open_power/sensors/aggregation/per_30s/powersupply2_input_power/maximum"
543 ]
544 },
545 {
546 "types":
547 {
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500548 "rType": "fault_inventory_object",
549 "fType": "fault_led_group"
550 },
551 "paths":
552 [
553 "/xyz/openbmc_project/led/groups/powersupply2_fault"
554 ]
555 },
556 {
557 "types":
558 {
559 "rType": "identify_inventory_object",
560 "fType": "identify_led_group"
561 },
562 "paths":
563 [
564 "/xyz/openbmc_project/led/groups/powersupply2_identify"
565 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500566 },
567 {
568 "types":
569 {
570 "rType": "inventory",
571 "fType": "chassis"
572 },
573 "paths":
574 [
575 "/xyz/openbmc_project/inventory/system/chassis"
576 ]
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500577 }
578 ]
579 },
580 {
581 "path": "system/chassis/motherboard/powersupply3",
582 "endpoints":
583 [
584 {
585 "types":
586 {
Brandon Wymanbc133172022-01-21 23:14:33 +0000587 "rType": "inventory",
588 "fType": "sensors"
589 },
590 "paths":
591 [
592 "/xyz/openbmc_project/sensors/power/ps3_input_power",
593 "/xyz/openbmc_project/sensors/voltage/ps3_input_voltage",
594 "/xyz/openbmc_project/sensors/current/ps3_output_current",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000595 "/xyz/openbmc_project/sensors/voltage/ps3_output_voltage",
596 "/xyz/openbmc_project/sensors/temperature/ps3_temp0",
597 "/xyz/openbmc_project/sensors/temperature/ps3_temp1",
598 "/xyz/openbmc_project/sensors/temperature/ps3_temp2"
Brandon Wymanbc133172022-01-21 23:14:33 +0000599 ]
600 },
601 {
602 "types":
603 {
Brandon Wyman08066562022-07-18 21:26:42 +0000604 "rType": "inventory",
605 "fType": "input_history"
606 },
607 "paths":
608 [
609 "/org/open_power/sensors/aggregation/per_30s/powersupply3_input_power/average",
610 "/org/open_power/sensors/aggregation/per_30s/powersupply3_input_power/maximum"
611 ]
612 },
613 {
614 "types":
615 {
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500616 "rType": "fault_inventory_object",
617 "fType": "fault_led_group"
618 },
619 "paths":
620 [
621 "/xyz/openbmc_project/led/groups/powersupply3_fault"
622 ]
623 },
624 {
625 "types":
626 {
627 "rType": "identify_inventory_object",
628 "fType": "identify_led_group"
629 },
630 "paths":
631 [
632 "/xyz/openbmc_project/led/groups/powersupply3_identify"
633 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500634 },
635 {
636 "types":
637 {
638 "rType": "inventory",
639 "fType": "chassis"
640 },
641 "paths":
642 [
643 "/xyz/openbmc_project/inventory/system/chassis"
644 ]
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500645 }
646 ]
647 },
648 {
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600649 "path": "system/chassis/motherboard",
650 "endpoints":
651 [
652 {
653 "types":
654 {
655 "rType": "fault_inventory_object",
656 "fType": "fault_led_group"
657 },
658 "paths":
659 [
660 "/xyz/openbmc_project/led/groups/planar_fault"
661 ]
662 },
663 {
664 "types":
665 {
666 "rType": "identify_inventory_object",
667 "fType": "identify_led_group"
668 },
669 "paths":
670 [
671 "/xyz/openbmc_project/led/groups/planar_identify"
672 ]
Matt Spinlerff916a62022-02-04 16:21:59 -0600673 },
674 {
675 "types":
676 {
677 "rType": "inventory",
678 "fType": "sensors"
679 },
680 "paths":
681 [
682 "/xyz/openbmc_project/sensors/temperature/PCIE_0_Temp",
683 "/xyz/openbmc_project/sensors/temperature/PCIE_1_Temp"
684 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600685 }
686 ]
687 },
688 {
689 "path": "system/chassis/motherboard/base_op_panel_blyth",
690 "endpoints":
691 [
692 {
693 "types":
694 {
695 "rType": "fault_inventory_object",
696 "fType": "fault_led_group"
697 },
698 "paths":
699 [
700 "/xyz/openbmc_project/led/groups/base_blyth_fault"
701 ]
702 },
703 {
704 "types":
705 {
706 "rType": "identify_inventory_object",
707 "fType": "identify_led_group"
708 },
709 "paths":
710 [
711 "/xyz/openbmc_project/led/groups/base_blyth_identify"
712 ]
Matt Spinlerff916a62022-02-04 16:21:59 -0600713 },
714 {
715 "types":
716 {
717 "rType": "inventory",
718 "fType": "sensors"
719 },
720 "paths":
721 [
722 "/xyz/openbmc_project/sensors/temperature/Ambient_0_Temp",
723 "/xyz/openbmc_project/sensors/temperature/Ambient_1_Temp",
724 "/xyz/openbmc_project/sensors/temperature/Ambient_2_Temp",
725 "/xyz/openbmc_project/sensors/pressure/Station_Pressure",
726 "/xyz/openbmc_project/sensors/humidity/Relative_Humidity"
727 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600728 }
729 ]
730 },
731 {
732 "path": "system/chassis/motherboard/lcd_op_panel_hill",
733 "endpoints":
734 [
735 {
736 "types":
737 {
738 "rType": "fault_inventory_object",
739 "fType": "fault_led_group"
740 },
741 "paths":
742 [
743 "/xyz/openbmc_project/led/groups/lcd_russel_fault"
744 ]
745 },
746 {
747 "types":
748 {
749 "rType": "identify_inventory_object",
750 "fType": "identify_led_group"
751 },
752 "paths":
753 [
754 "/xyz/openbmc_project/led/groups/lcd_russel_identify"
755 ]
756 }
757 ]
758 },
759 {
760 "path": "system/chassis/motherboard/ebmc_card_bmc",
761 "endpoints":
762 [
763 {
764 "types":
765 {
766 "rType": "fault_inventory_object",
767 "fType": "fault_led_group"
768 },
769 "paths":
770 [
771 "/xyz/openbmc_project/led/groups/bmc_ingraham_fault"
772 ]
773 },
774 {
775 "types":
776 {
777 "rType": "identify_inventory_object",
778 "fType": "identify_led_group"
779 },
780 "paths":
781 [
782 "/xyz/openbmc_project/led/groups/bmc_ingraham_identify"
783 ]
784 }
785 ]
786 },
787 {
788 "path": "system/chassis/motherboard/cpu0",
789 "endpoints":
790 [
791 {
792 "types":
793 {
794 "rType": "fault_inventory_object",
795 "fType": "fault_led_group"
796 },
797 "paths":
798 [
799 "/xyz/openbmc_project/led/groups/cpu0_fault"
800 ]
801 },
802 {
803 "types":
804 {
805 "rType": "identify_inventory_object",
806 "fType": "identify_led_group"
807 },
808 "paths":
809 [
810 "/xyz/openbmc_project/led/groups/cpu0_identify"
811 ]
812 }
813 ]
814 },
815 {
816 "path": "system/chassis/motherboard/cpu1",
817 "endpoints":
818 [
819 {
820 "types":
821 {
822 "rType": "fault_inventory_object",
823 "fType": "fault_led_group"
824 },
825 "paths":
826 [
827 "/xyz/openbmc_project/led/groups/cpu0_fault"
828 ]
829 },
830 {
831 "types":
832 {
833 "rType": "identify_inventory_object",
834 "fType": "identify_led_group"
835 },
836 "paths":
837 [
838 "/xyz/openbmc_project/led/groups/cpu0_identify"
839 ]
840 }
841 ]
842 },
843 {
844 "path": "system/chassis/motherboard/cpu2",
845 "endpoints":
846 [
847 {
848 "types":
849 {
850 "rType": "fault_inventory_object",
851 "fType": "fault_led_group"
852 },
853 "paths":
854 [
855 "/xyz/openbmc_project/led/groups/cpu1_fault"
856 ]
857 },
858 {
859 "types":
860 {
861 "rType": "identify_inventory_object",
862 "fType": "identify_led_group"
863 },
864 "paths":
865 [
866 "/xyz/openbmc_project/led/groups/cpu1_identify"
867 ]
868 }
869 ]
870 },
871 {
872 "path": "system/chassis/motherboard/cpu3",
873 "endpoints":
874 [
875 {
876 "types":
877 {
878 "rType": "fault_inventory_object",
879 "fType": "fault_led_group"
880 },
881 "paths":
882 [
883 "/xyz/openbmc_project/led/groups/cpu1_fault"
884 ]
885 },
886 {
887 "types":
888 {
889 "rType": "identify_inventory_object",
890 "fType": "identify_led_group"
891 },
892 "paths":
893 [
894 "/xyz/openbmc_project/led/groups/cpu1_identify"
895 ]
896 }
897 ]
898 },
899 {
900 "path": "system/chassis/motherboard/dimm0",
901 "endpoints":
902 [
903 {
904 "types":
905 {
906 "rType": "fault_inventory_object",
907 "fType": "fault_led_group"
908 },
909 "paths":
910 [
911 "/xyz/openbmc_project/led/groups/ddimm0_fault"
912 ]
913 },
914 {
915 "types":
916 {
917 "rType": "identify_inventory_object",
918 "fType": "identify_led_group"
919 },
920 "paths":
921 [
922 "/xyz/openbmc_project/led/groups/ddimm0_identify"
923 ]
924 }
925 ]
926 },
927 {
928 "path": "system/chassis/motherboard/dimm1",
929 "endpoints":
930 [
931 {
932 "types":
933 {
934 "rType": "fault_inventory_object",
935 "fType": "fault_led_group"
936 },
937 "paths":
938 [
939 "/xyz/openbmc_project/led/groups/ddimm1_fault"
940 ]
941 },
942 {
943 "types":
944 {
945 "rType": "identify_inventory_object",
946 "fType": "identify_led_group"
947 },
948 "paths":
949 [
950 "/xyz/openbmc_project/led/groups/ddimm1_identify"
951 ]
952 }
953 ]
954 },
955 {
956 "path": "system/chassis/motherboard/dimm2",
957 "endpoints":
958 [
959 {
960 "types":
961 {
962 "rType": "fault_inventory_object",
963 "fType": "fault_led_group"
964 },
965 "paths":
966 [
967 "/xyz/openbmc_project/led/groups/ddimm2_fault"
968 ]
969 },
970 {
971 "types":
972 {
973 "rType": "identify_inventory_object",
974 "fType": "identify_led_group"
975 },
976 "paths":
977 [
978 "/xyz/openbmc_project/led/groups/ddimm2_identify"
979 ]
980 }
981 ]
982 },
983 {
984 "path": "system/chassis/motherboard/dimm3",
985 "endpoints":
986 [
987 {
988 "types":
989 {
990 "rType": "fault_inventory_object",
991 "fType": "fault_led_group"
992 },
993 "paths":
994 [
995 "/xyz/openbmc_project/led/groups/ddimm3_fault"
996 ]
997 },
998 {
999 "types":
1000 {
1001 "rType": "identify_inventory_object",
1002 "fType": "identify_led_group"
1003 },
1004 "paths":
1005 [
1006 "/xyz/openbmc_project/led/groups/ddimm3_identify"
1007 ]
1008 }
1009 ]
1010 },
1011 {
1012 "path": "system/chassis/motherboard/dimm4",
1013 "endpoints":
1014 [
1015 {
1016 "types":
1017 {
1018 "rType": "fault_inventory_object",
1019 "fType": "fault_led_group"
1020 },
1021 "paths":
1022 [
1023 "/xyz/openbmc_project/led/groups/ddimm4_fault"
1024 ]
1025 },
1026 {
1027 "types":
1028 {
1029 "rType": "identify_inventory_object",
1030 "fType": "identify_led_group"
1031 },
1032 "paths":
1033 [
1034 "/xyz/openbmc_project/led/groups/ddimm4_identify"
1035 ]
1036 }
1037 ]
1038 },
1039 {
1040 "path": "system/chassis/motherboard/dimm5",
1041 "endpoints":
1042 [
1043 {
1044 "types":
1045 {
1046 "rType": "fault_inventory_object",
1047 "fType": "fault_led_group"
1048 },
1049 "paths":
1050 [
1051 "/xyz/openbmc_project/led/groups/ddimm5_fault"
1052 ]
1053 },
1054 {
1055 "types":
1056 {
1057 "rType": "identify_inventory_object",
1058 "fType": "identify_led_group"
1059 },
1060 "paths":
1061 [
1062 "/xyz/openbmc_project/led/groups/ddimm5_identify"
1063 ]
1064 }
1065 ]
1066 },
1067 {
1068 "path": "system/chassis/motherboard/dimm6",
1069 "endpoints":
1070 [
1071 {
1072 "types":
1073 {
1074 "rType": "fault_inventory_object",
1075 "fType": "fault_led_group"
1076 },
1077 "paths":
1078 [
1079 "/xyz/openbmc_project/led/groups/ddimm6_fault"
1080 ]
1081 },
1082 {
1083 "types":
1084 {
1085 "rType": "identify_inventory_object",
1086 "fType": "identify_led_group"
1087 },
1088 "paths":
1089 [
1090 "/xyz/openbmc_project/led/groups/ddimm6_identify"
1091 ]
1092 }
1093 ]
1094 },
1095 {
1096 "path": "system/chassis/motherboard/dimm7",
1097 "endpoints":
1098 [
1099 {
1100 "types":
1101 {
1102 "rType": "fault_inventory_object",
1103 "fType": "fault_led_group"
1104 },
1105 "paths":
1106 [
1107 "/xyz/openbmc_project/led/groups/ddimm7_fault"
1108 ]
1109 },
1110 {
1111 "types":
1112 {
1113 "rType": "identify_inventory_object",
1114 "fType": "identify_led_group"
1115 },
1116 "paths":
1117 [
1118 "/xyz/openbmc_project/led/groups/ddimm7_identify"
1119 ]
1120 }
1121 ]
1122 },
1123 {
1124 "path": "system/chassis/motherboard/dimm8",
1125 "endpoints":
1126 [
1127 {
1128 "types":
1129 {
1130 "rType": "fault_inventory_object",
1131 "fType": "fault_led_group"
1132 },
1133 "paths":
1134 [
1135 "/xyz/openbmc_project/led/groups/ddimm8_fault"
1136 ]
1137 },
1138 {
1139 "types":
1140 {
1141 "rType": "identify_inventory_object",
1142 "fType": "identify_led_group"
1143 },
1144 "paths":
1145 [
1146 "/xyz/openbmc_project/led/groups/ddimm8_identify"
1147 ]
1148 }
1149 ]
1150 },
1151 {
1152 "path": "system/chassis/motherboard/dimm9",
1153 "endpoints":
1154 [
1155 {
1156 "types":
1157 {
1158 "rType": "fault_inventory_object",
1159 "fType": "fault_led_group"
1160 },
1161 "paths":
1162 [
1163 "/xyz/openbmc_project/led/groups/ddimm9_fault"
1164 ]
1165 },
1166 {
1167 "types":
1168 {
1169 "rType": "identify_inventory_object",
1170 "fType": "identify_led_group"
1171 },
1172 "paths":
1173 [
1174 "/xyz/openbmc_project/led/groups/ddimm9_identify"
1175 ]
1176 }
1177 ]
1178 },
1179 {
1180 "path": "system/chassis/motherboard/dimm10",
1181 "endpoints":
1182 [
1183 {
1184 "types":
1185 {
1186 "rType": "fault_inventory_object",
1187 "fType": "fault_led_group"
1188 },
1189 "paths":
1190 [
1191 "/xyz/openbmc_project/led/groups/ddimm10_fault"
1192 ]
1193 },
1194 {
1195 "types":
1196 {
1197 "rType": "identify_inventory_object",
1198 "fType": "identify_led_group"
1199 },
1200 "paths":
1201 [
1202 "/xyz/openbmc_project/led/groups/ddimm10_identify"
1203 ]
1204 }
1205 ]
1206 },
1207 {
1208 "path": "system/chassis/motherboard/dimm11",
1209 "endpoints":
1210 [
1211 {
1212 "types":
1213 {
1214 "rType": "fault_inventory_object",
1215 "fType": "fault_led_group"
1216 },
1217 "paths":
1218 [
1219 "/xyz/openbmc_project/led/groups/ddimm11_fault"
1220 ]
1221 },
1222 {
1223 "types":
1224 {
1225 "rType": "identify_inventory_object",
1226 "fType": "identify_led_group"
1227 },
1228 "paths":
1229 [
1230 "/xyz/openbmc_project/led/groups/ddimm11_identify"
1231 ]
1232 }
1233 ]
1234 },
1235 {
1236 "path": "system/chassis/motherboard/dimm12",
1237 "endpoints":
1238 [
1239 {
1240 "types":
1241 {
1242 "rType": "fault_inventory_object",
1243 "fType": "fault_led_group"
1244 },
1245 "paths":
1246 [
1247 "/xyz/openbmc_project/led/groups/ddimm12_fault"
1248 ]
1249 },
1250 {
1251 "types":
1252 {
1253 "rType": "identify_inventory_object",
1254 "fType": "identify_led_group"
1255 },
1256 "paths":
1257 [
1258 "/xyz/openbmc_project/led/groups/ddimm12_identify"
1259 ]
1260 }
1261 ]
1262 },
1263 {
1264 "path": "system/chassis/motherboard/dimm13",
1265 "endpoints":
1266 [
1267 {
1268 "types":
1269 {
1270 "rType": "fault_inventory_object",
1271 "fType": "fault_led_group"
1272 },
1273 "paths":
1274 [
1275 "/xyz/openbmc_project/led/groups/ddimm13_fault"
1276 ]
1277 },
1278 {
1279 "types":
1280 {
1281 "rType": "identify_inventory_object",
1282 "fType": "identify_led_group"
1283 },
1284 "paths":
1285 [
1286 "/xyz/openbmc_project/led/groups/ddimm13_identify"
1287 ]
1288 }
1289 ]
1290 },
1291 {
1292 "path": "system/chassis/motherboard/dimm14",
1293 "endpoints":
1294 [
1295 {
1296 "types":
1297 {
1298 "rType": "fault_inventory_object",
1299 "fType": "fault_led_group"
1300 },
1301 "paths":
1302 [
1303 "/xyz/openbmc_project/led/groups/ddimm14_fault"
1304 ]
1305 },
1306 {
1307 "types":
1308 {
1309 "rType": "identify_inventory_object",
1310 "fType": "identify_led_group"
1311 },
1312 "paths":
1313 [
1314 "/xyz/openbmc_project/led/groups/ddimm14_identify"
1315 ]
1316 }
1317 ]
1318 },
1319 {
1320 "path": "system/chassis/motherboard/dimm15",
1321 "endpoints":
1322 [
1323 {
1324 "types":
1325 {
1326 "rType": "fault_inventory_object",
1327 "fType": "fault_led_group"
1328 },
1329 "paths":
1330 [
1331 "/xyz/openbmc_project/led/groups/ddimm15_fault"
1332 ]
1333 },
1334 {
1335 "types":
1336 {
1337 "rType": "identify_inventory_object",
1338 "fType": "identify_led_group"
1339 },
1340 "paths":
1341 [
1342 "/xyz/openbmc_project/led/groups/ddimm15_identify"
1343 ]
1344 }
1345 ]
1346 },
1347 {
1348 "path": "system/chassis/motherboard/dimm16",
1349 "endpoints":
1350 [
1351 {
1352 "types":
1353 {
1354 "rType": "fault_inventory_object",
1355 "fType": "fault_led_group"
1356 },
1357 "paths":
1358 [
1359 "/xyz/openbmc_project/led/groups/ddimm16_fault"
1360 ]
1361 },
1362 {
1363 "types":
1364 {
1365 "rType": "identify_inventory_object",
1366 "fType": "identify_led_group"
1367 },
1368 "paths":
1369 [
1370 "/xyz/openbmc_project/led/groups/ddimm16_identify"
1371 ]
1372 }
1373 ]
1374 },
1375 {
1376 "path": "system/chassis/motherboard/dimm17",
1377 "endpoints":
1378 [
1379 {
1380 "types":
1381 {
1382 "rType": "fault_inventory_object",
1383 "fType": "fault_led_group"
1384 },
1385 "paths":
1386 [
1387 "/xyz/openbmc_project/led/groups/ddimm17_fault"
1388 ]
1389 },
1390 {
1391 "types":
1392 {
1393 "rType": "identify_inventory_object",
1394 "fType": "identify_led_group"
1395 },
1396 "paths":
1397 [
1398 "/xyz/openbmc_project/led/groups/ddimm17_identify"
1399 ]
1400 }
1401 ]
1402 },
1403 {
1404 "path": "system/chassis/motherboard/dimm18",
1405 "endpoints":
1406 [
1407 {
1408 "types":
1409 {
1410 "rType": "fault_inventory_object",
1411 "fType": "fault_led_group"
1412 },
1413 "paths":
1414 [
1415 "/xyz/openbmc_project/led/groups/ddimm18_fault"
1416 ]
1417 },
1418 {
1419 "types":
1420 {
1421 "rType": "identify_inventory_object",
1422 "fType": "identify_led_group"
1423 },
1424 "paths":
1425 [
1426 "/xyz/openbmc_project/led/groups/ddimm18_identify"
1427 ]
1428 }
1429 ]
1430 },
1431 {
1432 "path": "system/chassis/motherboard/dimm19",
1433 "endpoints":
1434 [
1435 {
1436 "types":
1437 {
1438 "rType": "fault_inventory_object",
1439 "fType": "fault_led_group"
1440 },
1441 "paths":
1442 [
1443 "/xyz/openbmc_project/led/groups/ddimm19_fault"
1444 ]
1445 },
1446 {
1447 "types":
1448 {
1449 "rType": "identify_inventory_object",
1450 "fType": "identify_led_group"
1451 },
1452 "paths":
1453 [
1454 "/xyz/openbmc_project/led/groups/ddimm19_identify"
1455 ]
1456 }
1457 ]
1458 },
1459 {
1460 "path": "system/chassis/motherboard/dimm20",
1461 "endpoints":
1462 [
1463 {
1464 "types":
1465 {
1466 "rType": "fault_inventory_object",
1467 "fType": "fault_led_group"
1468 },
1469 "paths":
1470 [
1471 "/xyz/openbmc_project/led/groups/ddimm20_fault"
1472 ]
1473 },
1474 {
1475 "types":
1476 {
1477 "rType": "identify_inventory_object",
1478 "fType": "identify_led_group"
1479 },
1480 "paths":
1481 [
1482 "/xyz/openbmc_project/led/groups/ddimm20_identify"
1483 ]
1484 }
1485 ]
1486 },
1487 {
1488 "path": "system/chassis/motherboard/dimm21",
1489 "endpoints":
1490 [
1491 {
1492 "types":
1493 {
1494 "rType": "fault_inventory_object",
1495 "fType": "fault_led_group"
1496 },
1497 "paths":
1498 [
1499 "/xyz/openbmc_project/led/groups/ddimm21_fault"
1500 ]
1501 },
1502 {
1503 "types":
1504 {
1505 "rType": "identify_inventory_object",
1506 "fType": "identify_led_group"
1507 },
1508 "paths":
1509 [
1510 "/xyz/openbmc_project/led/groups/ddimm21_identify"
1511 ]
1512 }
1513 ]
1514 },
1515 {
1516 "path": "system/chassis/motherboard/dimm22",
1517 "endpoints":
1518 [
1519 {
1520 "types":
1521 {
1522 "rType": "fault_inventory_object",
1523 "fType": "fault_led_group"
1524 },
1525 "paths":
1526 [
1527 "/xyz/openbmc_project/led/groups/ddimm22_fault"
1528 ]
1529 },
1530 {
1531 "types":
1532 {
1533 "rType": "identify_inventory_object",
1534 "fType": "identify_led_group"
1535 },
1536 "paths":
1537 [
1538 "/xyz/openbmc_project/led/groups/ddimm22_identify"
1539 ]
1540 }
1541 ]
1542 },
1543 {
1544 "path": "system/chassis/motherboard/dimm23",
1545 "endpoints":
1546 [
1547 {
1548 "types":
1549 {
1550 "rType": "fault_inventory_object",
1551 "fType": "fault_led_group"
1552 },
1553 "paths":
1554 [
1555 "/xyz/openbmc_project/led/groups/ddimm23_fault"
1556 ]
1557 },
1558 {
1559 "types":
1560 {
1561 "rType": "identify_inventory_object",
1562 "fType": "identify_led_group"
1563 },
1564 "paths":
1565 [
1566 "/xyz/openbmc_project/led/groups/ddimm23_identify"
1567 ]
1568 }
1569 ]
1570 },
1571 {
1572 "path": "system/chassis/motherboard/dimm24",
1573 "endpoints":
1574 [
1575 {
1576 "types":
1577 {
1578 "rType": "fault_inventory_object",
1579 "fType": "fault_led_group"
1580 },
1581 "paths":
1582 [
1583 "/xyz/openbmc_project/led/groups/ddimm24_fault"
1584 ]
1585 },
1586 {
1587 "types":
1588 {
1589 "rType": "identify_inventory_object",
1590 "fType": "identify_led_group"
1591 },
1592 "paths":
1593 [
1594 "/xyz/openbmc_project/led/groups/ddimm24_identify"
1595 ]
1596 }
1597 ]
1598 },
1599 {
1600 "path": "system/chassis/motherboard/dimm25",
1601 "endpoints":
1602 [
1603 {
1604 "types":
1605 {
1606 "rType": "fault_inventory_object",
1607 "fType": "fault_led_group"
1608 },
1609 "paths":
1610 [
1611 "/xyz/openbmc_project/led/groups/ddimm25_fault"
1612 ]
1613 },
1614 {
1615 "types":
1616 {
1617 "rType": "identify_inventory_object",
1618 "fType": "identify_led_group"
1619 },
1620 "paths":
1621 [
1622 "/xyz/openbmc_project/led/groups/ddimm25_identify"
1623 ]
1624 }
1625 ]
1626 },
1627 {
1628 "path": "system/chassis/motherboard/dimm26",
1629 "endpoints":
1630 [
1631 {
1632 "types":
1633 {
1634 "rType": "fault_inventory_object",
1635 "fType": "fault_led_group"
1636 },
1637 "paths":
1638 [
1639 "/xyz/openbmc_project/led/groups/ddimm26_fault"
1640 ]
1641 },
1642 {
1643 "types":
1644 {
1645 "rType": "identify_inventory_object",
1646 "fType": "identify_led_group"
1647 },
1648 "paths":
1649 [
1650 "/xyz/openbmc_project/led/groups/ddimm26_identify"
1651 ]
1652 }
1653 ]
1654 },
1655 {
1656 "path": "system/chassis/motherboard/dimm27",
1657 "endpoints":
1658 [
1659 {
1660 "types":
1661 {
1662 "rType": "fault_inventory_object",
1663 "fType": "fault_led_group"
1664 },
1665 "paths":
1666 [
1667 "/xyz/openbmc_project/led/groups/ddimm27_fault"
1668 ]
1669 },
1670 {
1671 "types":
1672 {
1673 "rType": "identify_inventory_object",
1674 "fType": "identify_led_group"
1675 },
1676 "paths":
1677 [
1678 "/xyz/openbmc_project/led/groups/ddimm27_identify"
1679 ]
1680 }
1681 ]
1682 },
1683 {
1684 "path": "system/chassis/motherboard/dimm28",
1685 "endpoints":
1686 [
1687 {
1688 "types":
1689 {
1690 "rType": "fault_inventory_object",
1691 "fType": "fault_led_group"
1692 },
1693 "paths":
1694 [
1695 "/xyz/openbmc_project/led/groups/ddimm28_fault"
1696 ]
1697 },
1698 {
1699 "types":
1700 {
1701 "rType": "identify_inventory_object",
1702 "fType": "identify_led_group"
1703 },
1704 "paths":
1705 [
1706 "/xyz/openbmc_project/led/groups/ddimm28_identify"
1707 ]
1708 }
1709 ]
1710 },
1711 {
1712 "path": "system/chassis/motherboard/dimm29",
1713 "endpoints":
1714 [
1715 {
1716 "types":
1717 {
1718 "rType": "fault_inventory_object",
1719 "fType": "fault_led_group"
1720 },
1721 "paths":
1722 [
1723 "/xyz/openbmc_project/led/groups/ddimm29_fault"
1724 ]
1725 },
1726 {
1727 "types":
1728 {
1729 "rType": "identify_inventory_object",
1730 "fType": "identify_led_group"
1731 },
1732 "paths":
1733 [
1734 "/xyz/openbmc_project/led/groups/ddimm29_identify"
1735 ]
1736 }
1737 ]
1738 },
1739 {
1740 "path": "system/chassis/motherboard/dimm30",
1741 "endpoints":
1742 [
1743 {
1744 "types":
1745 {
1746 "rType": "fault_inventory_object",
1747 "fType": "fault_led_group"
1748 },
1749 "paths":
1750 [
1751 "/xyz/openbmc_project/led/groups/ddimm30_fault"
1752 ]
1753 },
1754 {
1755 "types":
1756 {
1757 "rType": "identify_inventory_object",
1758 "fType": "identify_led_group"
1759 },
1760 "paths":
1761 [
1762 "/xyz/openbmc_project/led/groups/ddimm30_identify"
1763 ]
1764 }
1765 ]
1766 },
1767 {
1768 "path": "system/chassis/motherboard/dimm31",
1769 "endpoints":
1770 [
1771 {
1772 "types":
1773 {
1774 "rType": "fault_inventory_object",
1775 "fType": "fault_led_group"
1776 },
1777 "paths":
1778 [
1779 "/xyz/openbmc_project/led/groups/ddimm31_fault"
1780 ]
1781 },
1782 {
1783 "types":
1784 {
1785 "rType": "identify_inventory_object",
1786 "fType": "identify_led_group"
1787 },
1788 "paths":
1789 [
1790 "/xyz/openbmc_project/led/groups/ddimm31_identify"
1791 ]
1792 }
1793 ]
1794 },
1795 {
1796 "path": "system/chassis/motherboard/vdd_vrm0",
1797 "endpoints":
1798 [
1799 {
1800 "types":
1801 {
1802 "rType": "fault_inventory_object",
1803 "fType": "fault_led_group"
1804 },
1805 "paths":
1806 [
1807 "/xyz/openbmc_project/led/groups/cpu0_vrm0_fault"
1808 ]
1809 },
1810 {
1811 "types":
1812 {
1813 "rType": "identify_inventory_object",
1814 "fType": "identify_led_group"
1815 },
1816 "paths":
1817 [
1818 "/xyz/openbmc_project/led/groups/cpu0_vrm0_identify"
1819 ]
1820 }
1821 ]
1822 },
1823 {
1824 "path": "system/chassis/motherboard/vdd_vrm1",
1825 "endpoints":
1826 [
1827 {
1828 "types":
1829 {
1830 "rType": "fault_inventory_object",
1831 "fType": "fault_led_group"
1832 },
1833 "paths":
1834 [
1835 "/xyz/openbmc_project/led/groups/cpu1_vrm0_fault"
1836 ]
1837 },
1838 {
1839 "types":
1840 {
1841 "rType": "identify_inventory_object",
1842 "fType": "identify_led_group"
1843 },
1844 "paths":
1845 [
1846 "/xyz/openbmc_project/led/groups/cpu1_vrm0_identify"
1847 ]
1848 }
1849 ]
1850 },
1851 {
1852 "path": "system/chassis/motherboard/tod_battery",
1853 "endpoints":
1854 [
1855 {
1856 "types":
1857 {
1858 "rType": "fault_inventory_object",
1859 "fType": "fault_led_group"
1860 },
1861 "paths":
1862 [
1863 "/xyz/openbmc_project/led/groups/rtc_battery_fault"
1864 ]
1865 },
1866 {
1867 "types":
1868 {
1869 "rType": "identify_inventory_object",
1870 "fType": "identify_led_group"
1871 },
1872 "paths":
1873 [
1874 "/xyz/openbmc_project/led/groups/rtc_battery_identify"
1875 ]
1876 }
1877 ]
1878 },
1879 {
1880 "path": "system/chassis/motherboard/tpm_wilson",
1881 "endpoints":
1882 [
1883 {
1884 "types":
1885 {
1886 "rType": "fault_inventory_object",
1887 "fType": "fault_led_group"
1888 },
1889 "paths":
1890 [
1891 "/xyz/openbmc_project/led/groups/tpm_wilson_fault"
1892 ]
1893 },
1894 {
1895 "types":
1896 {
1897 "rType": "identify_inventory_object",
1898 "fType": "identify_led_group"
1899 },
1900 "paths":
1901 [
1902 "/xyz/openbmc_project/led/groups/tpm_wilson_identify"
1903 ]
1904 }
1905 ]
1906 },
1907 {
1908 "path": "system/chassis/motherboard/pcieslot0",
1909 "endpoints":
1910 [
1911 {
1912 "types":
1913 {
1914 "rType": "fault_inventory_object",
1915 "fType": "fault_led_group"
1916 },
1917 "paths":
1918 [
1919 "/xyz/openbmc_project/led/groups/pcieslot0_fault"
1920 ]
1921 },
1922 {
1923 "types":
1924 {
1925 "rType": "identify_inventory_object",
1926 "fType": "identify_led_group"
1927 },
1928 "paths":
1929 [
1930 "/xyz/openbmc_project/led/groups/pcieslot0_identify"
1931 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001932 },
1933 {
1934 "types":
1935 {
1936 "rType": "inventory",
1937 "fType": "chassis"
1938 },
1939 "paths":
1940 [
1941 "/xyz/openbmc_project/inventory/system/chassis"
1942 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001943 }
1944 ]
1945 },
1946 {
1947 "path": "system/chassis/motherboard/pcieslot1",
1948 "endpoints":
1949 [
1950 {
1951 "types":
1952 {
1953 "rType": "fault_inventory_object",
1954 "fType": "fault_led_group"
1955 },
1956 "paths":
1957 [
1958 "/xyz/openbmc_project/led/groups/pcieslot1_fault"
1959 ]
1960 },
1961 {
1962 "types":
1963 {
1964 "rType": "identify_inventory_object",
1965 "fType": "identify_led_group"
1966 },
1967 "paths":
1968 [
1969 "/xyz/openbmc_project/led/groups/pcieslot1_identify"
1970 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001971 },
1972 {
1973 "types":
1974 {
1975 "rType": "inventory",
1976 "fType": "chassis"
1977 },
1978 "paths":
1979 [
1980 "/xyz/openbmc_project/inventory/system/chassis"
1981 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001982 }
1983 ]
1984 },
1985 {
1986 "path": "system/chassis/motherboard/pcieslot2",
1987 "endpoints":
1988 [
1989 {
1990 "types":
1991 {
1992 "rType": "fault_inventory_object",
1993 "fType": "fault_led_group"
1994 },
1995 "paths":
1996 [
1997 "/xyz/openbmc_project/led/groups/pcieslot2_fault"
1998 ]
1999 },
2000 {
2001 "types":
2002 {
2003 "rType": "identify_inventory_object",
2004 "fType": "identify_led_group"
2005 },
2006 "paths":
2007 [
2008 "/xyz/openbmc_project/led/groups/pcieslot2_identify"
2009 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002010 },
2011 {
2012 "types":
2013 {
2014 "rType": "inventory",
2015 "fType": "chassis"
2016 },
2017 "paths":
2018 [
2019 "/xyz/openbmc_project/inventory/system/chassis"
2020 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002021 }
2022 ]
2023 },
2024 {
2025 "path": "system/chassis/motherboard/pcieslot3",
2026 "endpoints":
2027 [
2028 {
2029 "types":
2030 {
2031 "rType": "fault_inventory_object",
2032 "fType": "fault_led_group"
2033 },
2034 "paths":
2035 [
2036 "/xyz/openbmc_project/led/groups/pcieslot3_fault"
2037 ]
2038 },
2039 {
2040 "types":
2041 {
2042 "rType": "identify_inventory_object",
2043 "fType": "identify_led_group"
2044 },
2045 "paths":
2046 [
2047 "/xyz/openbmc_project/led/groups/pcieslot3_identify"
2048 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002049 },
2050 {
2051 "types":
2052 {
2053 "rType": "inventory",
2054 "fType": "chassis"
2055 },
2056 "paths":
2057 [
2058 "/xyz/openbmc_project/inventory/system/chassis"
2059 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002060 }
2061 ]
2062 },
2063 {
2064 "path": "system/chassis/motherboard/pcieslot4",
2065 "endpoints":
2066 [
2067 {
2068 "types":
2069 {
2070 "rType": "fault_inventory_object",
2071 "fType": "fault_led_group"
2072 },
2073 "paths":
2074 [
2075 "/xyz/openbmc_project/led/groups/pcieslot4_fault"
2076 ]
2077 },
2078 {
2079 "types":
2080 {
2081 "rType": "identify_inventory_object",
2082 "fType": "identify_led_group"
2083 },
2084 "paths":
2085 [
2086 "/xyz/openbmc_project/led/groups/pcieslot4_identify"
2087 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002088 },
2089 {
2090 "types":
2091 {
2092 "rType": "inventory",
2093 "fType": "chassis"
2094 },
2095 "paths":
2096 [
2097 "/xyz/openbmc_project/inventory/system/chassis"
2098 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002099 }
2100 ]
2101 },
2102 {
2103 "path": "system/chassis/motherboard/pcieslot6",
2104 "endpoints":
2105 [
2106 {
2107 "types":
2108 {
2109 "rType": "fault_inventory_object",
2110 "fType": "fault_led_group"
2111 },
2112 "paths":
2113 [
2114 "/xyz/openbmc_project/led/groups/pcieslot6_fault"
2115 ]
2116 },
2117 {
2118 "types":
2119 {
2120 "rType": "identify_inventory_object",
2121 "fType": "identify_led_group"
2122 },
2123 "paths":
2124 [
2125 "/xyz/openbmc_project/led/groups/pcieslot6_identify"
2126 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002127 },
2128 {
2129 "types":
2130 {
2131 "rType": "inventory",
2132 "fType": "chassis"
2133 },
2134 "paths":
2135 [
2136 "/xyz/openbmc_project/inventory/system/chassis"
2137 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002138 }
2139 ]
2140 },
2141 {
2142 "path": "system/chassis/motherboard/pcieslot7",
2143 "endpoints":
2144 [
2145 {
2146 "types":
2147 {
2148 "rType": "fault_inventory_object",
2149 "fType": "fault_led_group"
2150 },
2151 "paths":
2152 [
2153 "/xyz/openbmc_project/led/groups/pcieslot7_fault"
2154 ]
2155 },
2156 {
2157 "types":
2158 {
2159 "rType": "identify_inventory_object",
2160 "fType": "identify_led_group"
2161 },
2162 "paths":
2163 [
2164 "/xyz/openbmc_project/led/groups/pcieslot7_identify"
2165 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002166 },
2167 {
2168 "types":
2169 {
2170 "rType": "inventory",
2171 "fType": "chassis"
2172 },
2173 "paths":
2174 [
2175 "/xyz/openbmc_project/inventory/system/chassis"
2176 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002177 }
2178 ]
2179 },
2180 {
2181 "path": "system/chassis/motherboard/pcieslot8",
2182 "endpoints":
2183 [
2184 {
2185 "types":
2186 {
2187 "rType": "fault_inventory_object",
2188 "fType": "fault_led_group"
2189 },
2190 "paths":
2191 [
2192 "/xyz/openbmc_project/led/groups/pcieslot8_fault"
2193 ]
2194 },
2195 {
2196 "types":
2197 {
2198 "rType": "identify_inventory_object",
2199 "fType": "identify_led_group"
2200 },
2201 "paths":
2202 [
2203 "/xyz/openbmc_project/led/groups/pcieslot8_identify"
2204 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002205 },
2206 {
2207 "types":
2208 {
2209 "rType": "inventory",
2210 "fType": "chassis"
2211 },
2212 "paths":
2213 [
2214 "/xyz/openbmc_project/inventory/system/chassis"
2215 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002216 }
2217 ]
2218 },
2219 {
2220 "path": "system/chassis/motherboard/pcieslot9",
2221 "endpoints":
2222 [
2223 {
2224 "types":
2225 {
2226 "rType": "fault_inventory_object",
2227 "fType": "fault_led_group"
2228 },
2229 "paths":
2230 [
2231 "/xyz/openbmc_project/led/groups/pcieslot9_fault"
2232 ]
2233 },
2234 {
2235 "types":
2236 {
2237 "rType": "identify_inventory_object",
2238 "fType": "identify_led_group"
2239 },
2240 "paths":
2241 [
2242 "/xyz/openbmc_project/led/groups/pcieslot9_identify"
2243 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002244 },
2245 {
2246 "types":
2247 {
2248 "rType": "inventory",
2249 "fType": "chassis"
2250 },
2251 "paths":
2252 [
2253 "/xyz/openbmc_project/inventory/system/chassis"
2254 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002255 }
2256 ]
2257 },
2258 {
2259 "path": "system/chassis/motherboard/pcieslot10",
2260 "endpoints":
2261 [
2262 {
2263 "types":
2264 {
2265 "rType": "fault_inventory_object",
2266 "fType": "fault_led_group"
2267 },
2268 "paths":
2269 [
2270 "/xyz/openbmc_project/led/groups/pcieslot10_fault"
2271 ]
2272 },
2273 {
2274 "types":
2275 {
2276 "rType": "identify_inventory_object",
2277 "fType": "identify_led_group"
2278 },
2279 "paths":
2280 [
2281 "/xyz/openbmc_project/led/groups/pcieslot10_identify"
2282 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002283 },
2284 {
2285 "types":
2286 {
2287 "rType": "inventory",
2288 "fType": "chassis"
2289 },
2290 "paths":
2291 [
2292 "/xyz/openbmc_project/inventory/system/chassis"
2293 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002294 }
2295 ]
2296 },
2297 {
2298 "path": "system/chassis/motherboard/pcieslot11",
2299 "endpoints":
2300 [
2301 {
2302 "types":
2303 {
2304 "rType": "fault_inventory_object",
2305 "fType": "fault_led_group"
2306 },
2307 "paths":
2308 [
2309 "/xyz/openbmc_project/led/groups/pcieslot11_fault"
2310 ]
2311 },
2312 {
2313 "types":
2314 {
2315 "rType": "identify_inventory_object",
2316 "fType": "identify_led_group"
2317 },
2318 "paths":
2319 [
2320 "/xyz/openbmc_project/led/groups/pcieslot11_identify"
2321 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002322 },
2323 {
2324 "types":
2325 {
2326 "rType": "inventory",
2327 "fType": "chassis"
2328 },
2329 "paths":
2330 [
2331 "/xyz/openbmc_project/inventory/system/chassis"
2332 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002333 }
2334 ]
2335 },
2336 {
2337 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_top",
2338 "endpoints":
2339 [
2340 {
2341 "types":
2342 {
2343 "rType": "fault_inventory_object",
2344 "fType": "fault_led_group"
2345 },
2346 "paths":
2347 [
2348 "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_fault"
2349 ]
2350 },
2351 {
2352 "types":
2353 {
2354 "rType": "identify_inventory_object",
2355 "fType": "identify_led_group"
2356 },
2357 "paths":
2358 [
2359 "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_identify"
2360 ]
2361 }
2362 ]
2363 },
2364 {
2365 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_bot",
2366 "endpoints":
2367 [
2368 {
2369 "types":
2370 {
2371 "rType": "fault_inventory_object",
2372 "fType": "fault_led_group"
2373 },
2374 "paths":
2375 [
2376 "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_fault"
2377 ]
2378 },
2379 {
2380 "types":
2381 {
2382 "rType": "identify_inventory_object",
2383 "fType": "identify_led_group"
2384 },
2385 "paths":
2386 [
2387 "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_identify"
2388 ]
2389 }
2390 ]
2391 },
2392 {
2393 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_top",
2394 "endpoints":
2395 [
2396 {
2397 "types":
2398 {
2399 "rType": "fault_inventory_object",
2400 "fType": "fault_led_group"
2401 },
2402 "paths":
2403 [
2404 "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_fault"
2405 ]
2406 },
2407 {
2408 "types":
2409 {
2410 "rType": "identify_inventory_object",
2411 "fType": "identify_led_group"
2412 },
2413 "paths":
2414 [
2415 "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_identify"
2416 ]
2417 }
2418 ]
2419 },
2420 {
2421 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_bot",
2422 "endpoints":
2423 [
2424 {
2425 "types":
2426 {
2427 "rType": "fault_inventory_object",
2428 "fType": "fault_led_group"
2429 },
2430 "paths":
2431 [
2432 "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_fault"
2433 ]
2434 },
2435 {
2436 "types":
2437 {
2438 "rType": "identify_inventory_object",
2439 "fType": "identify_led_group"
2440 },
2441 "paths":
2442 [
2443 "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_identify"
2444 ]
2445 }
2446 ]
2447 },
2448 {
2449 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_top",
2450 "endpoints":
2451 [
2452 {
2453 "types":
2454 {
2455 "rType": "fault_inventory_object",
2456 "fType": "fault_led_group"
2457 },
2458 "paths":
2459 [
2460 "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_fault"
2461 ]
2462 },
2463 {
2464 "types":
2465 {
2466 "rType": "identify_inventory_object",
2467 "fType": "identify_led_group"
2468 },
2469 "paths":
2470 [
2471 "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_identify"
2472 ]
2473 }
2474 ]
2475 },
2476 {
2477 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_bot",
2478 "endpoints":
2479 [
2480 {
2481 "types":
2482 {
2483 "rType": "fault_inventory_object",
2484 "fType": "fault_led_group"
2485 },
2486 "paths":
2487 [
2488 "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_fault"
2489 ]
2490 },
2491 {
2492 "types":
2493 {
2494 "rType": "identify_inventory_object",
2495 "fType": "identify_led_group"
2496 },
2497 "paths":
2498 [
2499 "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_identify"
2500 ]
2501 }
2502 ]
2503 },
2504 {
2505 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_top",
2506 "endpoints":
2507 [
2508 {
2509 "types":
2510 {
2511 "rType": "fault_inventory_object",
2512 "fType": "fault_led_group"
2513 },
2514 "paths":
2515 [
2516 "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_fault"
2517 ]
2518 },
2519 {
2520 "types":
2521 {
2522 "rType": "identify_inventory_object",
2523 "fType": "identify_led_group"
2524 },
2525 "paths":
2526 [
2527 "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_identify"
2528 ]
2529 }
2530 ]
2531 },
2532 {
2533 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_bot",
2534 "endpoints":
2535 [
2536 {
2537 "types":
2538 {
2539 "rType": "fault_inventory_object",
2540 "fType": "fault_led_group"
2541 },
2542 "paths":
2543 [
2544 "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_fault"
2545 ]
2546 },
2547 {
2548 "types":
2549 {
2550 "rType": "identify_inventory_object",
2551 "fType": "identify_led_group"
2552 },
2553 "paths":
2554 [
2555 "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_identify"
2556 ]
2557 }
2558 ]
2559 },
2560 {
2561 "path": "system/chassis/motherboard/disk_backplane0",
2562 "endpoints":
2563 [
2564 {
2565 "types":
2566 {
2567 "rType": "fault_inventory_object",
2568 "fType": "fault_led_group"
2569 },
2570 "paths":
2571 [
2572 "/xyz/openbmc_project/led/groups/dasd_pyramid0_fault"
2573 ]
2574 },
2575 {
2576 "types":
2577 {
2578 "rType": "identify_inventory_object",
2579 "fType": "identify_led_group"
2580 },
2581 "paths":
2582 [
2583 "/xyz/openbmc_project/led/groups/dasd_pyramid0_identify"
2584 ]
2585 }
2586 ]
2587 },
2588 {
2589 "path": "system/chassis/motherboard/disk_backplane1",
2590 "endpoints":
2591 [
2592 {
2593 "types":
2594 {
2595 "rType": "fault_inventory_object",
2596 "fType": "fault_led_group"
2597 },
2598 "paths":
2599 [
2600 "/xyz/openbmc_project/led/groups/dasd_pyramid1_fault"
2601 ]
2602 },
2603 {
2604 "types":
2605 {
2606 "rType": "identify_inventory_object",
2607 "fType": "identify_led_group"
2608 },
2609 "paths":
2610 [
2611 "/xyz/openbmc_project/led/groups/dasd_pyramid1_identify"
2612 ]
2613 }
2614 ]
2615 },
2616 {
2617 "path": "system/chassis/motherboard/disk_backplane2",
2618 "endpoints":
2619 [
2620 {
2621 "types":
2622 {
2623 "rType": "fault_inventory_object",
2624 "fType": "fault_led_group"
2625 },
2626 "paths":
2627 [
2628 "/xyz/openbmc_project/led/groups/dasd_pyramid2_fault"
2629 ]
2630 },
2631 {
2632 "types":
2633 {
2634 "rType": "identify_inventory_object",
2635 "fType": "identify_led_group"
2636 },
2637 "paths":
2638 [
2639 "/xyz/openbmc_project/led/groups/dasd_pyramid2_identify"
2640 ]
2641 }
2642 ]
2643 },
2644 {
2645 "path": "system/chassis/motherboard/disk_backplane0/nvme0",
2646 "endpoints":
2647 [
2648 {
2649 "types":
2650 {
2651 "rType": "fault_inventory_object",
2652 "fType": "fault_led_group"
2653 },
2654 "paths":
2655 [
2656 "/xyz/openbmc_project/led/groups/nvme0_fault"
2657 ]
2658 },
2659 {
2660 "types":
2661 {
2662 "rType": "identify_inventory_object",
2663 "fType": "identify_led_group"
2664 },
2665 "paths":
2666 [
2667 "/xyz/openbmc_project/led/groups/nvme0_identify"
2668 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002669 },
2670 {
2671 "types":
2672 {
2673 "rType": "inventory",
2674 "fType": "chassis"
2675 },
2676 "paths":
2677 [
2678 "/xyz/openbmc_project/inventory/system/chassis"
2679 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002680 }
2681 ]
2682 },
2683 {
2684 "path": "system/chassis/motherboard/disk_backplane0/nvme1",
2685 "endpoints":
2686 [
2687 {
2688 "types":
2689 {
2690 "rType": "fault_inventory_object",
2691 "fType": "fault_led_group"
2692 },
2693 "paths":
2694 [
2695 "/xyz/openbmc_project/led/groups/nvme1_fault"
2696 ]
2697 },
2698 {
2699 "types":
2700 {
2701 "rType": "identify_inventory_object",
2702 "fType": "identify_led_group"
2703 },
2704 "paths":
2705 [
2706 "/xyz/openbmc_project/led/groups/nvme1_identify"
2707 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002708 },
2709 {
2710 "types":
2711 {
2712 "rType": "inventory",
2713 "fType": "chassis"
2714 },
2715 "paths":
2716 [
2717 "/xyz/openbmc_project/inventory/system/chassis"
2718 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002719 }
2720 ]
2721 },
2722 {
2723 "path": "system/chassis/motherboard/disk_backplane0/nvme2",
2724 "endpoints":
2725 [
2726 {
2727 "types":
2728 {
2729 "rType": "fault_inventory_object",
2730 "fType": "fault_led_group"
2731 },
2732 "paths":
2733 [
2734 "/xyz/openbmc_project/led/groups/nvme2_fault"
2735 ]
2736 },
2737 {
2738 "types":
2739 {
2740 "rType": "identify_inventory_object",
2741 "fType": "identify_led_group"
2742 },
2743 "paths":
2744 [
2745 "/xyz/openbmc_project/led/groups/nvme2_identify"
2746 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002747 },
2748 {
2749 "types":
2750 {
2751 "rType": "inventory",
2752 "fType": "chassis"
2753 },
2754 "paths":
2755 [
2756 "/xyz/openbmc_project/inventory/system/chassis"
2757 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002758 }
2759 ]
2760 },
2761 {
2762 "path": "system/chassis/motherboard/disk_backplane0/nvme3",
2763 "endpoints":
2764 [
2765 {
2766 "types":
2767 {
2768 "rType": "fault_inventory_object",
2769 "fType": "fault_led_group"
2770 },
2771 "paths":
2772 [
2773 "/xyz/openbmc_project/led/groups/nvme3_fault"
2774 ]
2775 },
2776 {
2777 "types":
2778 {
2779 "rType": "identify_inventory_object",
2780 "fType": "identify_led_group"
2781 },
2782 "paths":
2783 [
2784 "/xyz/openbmc_project/led/groups/nvme3_identify"
2785 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002786 },
2787 {
2788 "types":
2789 {
2790 "rType": "inventory",
2791 "fType": "chassis"
2792 },
2793 "paths":
2794 [
2795 "/xyz/openbmc_project/inventory/system/chassis"
2796 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002797 }
2798 ]
2799 },
2800 {
2801 "path": "system/chassis/motherboard/disk_backplane0/nvme4",
2802 "endpoints":
2803 [
2804 {
2805 "types":
2806 {
2807 "rType": "fault_inventory_object",
2808 "fType": "fault_led_group"
2809 },
2810 "paths":
2811 [
2812 "/xyz/openbmc_project/led/groups/nvme4_fault"
2813 ]
2814 },
2815 {
2816 "types":
2817 {
2818 "rType": "identify_inventory_object",
2819 "fType": "identify_led_group"
2820 },
2821 "paths":
2822 [
2823 "/xyz/openbmc_project/led/groups/nvme4_identify"
2824 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002825 },
2826 {
2827 "types":
2828 {
2829 "rType": "inventory",
2830 "fType": "chassis"
2831 },
2832 "paths":
2833 [
2834 "/xyz/openbmc_project/inventory/system/chassis"
2835 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002836 }
2837 ]
2838 },
2839 {
2840 "path": "system/chassis/motherboard/disk_backplane0/nvme5",
2841 "endpoints":
2842 [
2843 {
2844 "types":
2845 {
2846 "rType": "fault_inventory_object",
2847 "fType": "fault_led_group"
2848 },
2849 "paths":
2850 [
2851 "/xyz/openbmc_project/led/groups/nvme5_fault"
2852 ]
2853 },
2854 {
2855 "types":
2856 {
2857 "rType": "identify_inventory_object",
2858 "fType": "identify_led_group"
2859 },
2860 "paths":
2861 [
2862 "/xyz/openbmc_project/led/groups/nvme5_identify"
2863 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002864 },
2865 {
2866 "types":
2867 {
2868 "rType": "inventory",
2869 "fType": "chassis"
2870 },
2871 "paths":
2872 [
2873 "/xyz/openbmc_project/inventory/system/chassis"
2874 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002875 }
2876 ]
2877 },
2878 {
2879 "path": "system/chassis/motherboard/disk_backplane0/nvme6",
2880 "endpoints":
2881 [
2882 {
2883 "types":
2884 {
2885 "rType": "fault_inventory_object",
2886 "fType": "fault_led_group"
2887 },
2888 "paths":
2889 [
2890 "/xyz/openbmc_project/led/groups/nvme6_fault"
2891 ]
2892 },
2893 {
2894 "types":
2895 {
2896 "rType": "identify_inventory_object",
2897 "fType": "identify_led_group"
2898 },
2899 "paths":
2900 [
2901 "/xyz/openbmc_project/led/groups/nvme6_identify"
2902 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002903 },
2904 {
2905 "types":
2906 {
2907 "rType": "inventory",
2908 "fType": "chassis"
2909 },
2910 "paths":
2911 [
2912 "/xyz/openbmc_project/inventory/system/chassis"
2913 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002914 }
2915 ]
2916 },
2917 {
2918 "path": "system/chassis/motherboard/disk_backplane0/nvme7",
2919 "endpoints":
2920 [
2921 {
2922 "types":
2923 {
2924 "rType": "fault_inventory_object",
2925 "fType": "fault_led_group"
2926 },
2927 "paths":
2928 [
2929 "/xyz/openbmc_project/led/groups/nvme7_fault"
2930 ]
2931 },
2932 {
2933 "types":
2934 {
2935 "rType": "identify_inventory_object",
2936 "fType": "identify_led_group"
2937 },
2938 "paths":
2939 [
2940 "/xyz/openbmc_project/led/groups/nvme7_identify"
2941 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002942 },
2943 {
2944 "types":
2945 {
2946 "rType": "inventory",
2947 "fType": "chassis"
2948 },
2949 "paths":
2950 [
2951 "/xyz/openbmc_project/inventory/system/chassis"
2952 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002953 }
2954 ]
2955 },
2956 {
2957 "path": "system/chassis/motherboard/disk_backplane1/nvme0",
2958 "endpoints":
2959 [
2960 {
2961 "types":
2962 {
2963 "rType": "fault_inventory_object",
2964 "fType": "fault_led_group"
2965 },
2966 "paths":
2967 [
2968 "/xyz/openbmc_project/led/groups/nvme8_fault"
2969 ]
2970 },
2971 {
2972 "types":
2973 {
2974 "rType": "identify_inventory_object",
2975 "fType": "identify_led_group"
2976 },
2977 "paths":
2978 [
2979 "/xyz/openbmc_project/led/groups/nvme8_identify"
2980 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002981 },
2982 {
2983 "types":
2984 {
2985 "rType": "inventory",
2986 "fType": "chassis"
2987 },
2988 "paths":
2989 [
2990 "/xyz/openbmc_project/inventory/system/chassis"
2991 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002992 }
2993 ]
2994 },
2995 {
2996 "path": "system/chassis/motherboard/disk_backplane1/nvme1",
2997 "endpoints":
2998 [
2999 {
3000 "types":
3001 {
3002 "rType": "fault_inventory_object",
3003 "fType": "fault_led_group"
3004 },
3005 "paths":
3006 [
3007 "/xyz/openbmc_project/led/groups/nvme9_fault"
3008 ]
3009 },
3010 {
3011 "types":
3012 {
3013 "rType": "identify_inventory_object",
3014 "fType": "identify_led_group"
3015 },
3016 "paths":
3017 [
3018 "/xyz/openbmc_project/led/groups/nvme9_identify"
3019 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003020 },
3021 {
3022 "types":
3023 {
3024 "rType": "inventory",
3025 "fType": "chassis"
3026 },
3027 "paths":
3028 [
3029 "/xyz/openbmc_project/inventory/system/chassis"
3030 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003031 }
3032 ]
3033 },
3034 {
3035 "path": "system/chassis/motherboard/disk_backplane1/nvme2",
3036 "endpoints":
3037 [
3038 {
3039 "types":
3040 {
3041 "rType": "fault_inventory_object",
3042 "fType": "fault_led_group"
3043 },
3044 "paths":
3045 [
3046 "/xyz/openbmc_project/led/groups/nvme10_fault"
3047 ]
3048 },
3049 {
3050 "types":
3051 {
3052 "rType": "identify_inventory_object",
3053 "fType": "identify_led_group"
3054 },
3055 "paths":
3056 [
3057 "/xyz/openbmc_project/led/groups/nvme10_identify"
3058 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003059 },
3060 {
3061 "types":
3062 {
3063 "rType": "inventory",
3064 "fType": "chassis"
3065 },
3066 "paths":
3067 [
3068 "/xyz/openbmc_project/inventory/system/chassis"
3069 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003070 }
3071 ]
3072 },
3073 {
3074 "path": "system/chassis/motherboard/disk_backplane1/nvme3",
3075 "endpoints":
3076 [
3077 {
3078 "types":
3079 {
3080 "rType": "fault_inventory_object",
3081 "fType": "fault_led_group"
3082 },
3083 "paths":
3084 [
3085 "/xyz/openbmc_project/led/groups/nvme11_fault"
3086 ]
3087 },
3088 {
3089 "types":
3090 {
3091 "rType": "identify_inventory_object",
3092 "fType": "identify_led_group"
3093 },
3094 "paths":
3095 [
3096 "/xyz/openbmc_project/led/groups/nvme11_identify"
3097 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003098 },
3099 {
3100 "types":
3101 {
3102 "rType": "inventory",
3103 "fType": "chassis"
3104 },
3105 "paths":
3106 [
3107 "/xyz/openbmc_project/inventory/system/chassis"
3108 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003109 }
3110 ]
3111 },
3112 {
3113 "path": "system/chassis/motherboard/disk_backplane1/nvme4",
3114 "endpoints":
3115 [
3116 {
3117 "types":
3118 {
3119 "rType": "fault_inventory_object",
3120 "fType": "fault_led_group"
3121 },
3122 "paths":
3123 [
3124 "/xyz/openbmc_project/led/groups/nvme12_fault"
3125 ]
3126 },
3127 {
3128 "types":
3129 {
3130 "rType": "identify_inventory_object",
3131 "fType": "identify_led_group"
3132 },
3133 "paths":
3134 [
3135 "/xyz/openbmc_project/led/groups/nvme12_identify"
3136 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003137 },
3138 {
3139 "types":
3140 {
3141 "rType": "inventory",
3142 "fType": "chassis"
3143 },
3144 "paths":
3145 [
3146 "/xyz/openbmc_project/inventory/system/chassis"
3147 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003148 }
3149 ]
3150 },
3151 {
3152 "path": "system/chassis/motherboard/disk_backplane1/nvme5",
3153 "endpoints":
3154 [
3155 {
3156 "types":
3157 {
3158 "rType": "fault_inventory_object",
3159 "fType": "fault_led_group"
3160 },
3161 "paths":
3162 [
3163 "/xyz/openbmc_project/led/groups/nvme13_fault"
3164 ]
3165 },
3166 {
3167 "types":
3168 {
3169 "rType": "identify_inventory_object",
3170 "fType": "identify_led_group"
3171 },
3172 "paths":
3173 [
3174 "/xyz/openbmc_project/led/groups/nvme13_identify"
3175 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003176 },
3177 {
3178 "types":
3179 {
3180 "rType": "inventory",
3181 "fType": "chassis"
3182 },
3183 "paths":
3184 [
3185 "/xyz/openbmc_project/inventory/system/chassis"
3186 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003187 }
3188 ]
3189 },
3190 {
3191 "path": "system/chassis/motherboard/disk_backplane1/nvme6",
3192 "endpoints":
3193 [
3194 {
3195 "types":
3196 {
3197 "rType": "fault_inventory_object",
3198 "fType": "fault_led_group"
3199 },
3200 "paths":
3201 [
3202 "/xyz/openbmc_project/led/groups/nvme14_fault"
3203 ]
3204 },
3205 {
3206 "types":
3207 {
3208 "rType": "identify_inventory_object",
3209 "fType": "identify_led_group"
3210 },
3211 "paths":
3212 [
3213 "/xyz/openbmc_project/led/groups/nvme14_identify"
3214 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003215 },
3216 {
3217 "types":
3218 {
3219 "rType": "inventory",
3220 "fType": "chassis"
3221 },
3222 "paths":
3223 [
3224 "/xyz/openbmc_project/inventory/system/chassis"
3225 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003226 }
3227 ]
3228 },
3229 {
3230 "path": "system/chassis/motherboard/disk_backplane1/nvme7",
3231 "endpoints":
3232 [
3233 {
3234 "types":
3235 {
3236 "rType": "fault_inventory_object",
3237 "fType": "fault_led_group"
3238 },
3239 "paths":
3240 [
3241 "/xyz/openbmc_project/led/groups/nvme15_fault"
3242 ]
3243 },
3244 {
3245 "types":
3246 {
3247 "rType": "identify_inventory_object",
3248 "fType": "identify_led_group"
3249 },
3250 "paths":
3251 [
3252 "/xyz/openbmc_project/led/groups/nvme15_identify"
3253 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003254 },
3255 {
3256 "types":
3257 {
3258 "rType": "inventory",
3259 "fType": "chassis"
3260 },
3261 "paths":
3262 [
3263 "/xyz/openbmc_project/inventory/system/chassis"
3264 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003265 }
3266 ]
3267 },
3268 {
3269 "path": "system/chassis/motherboard/disk_backplane2/nvme0",
3270 "endpoints":
3271 [
3272 {
3273 "types":
3274 {
3275 "rType": "fault_inventory_object",
3276 "fType": "fault_led_group"
3277 },
3278 "paths":
3279 [
3280 "/xyz/openbmc_project/led/groups/nvme16_fault"
3281 ]
3282 },
3283 {
3284 "types":
3285 {
3286 "rType": "identify_inventory_object",
3287 "fType": "identify_led_group"
3288 },
3289 "paths":
3290 [
3291 "/xyz/openbmc_project/led/groups/nvme16_identify"
3292 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003293 },
3294 {
3295 "types":
3296 {
3297 "rType": "inventory",
3298 "fType": "chassis"
3299 },
3300 "paths":
3301 [
3302 "/xyz/openbmc_project/inventory/system/chassis"
3303 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003304 }
3305 ]
3306 },
3307 {
3308 "path": "system/chassis/motherboard/disk_backplane2/nvme1",
3309 "endpoints":
3310 [
3311 {
3312 "types":
3313 {
3314 "rType": "fault_inventory_object",
3315 "fType": "fault_led_group"
3316 },
3317 "paths":
3318 [
3319 "/xyz/openbmc_project/led/groups/nvme17_fault"
3320 ]
3321 },
3322 {
3323 "types":
3324 {
3325 "rType": "identify_inventory_object",
3326 "fType": "identify_led_group"
3327 },
3328 "paths":
3329 [
3330 "/xyz/openbmc_project/led/groups/nvme17_identify"
3331 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003332 },
3333 {
3334 "types":
3335 {
3336 "rType": "inventory",
3337 "fType": "chassis"
3338 },
3339 "paths":
3340 [
3341 "/xyz/openbmc_project/inventory/system/chassis"
3342 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003343 }
3344 ]
3345 },
3346 {
3347 "path": "system/chassis/motherboard/disk_backplane2/nvme2",
3348 "endpoints":
3349 [
3350 {
3351 "types":
3352 {
3353 "rType": "fault_inventory_object",
3354 "fType": "fault_led_group"
3355 },
3356 "paths":
3357 [
3358 "/xyz/openbmc_project/led/groups/nvme18_fault"
3359 ]
3360 },
3361 {
3362 "types":
3363 {
3364 "rType": "identify_inventory_object",
3365 "fType": "identify_led_group"
3366 },
3367 "paths":
3368 [
3369 "/xyz/openbmc_project/led/groups/nvme18_identify"
3370 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003371 },
3372 {
3373 "types":
3374 {
3375 "rType": "inventory",
3376 "fType": "chassis"
3377 },
3378 "paths":
3379 [
3380 "/xyz/openbmc_project/inventory/system/chassis"
3381 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003382 }
3383 ]
3384 },
3385 {
3386 "path": "system/chassis/motherboard/disk_backplane2/nvme3",
3387 "endpoints":
3388 [
3389 {
3390 "types":
3391 {
3392 "rType": "fault_inventory_object",
3393 "fType": "fault_led_group"
3394 },
3395 "paths":
3396 [
3397 "/xyz/openbmc_project/led/groups/nvme19_fault"
3398 ]
3399 },
3400 {
3401 "types":
3402 {
3403 "rType": "identify_inventory_object",
3404 "fType": "identify_led_group"
3405 },
3406 "paths":
3407 [
3408 "/xyz/openbmc_project/led/groups/nvme19_identify"
3409 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003410 },
3411 {
3412 "types":
3413 {
3414 "rType": "inventory",
3415 "fType": "chassis"
3416 },
3417 "paths":
3418 [
3419 "/xyz/openbmc_project/inventory/system/chassis"
3420 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003421 }
3422 ]
3423 },
3424 {
3425 "path": "system/chassis/motherboard/disk_backplane2/nvme4",
3426 "endpoints":
3427 [
3428 {
3429 "types":
3430 {
3431 "rType": "fault_inventory_object",
3432 "fType": "fault_led_group"
3433 },
3434 "paths":
3435 [
3436 "/xyz/openbmc_project/led/groups/nvme20_fault"
3437 ]
3438 },
3439 {
3440 "types":
3441 {
3442 "rType": "identify_inventory_object",
3443 "fType": "identify_led_group"
3444 },
3445 "paths":
3446 [
3447 "/xyz/openbmc_project/led/groups/nvme20_identify"
3448 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003449 },
3450 {
3451 "types":
3452 {
3453 "rType": "inventory",
3454 "fType": "chassis"
3455 },
3456 "paths":
3457 [
3458 "/xyz/openbmc_project/inventory/system/chassis"
3459 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003460 }
3461 ]
3462 },
3463 {
3464 "path": "system/chassis/motherboard/disk_backplane2/nvme5",
3465 "endpoints":
3466 [
3467 {
3468 "types":
3469 {
3470 "rType": "fault_inventory_object",
3471 "fType": "fault_led_group"
3472 },
3473 "paths":
3474 [
3475 "/xyz/openbmc_project/led/groups/nvme21_fault"
3476 ]
3477 },
3478 {
3479 "types":
3480 {
3481 "rType": "identify_inventory_object",
3482 "fType": "identify_led_group"
3483 },
3484 "paths":
3485 [
3486 "/xyz/openbmc_project/led/groups/nvme21_identify"
3487 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003488 },
3489 {
3490 "types":
3491 {
3492 "rType": "inventory",
3493 "fType": "chassis"
3494 },
3495 "paths":
3496 [
3497 "/xyz/openbmc_project/inventory/system/chassis"
3498 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003499 }
3500 ]
3501 },
3502 {
3503 "path": "system/chassis/motherboard/disk_backplane2/nvme6",
3504 "endpoints":
3505 [
3506 {
3507 "types":
3508 {
3509 "rType": "fault_inventory_object",
3510 "fType": "fault_led_group"
3511 },
3512 "paths":
3513 [
3514 "/xyz/openbmc_project/led/groups/nvme22_fault"
3515 ]
3516 },
3517 {
3518 "types":
3519 {
3520 "rType": "identify_inventory_object",
3521 "fType": "identify_led_group"
3522 },
3523 "paths":
3524 [
3525 "/xyz/openbmc_project/led/groups/nvme22_identify"
3526 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003527 },
3528 {
3529 "types":
3530 {
3531 "rType": "inventory",
3532 "fType": "chassis"
3533 },
3534 "paths":
3535 [
3536 "/xyz/openbmc_project/inventory/system/chassis"
3537 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003538 }
3539 ]
3540 },
3541 {
3542 "path": "system/chassis/motherboard/disk_backplane2/nvme7",
3543 "endpoints":
3544 [
3545 {
3546 "types":
3547 {
3548 "rType": "fault_inventory_object",
3549 "fType": "fault_led_group"
3550 },
3551 "paths":
3552 [
3553 "/xyz/openbmc_project/led/groups/nvme23_fault"
3554 ]
3555 },
3556 {
3557 "types":
3558 {
3559 "rType": "identify_inventory_object",
3560 "fType": "identify_led_group"
3561 },
3562 "paths":
3563 [
3564 "/xyz/openbmc_project/led/groups/nvme23_identify"
3565 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003566 },
3567 {
3568 "types":
3569 {
3570 "rType": "inventory",
3571 "fType": "chassis"
3572 },
3573 "paths":
3574 [
3575 "/xyz/openbmc_project/inventory/system/chassis"
3576 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003577 }
3578 ]
Matt Spinler47162542021-03-02 15:00:09 -06003579 }
3580 ]
3581}