blob: 5cda22d661e119a663e9fb98dcac72170f1b11c2 [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 {
255 "rType": "chassis",
256 "fType": "all_sensors"
257 },
258 "paths":
259 [
260 "/xyz/openbmc_project/sensors/fan_tach/fan0_0",
261 "/xyz/openbmc_project/sensors/fan_tach/fan1_0",
262 "/xyz/openbmc_project/sensors/fan_tach/fan2_0",
263 "/xyz/openbmc_project/sensors/fan_tach/fan3_0",
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500264 "/xyz/openbmc_project/sensors/fan_tach/fan4_0",
265 "/xyz/openbmc_project/sensors/fan_tach/fan5_0"
Matt Spinler47162542021-03-02 15:00:09 -0600266 ]
Vishwanatha Subbanna563b5fa2021-05-13 01:55:06 -0500267 },
268 {
269 "types":
270 {
271 "rType": "inventory",
272 "fType": "assembly"
273 },
274 "paths":
275 [
276 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm0",
277 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm1",
278 "/xyz/openbmc_project/inventory/system/chassis/motherboard/tpm_wilson",
279 "/xyz/openbmc_project/inventory/system/chassis/motherboard/tod_battery",
280 "/xyz/openbmc_project/inventory/system/chassis/motherboard/base_op_panel_blyth",
281 "/xyz/openbmc_project/inventory/system/chassis/motherboard/lcd_op_panel_hill",
282 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0",
283 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1",
284 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2"
285 ]
Matt Spinler47162542021-03-02 15:00:09 -0600286 }
287 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600288 },
289 {
290 "path": "system/chassis/motherboard/powersupply0",
291 "endpoints":
292 [
293 {
294 "types":
295 {
296 "rType": "fault_inventory_object",
297 "fType": "fault_led_group"
298 },
299 "paths":
300 [
301 "/xyz/openbmc_project/led/groups/powersupply0_fault"
302 ]
303 },
304 {
305 "types":
306 {
307 "rType": "identify_inventory_object",
308 "fType": "identify_led_group"
309 },
310 "paths":
311 [
312 "/xyz/openbmc_project/led/groups/powersupply0_identify"
313 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500314 },
315 {
316 "types":
317 {
318 "rType": "inventory",
319 "fType": "chassis"
320 },
321 "paths":
322 [
323 "/xyz/openbmc_project/inventory/system/chassis"
324 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600325 }
326 ]
327 },
328 {
329 "path": "system/chassis/motherboard/powersupply1",
330 "endpoints":
331 [
332 {
333 "types":
334 {
335 "rType": "fault_inventory_object",
336 "fType": "fault_led_group"
337 },
338 "paths":
339 [
340 "/xyz/openbmc_project/led/groups/powersupply1_fault"
341 ]
342 },
343 {
344 "types":
345 {
346 "rType": "identify_inventory_object",
347 "fType": "identify_led_group"
348 },
349 "paths":
350 [
351 "/xyz/openbmc_project/led/groups/powersupply1_identify"
352 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500353 },
354 {
355 "types":
356 {
357 "rType": "inventory",
358 "fType": "chassis"
359 },
360 "paths":
361 [
362 "/xyz/openbmc_project/inventory/system/chassis"
363 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600364 }
365 ]
366 },
367 {
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500368 "path": "system/chassis/motherboard/powersupply2",
369 "endpoints":
370 [
371 {
372 "types":
373 {
374 "rType": "fault_inventory_object",
375 "fType": "fault_led_group"
376 },
377 "paths":
378 [
379 "/xyz/openbmc_project/led/groups/powersupply2_fault"
380 ]
381 },
382 {
383 "types":
384 {
385 "rType": "identify_inventory_object",
386 "fType": "identify_led_group"
387 },
388 "paths":
389 [
390 "/xyz/openbmc_project/led/groups/powersupply2_identify"
391 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500392 },
393 {
394 "types":
395 {
396 "rType": "inventory",
397 "fType": "chassis"
398 },
399 "paths":
400 [
401 "/xyz/openbmc_project/inventory/system/chassis"
402 ]
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500403 }
404 ]
405 },
406 {
407 "path": "system/chassis/motherboard/powersupply3",
408 "endpoints":
409 [
410 {
411 "types":
412 {
413 "rType": "fault_inventory_object",
414 "fType": "fault_led_group"
415 },
416 "paths":
417 [
418 "/xyz/openbmc_project/led/groups/powersupply3_fault"
419 ]
420 },
421 {
422 "types":
423 {
424 "rType": "identify_inventory_object",
425 "fType": "identify_led_group"
426 },
427 "paths":
428 [
429 "/xyz/openbmc_project/led/groups/powersupply3_identify"
430 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500431 },
432 {
433 "types":
434 {
435 "rType": "inventory",
436 "fType": "chassis"
437 },
438 "paths":
439 [
440 "/xyz/openbmc_project/inventory/system/chassis"
441 ]
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500442 }
443 ]
444 },
445 {
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600446 "path": "system/chassis/motherboard",
447 "endpoints":
448 [
449 {
450 "types":
451 {
452 "rType": "fault_inventory_object",
453 "fType": "fault_led_group"
454 },
455 "paths":
456 [
457 "/xyz/openbmc_project/led/groups/planar_fault"
458 ]
459 },
460 {
461 "types":
462 {
463 "rType": "identify_inventory_object",
464 "fType": "identify_led_group"
465 },
466 "paths":
467 [
468 "/xyz/openbmc_project/led/groups/planar_identify"
469 ]
470 }
471 ]
472 },
473 {
474 "path": "system/chassis/motherboard/base_op_panel_blyth",
475 "endpoints":
476 [
477 {
478 "types":
479 {
480 "rType": "fault_inventory_object",
481 "fType": "fault_led_group"
482 },
483 "paths":
484 [
485 "/xyz/openbmc_project/led/groups/base_blyth_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/base_blyth_identify"
497 ]
498 }
499 ]
500 },
501 {
502 "path": "system/chassis/motherboard/lcd_op_panel_hill",
503 "endpoints":
504 [
505 {
506 "types":
507 {
508 "rType": "fault_inventory_object",
509 "fType": "fault_led_group"
510 },
511 "paths":
512 [
513 "/xyz/openbmc_project/led/groups/lcd_russel_fault"
514 ]
515 },
516 {
517 "types":
518 {
519 "rType": "identify_inventory_object",
520 "fType": "identify_led_group"
521 },
522 "paths":
523 [
524 "/xyz/openbmc_project/led/groups/lcd_russel_identify"
525 ]
526 }
527 ]
528 },
529 {
530 "path": "system/chassis/motherboard/ebmc_card_bmc",
531 "endpoints":
532 [
533 {
534 "types":
535 {
536 "rType": "fault_inventory_object",
537 "fType": "fault_led_group"
538 },
539 "paths":
540 [
541 "/xyz/openbmc_project/led/groups/bmc_ingraham_fault"
542 ]
543 },
544 {
545 "types":
546 {
547 "rType": "identify_inventory_object",
548 "fType": "identify_led_group"
549 },
550 "paths":
551 [
552 "/xyz/openbmc_project/led/groups/bmc_ingraham_identify"
553 ]
554 }
555 ]
556 },
557 {
558 "path": "system/chassis/motherboard/cpu0",
559 "endpoints":
560 [
561 {
562 "types":
563 {
564 "rType": "fault_inventory_object",
565 "fType": "fault_led_group"
566 },
567 "paths":
568 [
569 "/xyz/openbmc_project/led/groups/cpu0_fault"
570 ]
571 },
572 {
573 "types":
574 {
575 "rType": "identify_inventory_object",
576 "fType": "identify_led_group"
577 },
578 "paths":
579 [
580 "/xyz/openbmc_project/led/groups/cpu0_identify"
581 ]
582 }
583 ]
584 },
585 {
586 "path": "system/chassis/motherboard/cpu1",
587 "endpoints":
588 [
589 {
590 "types":
591 {
592 "rType": "fault_inventory_object",
593 "fType": "fault_led_group"
594 },
595 "paths":
596 [
597 "/xyz/openbmc_project/led/groups/cpu0_fault"
598 ]
599 },
600 {
601 "types":
602 {
603 "rType": "identify_inventory_object",
604 "fType": "identify_led_group"
605 },
606 "paths":
607 [
608 "/xyz/openbmc_project/led/groups/cpu0_identify"
609 ]
610 }
611 ]
612 },
613 {
614 "path": "system/chassis/motherboard/cpu2",
615 "endpoints":
616 [
617 {
618 "types":
619 {
620 "rType": "fault_inventory_object",
621 "fType": "fault_led_group"
622 },
623 "paths":
624 [
625 "/xyz/openbmc_project/led/groups/cpu1_fault"
626 ]
627 },
628 {
629 "types":
630 {
631 "rType": "identify_inventory_object",
632 "fType": "identify_led_group"
633 },
634 "paths":
635 [
636 "/xyz/openbmc_project/led/groups/cpu1_identify"
637 ]
638 }
639 ]
640 },
641 {
642 "path": "system/chassis/motherboard/cpu3",
643 "endpoints":
644 [
645 {
646 "types":
647 {
648 "rType": "fault_inventory_object",
649 "fType": "fault_led_group"
650 },
651 "paths":
652 [
653 "/xyz/openbmc_project/led/groups/cpu1_fault"
654 ]
655 },
656 {
657 "types":
658 {
659 "rType": "identify_inventory_object",
660 "fType": "identify_led_group"
661 },
662 "paths":
663 [
664 "/xyz/openbmc_project/led/groups/cpu1_identify"
665 ]
666 }
667 ]
668 },
669 {
670 "path": "system/chassis/motherboard/dimm0",
671 "endpoints":
672 [
673 {
674 "types":
675 {
676 "rType": "fault_inventory_object",
677 "fType": "fault_led_group"
678 },
679 "paths":
680 [
681 "/xyz/openbmc_project/led/groups/ddimm0_fault"
682 ]
683 },
684 {
685 "types":
686 {
687 "rType": "identify_inventory_object",
688 "fType": "identify_led_group"
689 },
690 "paths":
691 [
692 "/xyz/openbmc_project/led/groups/ddimm0_identify"
693 ]
694 }
695 ]
696 },
697 {
698 "path": "system/chassis/motherboard/dimm1",
699 "endpoints":
700 [
701 {
702 "types":
703 {
704 "rType": "fault_inventory_object",
705 "fType": "fault_led_group"
706 },
707 "paths":
708 [
709 "/xyz/openbmc_project/led/groups/ddimm1_fault"
710 ]
711 },
712 {
713 "types":
714 {
715 "rType": "identify_inventory_object",
716 "fType": "identify_led_group"
717 },
718 "paths":
719 [
720 "/xyz/openbmc_project/led/groups/ddimm1_identify"
721 ]
722 }
723 ]
724 },
725 {
726 "path": "system/chassis/motherboard/dimm2",
727 "endpoints":
728 [
729 {
730 "types":
731 {
732 "rType": "fault_inventory_object",
733 "fType": "fault_led_group"
734 },
735 "paths":
736 [
737 "/xyz/openbmc_project/led/groups/ddimm2_fault"
738 ]
739 },
740 {
741 "types":
742 {
743 "rType": "identify_inventory_object",
744 "fType": "identify_led_group"
745 },
746 "paths":
747 [
748 "/xyz/openbmc_project/led/groups/ddimm2_identify"
749 ]
750 }
751 ]
752 },
753 {
754 "path": "system/chassis/motherboard/dimm3",
755 "endpoints":
756 [
757 {
758 "types":
759 {
760 "rType": "fault_inventory_object",
761 "fType": "fault_led_group"
762 },
763 "paths":
764 [
765 "/xyz/openbmc_project/led/groups/ddimm3_fault"
766 ]
767 },
768 {
769 "types":
770 {
771 "rType": "identify_inventory_object",
772 "fType": "identify_led_group"
773 },
774 "paths":
775 [
776 "/xyz/openbmc_project/led/groups/ddimm3_identify"
777 ]
778 }
779 ]
780 },
781 {
782 "path": "system/chassis/motherboard/dimm4",
783 "endpoints":
784 [
785 {
786 "types":
787 {
788 "rType": "fault_inventory_object",
789 "fType": "fault_led_group"
790 },
791 "paths":
792 [
793 "/xyz/openbmc_project/led/groups/ddimm4_fault"
794 ]
795 },
796 {
797 "types":
798 {
799 "rType": "identify_inventory_object",
800 "fType": "identify_led_group"
801 },
802 "paths":
803 [
804 "/xyz/openbmc_project/led/groups/ddimm4_identify"
805 ]
806 }
807 ]
808 },
809 {
810 "path": "system/chassis/motherboard/dimm5",
811 "endpoints":
812 [
813 {
814 "types":
815 {
816 "rType": "fault_inventory_object",
817 "fType": "fault_led_group"
818 },
819 "paths":
820 [
821 "/xyz/openbmc_project/led/groups/ddimm5_fault"
822 ]
823 },
824 {
825 "types":
826 {
827 "rType": "identify_inventory_object",
828 "fType": "identify_led_group"
829 },
830 "paths":
831 [
832 "/xyz/openbmc_project/led/groups/ddimm5_identify"
833 ]
834 }
835 ]
836 },
837 {
838 "path": "system/chassis/motherboard/dimm6",
839 "endpoints":
840 [
841 {
842 "types":
843 {
844 "rType": "fault_inventory_object",
845 "fType": "fault_led_group"
846 },
847 "paths":
848 [
849 "/xyz/openbmc_project/led/groups/ddimm6_fault"
850 ]
851 },
852 {
853 "types":
854 {
855 "rType": "identify_inventory_object",
856 "fType": "identify_led_group"
857 },
858 "paths":
859 [
860 "/xyz/openbmc_project/led/groups/ddimm6_identify"
861 ]
862 }
863 ]
864 },
865 {
866 "path": "system/chassis/motherboard/dimm7",
867 "endpoints":
868 [
869 {
870 "types":
871 {
872 "rType": "fault_inventory_object",
873 "fType": "fault_led_group"
874 },
875 "paths":
876 [
877 "/xyz/openbmc_project/led/groups/ddimm7_fault"
878 ]
879 },
880 {
881 "types":
882 {
883 "rType": "identify_inventory_object",
884 "fType": "identify_led_group"
885 },
886 "paths":
887 [
888 "/xyz/openbmc_project/led/groups/ddimm7_identify"
889 ]
890 }
891 ]
892 },
893 {
894 "path": "system/chassis/motherboard/dimm8",
895 "endpoints":
896 [
897 {
898 "types":
899 {
900 "rType": "fault_inventory_object",
901 "fType": "fault_led_group"
902 },
903 "paths":
904 [
905 "/xyz/openbmc_project/led/groups/ddimm8_fault"
906 ]
907 },
908 {
909 "types":
910 {
911 "rType": "identify_inventory_object",
912 "fType": "identify_led_group"
913 },
914 "paths":
915 [
916 "/xyz/openbmc_project/led/groups/ddimm8_identify"
917 ]
918 }
919 ]
920 },
921 {
922 "path": "system/chassis/motherboard/dimm9",
923 "endpoints":
924 [
925 {
926 "types":
927 {
928 "rType": "fault_inventory_object",
929 "fType": "fault_led_group"
930 },
931 "paths":
932 [
933 "/xyz/openbmc_project/led/groups/ddimm9_fault"
934 ]
935 },
936 {
937 "types":
938 {
939 "rType": "identify_inventory_object",
940 "fType": "identify_led_group"
941 },
942 "paths":
943 [
944 "/xyz/openbmc_project/led/groups/ddimm9_identify"
945 ]
946 }
947 ]
948 },
949 {
950 "path": "system/chassis/motherboard/dimm10",
951 "endpoints":
952 [
953 {
954 "types":
955 {
956 "rType": "fault_inventory_object",
957 "fType": "fault_led_group"
958 },
959 "paths":
960 [
961 "/xyz/openbmc_project/led/groups/ddimm10_fault"
962 ]
963 },
964 {
965 "types":
966 {
967 "rType": "identify_inventory_object",
968 "fType": "identify_led_group"
969 },
970 "paths":
971 [
972 "/xyz/openbmc_project/led/groups/ddimm10_identify"
973 ]
974 }
975 ]
976 },
977 {
978 "path": "system/chassis/motherboard/dimm11",
979 "endpoints":
980 [
981 {
982 "types":
983 {
984 "rType": "fault_inventory_object",
985 "fType": "fault_led_group"
986 },
987 "paths":
988 [
989 "/xyz/openbmc_project/led/groups/ddimm11_fault"
990 ]
991 },
992 {
993 "types":
994 {
995 "rType": "identify_inventory_object",
996 "fType": "identify_led_group"
997 },
998 "paths":
999 [
1000 "/xyz/openbmc_project/led/groups/ddimm11_identify"
1001 ]
1002 }
1003 ]
1004 },
1005 {
1006 "path": "system/chassis/motherboard/dimm12",
1007 "endpoints":
1008 [
1009 {
1010 "types":
1011 {
1012 "rType": "fault_inventory_object",
1013 "fType": "fault_led_group"
1014 },
1015 "paths":
1016 [
1017 "/xyz/openbmc_project/led/groups/ddimm12_fault"
1018 ]
1019 },
1020 {
1021 "types":
1022 {
1023 "rType": "identify_inventory_object",
1024 "fType": "identify_led_group"
1025 },
1026 "paths":
1027 [
1028 "/xyz/openbmc_project/led/groups/ddimm12_identify"
1029 ]
1030 }
1031 ]
1032 },
1033 {
1034 "path": "system/chassis/motherboard/dimm13",
1035 "endpoints":
1036 [
1037 {
1038 "types":
1039 {
1040 "rType": "fault_inventory_object",
1041 "fType": "fault_led_group"
1042 },
1043 "paths":
1044 [
1045 "/xyz/openbmc_project/led/groups/ddimm13_fault"
1046 ]
1047 },
1048 {
1049 "types":
1050 {
1051 "rType": "identify_inventory_object",
1052 "fType": "identify_led_group"
1053 },
1054 "paths":
1055 [
1056 "/xyz/openbmc_project/led/groups/ddimm13_identify"
1057 ]
1058 }
1059 ]
1060 },
1061 {
1062 "path": "system/chassis/motherboard/dimm14",
1063 "endpoints":
1064 [
1065 {
1066 "types":
1067 {
1068 "rType": "fault_inventory_object",
1069 "fType": "fault_led_group"
1070 },
1071 "paths":
1072 [
1073 "/xyz/openbmc_project/led/groups/ddimm14_fault"
1074 ]
1075 },
1076 {
1077 "types":
1078 {
1079 "rType": "identify_inventory_object",
1080 "fType": "identify_led_group"
1081 },
1082 "paths":
1083 [
1084 "/xyz/openbmc_project/led/groups/ddimm14_identify"
1085 ]
1086 }
1087 ]
1088 },
1089 {
1090 "path": "system/chassis/motherboard/dimm15",
1091 "endpoints":
1092 [
1093 {
1094 "types":
1095 {
1096 "rType": "fault_inventory_object",
1097 "fType": "fault_led_group"
1098 },
1099 "paths":
1100 [
1101 "/xyz/openbmc_project/led/groups/ddimm15_fault"
1102 ]
1103 },
1104 {
1105 "types":
1106 {
1107 "rType": "identify_inventory_object",
1108 "fType": "identify_led_group"
1109 },
1110 "paths":
1111 [
1112 "/xyz/openbmc_project/led/groups/ddimm15_identify"
1113 ]
1114 }
1115 ]
1116 },
1117 {
1118 "path": "system/chassis/motherboard/dimm16",
1119 "endpoints":
1120 [
1121 {
1122 "types":
1123 {
1124 "rType": "fault_inventory_object",
1125 "fType": "fault_led_group"
1126 },
1127 "paths":
1128 [
1129 "/xyz/openbmc_project/led/groups/ddimm16_fault"
1130 ]
1131 },
1132 {
1133 "types":
1134 {
1135 "rType": "identify_inventory_object",
1136 "fType": "identify_led_group"
1137 },
1138 "paths":
1139 [
1140 "/xyz/openbmc_project/led/groups/ddimm16_identify"
1141 ]
1142 }
1143 ]
1144 },
1145 {
1146 "path": "system/chassis/motherboard/dimm17",
1147 "endpoints":
1148 [
1149 {
1150 "types":
1151 {
1152 "rType": "fault_inventory_object",
1153 "fType": "fault_led_group"
1154 },
1155 "paths":
1156 [
1157 "/xyz/openbmc_project/led/groups/ddimm17_fault"
1158 ]
1159 },
1160 {
1161 "types":
1162 {
1163 "rType": "identify_inventory_object",
1164 "fType": "identify_led_group"
1165 },
1166 "paths":
1167 [
1168 "/xyz/openbmc_project/led/groups/ddimm17_identify"
1169 ]
1170 }
1171 ]
1172 },
1173 {
1174 "path": "system/chassis/motherboard/dimm18",
1175 "endpoints":
1176 [
1177 {
1178 "types":
1179 {
1180 "rType": "fault_inventory_object",
1181 "fType": "fault_led_group"
1182 },
1183 "paths":
1184 [
1185 "/xyz/openbmc_project/led/groups/ddimm18_fault"
1186 ]
1187 },
1188 {
1189 "types":
1190 {
1191 "rType": "identify_inventory_object",
1192 "fType": "identify_led_group"
1193 },
1194 "paths":
1195 [
1196 "/xyz/openbmc_project/led/groups/ddimm18_identify"
1197 ]
1198 }
1199 ]
1200 },
1201 {
1202 "path": "system/chassis/motherboard/dimm19",
1203 "endpoints":
1204 [
1205 {
1206 "types":
1207 {
1208 "rType": "fault_inventory_object",
1209 "fType": "fault_led_group"
1210 },
1211 "paths":
1212 [
1213 "/xyz/openbmc_project/led/groups/ddimm19_fault"
1214 ]
1215 },
1216 {
1217 "types":
1218 {
1219 "rType": "identify_inventory_object",
1220 "fType": "identify_led_group"
1221 },
1222 "paths":
1223 [
1224 "/xyz/openbmc_project/led/groups/ddimm19_identify"
1225 ]
1226 }
1227 ]
1228 },
1229 {
1230 "path": "system/chassis/motherboard/dimm20",
1231 "endpoints":
1232 [
1233 {
1234 "types":
1235 {
1236 "rType": "fault_inventory_object",
1237 "fType": "fault_led_group"
1238 },
1239 "paths":
1240 [
1241 "/xyz/openbmc_project/led/groups/ddimm20_fault"
1242 ]
1243 },
1244 {
1245 "types":
1246 {
1247 "rType": "identify_inventory_object",
1248 "fType": "identify_led_group"
1249 },
1250 "paths":
1251 [
1252 "/xyz/openbmc_project/led/groups/ddimm20_identify"
1253 ]
1254 }
1255 ]
1256 },
1257 {
1258 "path": "system/chassis/motherboard/dimm21",
1259 "endpoints":
1260 [
1261 {
1262 "types":
1263 {
1264 "rType": "fault_inventory_object",
1265 "fType": "fault_led_group"
1266 },
1267 "paths":
1268 [
1269 "/xyz/openbmc_project/led/groups/ddimm21_fault"
1270 ]
1271 },
1272 {
1273 "types":
1274 {
1275 "rType": "identify_inventory_object",
1276 "fType": "identify_led_group"
1277 },
1278 "paths":
1279 [
1280 "/xyz/openbmc_project/led/groups/ddimm21_identify"
1281 ]
1282 }
1283 ]
1284 },
1285 {
1286 "path": "system/chassis/motherboard/dimm22",
1287 "endpoints":
1288 [
1289 {
1290 "types":
1291 {
1292 "rType": "fault_inventory_object",
1293 "fType": "fault_led_group"
1294 },
1295 "paths":
1296 [
1297 "/xyz/openbmc_project/led/groups/ddimm22_fault"
1298 ]
1299 },
1300 {
1301 "types":
1302 {
1303 "rType": "identify_inventory_object",
1304 "fType": "identify_led_group"
1305 },
1306 "paths":
1307 [
1308 "/xyz/openbmc_project/led/groups/ddimm22_identify"
1309 ]
1310 }
1311 ]
1312 },
1313 {
1314 "path": "system/chassis/motherboard/dimm23",
1315 "endpoints":
1316 [
1317 {
1318 "types":
1319 {
1320 "rType": "fault_inventory_object",
1321 "fType": "fault_led_group"
1322 },
1323 "paths":
1324 [
1325 "/xyz/openbmc_project/led/groups/ddimm23_fault"
1326 ]
1327 },
1328 {
1329 "types":
1330 {
1331 "rType": "identify_inventory_object",
1332 "fType": "identify_led_group"
1333 },
1334 "paths":
1335 [
1336 "/xyz/openbmc_project/led/groups/ddimm23_identify"
1337 ]
1338 }
1339 ]
1340 },
1341 {
1342 "path": "system/chassis/motherboard/dimm24",
1343 "endpoints":
1344 [
1345 {
1346 "types":
1347 {
1348 "rType": "fault_inventory_object",
1349 "fType": "fault_led_group"
1350 },
1351 "paths":
1352 [
1353 "/xyz/openbmc_project/led/groups/ddimm24_fault"
1354 ]
1355 },
1356 {
1357 "types":
1358 {
1359 "rType": "identify_inventory_object",
1360 "fType": "identify_led_group"
1361 },
1362 "paths":
1363 [
1364 "/xyz/openbmc_project/led/groups/ddimm24_identify"
1365 ]
1366 }
1367 ]
1368 },
1369 {
1370 "path": "system/chassis/motherboard/dimm25",
1371 "endpoints":
1372 [
1373 {
1374 "types":
1375 {
1376 "rType": "fault_inventory_object",
1377 "fType": "fault_led_group"
1378 },
1379 "paths":
1380 [
1381 "/xyz/openbmc_project/led/groups/ddimm25_fault"
1382 ]
1383 },
1384 {
1385 "types":
1386 {
1387 "rType": "identify_inventory_object",
1388 "fType": "identify_led_group"
1389 },
1390 "paths":
1391 [
1392 "/xyz/openbmc_project/led/groups/ddimm25_identify"
1393 ]
1394 }
1395 ]
1396 },
1397 {
1398 "path": "system/chassis/motherboard/dimm26",
1399 "endpoints":
1400 [
1401 {
1402 "types":
1403 {
1404 "rType": "fault_inventory_object",
1405 "fType": "fault_led_group"
1406 },
1407 "paths":
1408 [
1409 "/xyz/openbmc_project/led/groups/ddimm26_fault"
1410 ]
1411 },
1412 {
1413 "types":
1414 {
1415 "rType": "identify_inventory_object",
1416 "fType": "identify_led_group"
1417 },
1418 "paths":
1419 [
1420 "/xyz/openbmc_project/led/groups/ddimm26_identify"
1421 ]
1422 }
1423 ]
1424 },
1425 {
1426 "path": "system/chassis/motherboard/dimm27",
1427 "endpoints":
1428 [
1429 {
1430 "types":
1431 {
1432 "rType": "fault_inventory_object",
1433 "fType": "fault_led_group"
1434 },
1435 "paths":
1436 [
1437 "/xyz/openbmc_project/led/groups/ddimm27_fault"
1438 ]
1439 },
1440 {
1441 "types":
1442 {
1443 "rType": "identify_inventory_object",
1444 "fType": "identify_led_group"
1445 },
1446 "paths":
1447 [
1448 "/xyz/openbmc_project/led/groups/ddimm27_identify"
1449 ]
1450 }
1451 ]
1452 },
1453 {
1454 "path": "system/chassis/motherboard/dimm28",
1455 "endpoints":
1456 [
1457 {
1458 "types":
1459 {
1460 "rType": "fault_inventory_object",
1461 "fType": "fault_led_group"
1462 },
1463 "paths":
1464 [
1465 "/xyz/openbmc_project/led/groups/ddimm28_fault"
1466 ]
1467 },
1468 {
1469 "types":
1470 {
1471 "rType": "identify_inventory_object",
1472 "fType": "identify_led_group"
1473 },
1474 "paths":
1475 [
1476 "/xyz/openbmc_project/led/groups/ddimm28_identify"
1477 ]
1478 }
1479 ]
1480 },
1481 {
1482 "path": "system/chassis/motherboard/dimm29",
1483 "endpoints":
1484 [
1485 {
1486 "types":
1487 {
1488 "rType": "fault_inventory_object",
1489 "fType": "fault_led_group"
1490 },
1491 "paths":
1492 [
1493 "/xyz/openbmc_project/led/groups/ddimm29_fault"
1494 ]
1495 },
1496 {
1497 "types":
1498 {
1499 "rType": "identify_inventory_object",
1500 "fType": "identify_led_group"
1501 },
1502 "paths":
1503 [
1504 "/xyz/openbmc_project/led/groups/ddimm29_identify"
1505 ]
1506 }
1507 ]
1508 },
1509 {
1510 "path": "system/chassis/motherboard/dimm30",
1511 "endpoints":
1512 [
1513 {
1514 "types":
1515 {
1516 "rType": "fault_inventory_object",
1517 "fType": "fault_led_group"
1518 },
1519 "paths":
1520 [
1521 "/xyz/openbmc_project/led/groups/ddimm30_fault"
1522 ]
1523 },
1524 {
1525 "types":
1526 {
1527 "rType": "identify_inventory_object",
1528 "fType": "identify_led_group"
1529 },
1530 "paths":
1531 [
1532 "/xyz/openbmc_project/led/groups/ddimm30_identify"
1533 ]
1534 }
1535 ]
1536 },
1537 {
1538 "path": "system/chassis/motherboard/dimm31",
1539 "endpoints":
1540 [
1541 {
1542 "types":
1543 {
1544 "rType": "fault_inventory_object",
1545 "fType": "fault_led_group"
1546 },
1547 "paths":
1548 [
1549 "/xyz/openbmc_project/led/groups/ddimm31_fault"
1550 ]
1551 },
1552 {
1553 "types":
1554 {
1555 "rType": "identify_inventory_object",
1556 "fType": "identify_led_group"
1557 },
1558 "paths":
1559 [
1560 "/xyz/openbmc_project/led/groups/ddimm31_identify"
1561 ]
1562 }
1563 ]
1564 },
1565 {
1566 "path": "system/chassis/motherboard/vdd_vrm0",
1567 "endpoints":
1568 [
1569 {
1570 "types":
1571 {
1572 "rType": "fault_inventory_object",
1573 "fType": "fault_led_group"
1574 },
1575 "paths":
1576 [
1577 "/xyz/openbmc_project/led/groups/cpu0_vrm0_fault"
1578 ]
1579 },
1580 {
1581 "types":
1582 {
1583 "rType": "identify_inventory_object",
1584 "fType": "identify_led_group"
1585 },
1586 "paths":
1587 [
1588 "/xyz/openbmc_project/led/groups/cpu0_vrm0_identify"
1589 ]
1590 }
1591 ]
1592 },
1593 {
1594 "path": "system/chassis/motherboard/vdd_vrm1",
1595 "endpoints":
1596 [
1597 {
1598 "types":
1599 {
1600 "rType": "fault_inventory_object",
1601 "fType": "fault_led_group"
1602 },
1603 "paths":
1604 [
1605 "/xyz/openbmc_project/led/groups/cpu1_vrm0_fault"
1606 ]
1607 },
1608 {
1609 "types":
1610 {
1611 "rType": "identify_inventory_object",
1612 "fType": "identify_led_group"
1613 },
1614 "paths":
1615 [
1616 "/xyz/openbmc_project/led/groups/cpu1_vrm0_identify"
1617 ]
1618 }
1619 ]
1620 },
1621 {
1622 "path": "system/chassis/motherboard/tod_battery",
1623 "endpoints":
1624 [
1625 {
1626 "types":
1627 {
1628 "rType": "fault_inventory_object",
1629 "fType": "fault_led_group"
1630 },
1631 "paths":
1632 [
1633 "/xyz/openbmc_project/led/groups/rtc_battery_fault"
1634 ]
1635 },
1636 {
1637 "types":
1638 {
1639 "rType": "identify_inventory_object",
1640 "fType": "identify_led_group"
1641 },
1642 "paths":
1643 [
1644 "/xyz/openbmc_project/led/groups/rtc_battery_identify"
1645 ]
1646 }
1647 ]
1648 },
1649 {
1650 "path": "system/chassis/motherboard/tpm_wilson",
1651 "endpoints":
1652 [
1653 {
1654 "types":
1655 {
1656 "rType": "fault_inventory_object",
1657 "fType": "fault_led_group"
1658 },
1659 "paths":
1660 [
1661 "/xyz/openbmc_project/led/groups/tpm_wilson_fault"
1662 ]
1663 },
1664 {
1665 "types":
1666 {
1667 "rType": "identify_inventory_object",
1668 "fType": "identify_led_group"
1669 },
1670 "paths":
1671 [
1672 "/xyz/openbmc_project/led/groups/tpm_wilson_identify"
1673 ]
1674 }
1675 ]
1676 },
1677 {
1678 "path": "system/chassis/motherboard/pcieslot0",
1679 "endpoints":
1680 [
1681 {
1682 "types":
1683 {
1684 "rType": "fault_inventory_object",
1685 "fType": "fault_led_group"
1686 },
1687 "paths":
1688 [
1689 "/xyz/openbmc_project/led/groups/pcieslot0_fault"
1690 ]
1691 },
1692 {
1693 "types":
1694 {
1695 "rType": "identify_inventory_object",
1696 "fType": "identify_led_group"
1697 },
1698 "paths":
1699 [
1700 "/xyz/openbmc_project/led/groups/pcieslot0_identify"
1701 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001702 },
1703 {
1704 "types":
1705 {
1706 "rType": "inventory",
1707 "fType": "chassis"
1708 },
1709 "paths":
1710 [
1711 "/xyz/openbmc_project/inventory/system/chassis"
1712 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001713 }
1714 ]
1715 },
1716 {
1717 "path": "system/chassis/motherboard/pcieslot1",
1718 "endpoints":
1719 [
1720 {
1721 "types":
1722 {
1723 "rType": "fault_inventory_object",
1724 "fType": "fault_led_group"
1725 },
1726 "paths":
1727 [
1728 "/xyz/openbmc_project/led/groups/pcieslot1_fault"
1729 ]
1730 },
1731 {
1732 "types":
1733 {
1734 "rType": "identify_inventory_object",
1735 "fType": "identify_led_group"
1736 },
1737 "paths":
1738 [
1739 "/xyz/openbmc_project/led/groups/pcieslot1_identify"
1740 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001741 },
1742 {
1743 "types":
1744 {
1745 "rType": "inventory",
1746 "fType": "chassis"
1747 },
1748 "paths":
1749 [
1750 "/xyz/openbmc_project/inventory/system/chassis"
1751 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001752 }
1753 ]
1754 },
1755 {
1756 "path": "system/chassis/motherboard/pcieslot2",
1757 "endpoints":
1758 [
1759 {
1760 "types":
1761 {
1762 "rType": "fault_inventory_object",
1763 "fType": "fault_led_group"
1764 },
1765 "paths":
1766 [
1767 "/xyz/openbmc_project/led/groups/pcieslot2_fault"
1768 ]
1769 },
1770 {
1771 "types":
1772 {
1773 "rType": "identify_inventory_object",
1774 "fType": "identify_led_group"
1775 },
1776 "paths":
1777 [
1778 "/xyz/openbmc_project/led/groups/pcieslot2_identify"
1779 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001780 },
1781 {
1782 "types":
1783 {
1784 "rType": "inventory",
1785 "fType": "chassis"
1786 },
1787 "paths":
1788 [
1789 "/xyz/openbmc_project/inventory/system/chassis"
1790 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001791 }
1792 ]
1793 },
1794 {
1795 "path": "system/chassis/motherboard/pcieslot3",
1796 "endpoints":
1797 [
1798 {
1799 "types":
1800 {
1801 "rType": "fault_inventory_object",
1802 "fType": "fault_led_group"
1803 },
1804 "paths":
1805 [
1806 "/xyz/openbmc_project/led/groups/pcieslot3_fault"
1807 ]
1808 },
1809 {
1810 "types":
1811 {
1812 "rType": "identify_inventory_object",
1813 "fType": "identify_led_group"
1814 },
1815 "paths":
1816 [
1817 "/xyz/openbmc_project/led/groups/pcieslot3_identify"
1818 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001819 },
1820 {
1821 "types":
1822 {
1823 "rType": "inventory",
1824 "fType": "chassis"
1825 },
1826 "paths":
1827 [
1828 "/xyz/openbmc_project/inventory/system/chassis"
1829 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001830 }
1831 ]
1832 },
1833 {
1834 "path": "system/chassis/motherboard/pcieslot4",
1835 "endpoints":
1836 [
1837 {
1838 "types":
1839 {
1840 "rType": "fault_inventory_object",
1841 "fType": "fault_led_group"
1842 },
1843 "paths":
1844 [
1845 "/xyz/openbmc_project/led/groups/pcieslot4_fault"
1846 ]
1847 },
1848 {
1849 "types":
1850 {
1851 "rType": "identify_inventory_object",
1852 "fType": "identify_led_group"
1853 },
1854 "paths":
1855 [
1856 "/xyz/openbmc_project/led/groups/pcieslot4_identify"
1857 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001858 },
1859 {
1860 "types":
1861 {
1862 "rType": "inventory",
1863 "fType": "chassis"
1864 },
1865 "paths":
1866 [
1867 "/xyz/openbmc_project/inventory/system/chassis"
1868 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001869 }
1870 ]
1871 },
1872 {
1873 "path": "system/chassis/motherboard/pcieslot6",
1874 "endpoints":
1875 [
1876 {
1877 "types":
1878 {
1879 "rType": "fault_inventory_object",
1880 "fType": "fault_led_group"
1881 },
1882 "paths":
1883 [
1884 "/xyz/openbmc_project/led/groups/pcieslot6_fault"
1885 ]
1886 },
1887 {
1888 "types":
1889 {
1890 "rType": "identify_inventory_object",
1891 "fType": "identify_led_group"
1892 },
1893 "paths":
1894 [
1895 "/xyz/openbmc_project/led/groups/pcieslot6_identify"
1896 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001897 },
1898 {
1899 "types":
1900 {
1901 "rType": "inventory",
1902 "fType": "chassis"
1903 },
1904 "paths":
1905 [
1906 "/xyz/openbmc_project/inventory/system/chassis"
1907 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001908 }
1909 ]
1910 },
1911 {
1912 "path": "system/chassis/motherboard/pcieslot7",
1913 "endpoints":
1914 [
1915 {
1916 "types":
1917 {
1918 "rType": "fault_inventory_object",
1919 "fType": "fault_led_group"
1920 },
1921 "paths":
1922 [
1923 "/xyz/openbmc_project/led/groups/pcieslot7_fault"
1924 ]
1925 },
1926 {
1927 "types":
1928 {
1929 "rType": "identify_inventory_object",
1930 "fType": "identify_led_group"
1931 },
1932 "paths":
1933 [
1934 "/xyz/openbmc_project/led/groups/pcieslot7_identify"
1935 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001936 },
1937 {
1938 "types":
1939 {
1940 "rType": "inventory",
1941 "fType": "chassis"
1942 },
1943 "paths":
1944 [
1945 "/xyz/openbmc_project/inventory/system/chassis"
1946 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001947 }
1948 ]
1949 },
1950 {
1951 "path": "system/chassis/motherboard/pcieslot8",
1952 "endpoints":
1953 [
1954 {
1955 "types":
1956 {
1957 "rType": "fault_inventory_object",
1958 "fType": "fault_led_group"
1959 },
1960 "paths":
1961 [
1962 "/xyz/openbmc_project/led/groups/pcieslot8_fault"
1963 ]
1964 },
1965 {
1966 "types":
1967 {
1968 "rType": "identify_inventory_object",
1969 "fType": "identify_led_group"
1970 },
1971 "paths":
1972 [
1973 "/xyz/openbmc_project/led/groups/pcieslot8_identify"
1974 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001975 },
1976 {
1977 "types":
1978 {
1979 "rType": "inventory",
1980 "fType": "chassis"
1981 },
1982 "paths":
1983 [
1984 "/xyz/openbmc_project/inventory/system/chassis"
1985 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001986 }
1987 ]
1988 },
1989 {
1990 "path": "system/chassis/motherboard/pcieslot9",
1991 "endpoints":
1992 [
1993 {
1994 "types":
1995 {
1996 "rType": "fault_inventory_object",
1997 "fType": "fault_led_group"
1998 },
1999 "paths":
2000 [
2001 "/xyz/openbmc_project/led/groups/pcieslot9_fault"
2002 ]
2003 },
2004 {
2005 "types":
2006 {
2007 "rType": "identify_inventory_object",
2008 "fType": "identify_led_group"
2009 },
2010 "paths":
2011 [
2012 "/xyz/openbmc_project/led/groups/pcieslot9_identify"
2013 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002014 },
2015 {
2016 "types":
2017 {
2018 "rType": "inventory",
2019 "fType": "chassis"
2020 },
2021 "paths":
2022 [
2023 "/xyz/openbmc_project/inventory/system/chassis"
2024 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002025 }
2026 ]
2027 },
2028 {
2029 "path": "system/chassis/motherboard/pcieslot10",
2030 "endpoints":
2031 [
2032 {
2033 "types":
2034 {
2035 "rType": "fault_inventory_object",
2036 "fType": "fault_led_group"
2037 },
2038 "paths":
2039 [
2040 "/xyz/openbmc_project/led/groups/pcieslot10_fault"
2041 ]
2042 },
2043 {
2044 "types":
2045 {
2046 "rType": "identify_inventory_object",
2047 "fType": "identify_led_group"
2048 },
2049 "paths":
2050 [
2051 "/xyz/openbmc_project/led/groups/pcieslot10_identify"
2052 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002053 },
2054 {
2055 "types":
2056 {
2057 "rType": "inventory",
2058 "fType": "chassis"
2059 },
2060 "paths":
2061 [
2062 "/xyz/openbmc_project/inventory/system/chassis"
2063 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002064 }
2065 ]
2066 },
2067 {
2068 "path": "system/chassis/motherboard/pcieslot11",
2069 "endpoints":
2070 [
2071 {
2072 "types":
2073 {
2074 "rType": "fault_inventory_object",
2075 "fType": "fault_led_group"
2076 },
2077 "paths":
2078 [
2079 "/xyz/openbmc_project/led/groups/pcieslot11_fault"
2080 ]
2081 },
2082 {
2083 "types":
2084 {
2085 "rType": "identify_inventory_object",
2086 "fType": "identify_led_group"
2087 },
2088 "paths":
2089 [
2090 "/xyz/openbmc_project/led/groups/pcieslot11_identify"
2091 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002092 },
2093 {
2094 "types":
2095 {
2096 "rType": "inventory",
2097 "fType": "chassis"
2098 },
2099 "paths":
2100 [
2101 "/xyz/openbmc_project/inventory/system/chassis"
2102 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002103 }
2104 ]
2105 },
2106 {
2107 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_top",
2108 "endpoints":
2109 [
2110 {
2111 "types":
2112 {
2113 "rType": "fault_inventory_object",
2114 "fType": "fault_led_group"
2115 },
2116 "paths":
2117 [
2118 "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_fault"
2119 ]
2120 },
2121 {
2122 "types":
2123 {
2124 "rType": "identify_inventory_object",
2125 "fType": "identify_led_group"
2126 },
2127 "paths":
2128 [
2129 "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_identify"
2130 ]
2131 }
2132 ]
2133 },
2134 {
2135 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_bot",
2136 "endpoints":
2137 [
2138 {
2139 "types":
2140 {
2141 "rType": "fault_inventory_object",
2142 "fType": "fault_led_group"
2143 },
2144 "paths":
2145 [
2146 "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_fault"
2147 ]
2148 },
2149 {
2150 "types":
2151 {
2152 "rType": "identify_inventory_object",
2153 "fType": "identify_led_group"
2154 },
2155 "paths":
2156 [
2157 "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_identify"
2158 ]
2159 }
2160 ]
2161 },
2162 {
2163 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_top",
2164 "endpoints":
2165 [
2166 {
2167 "types":
2168 {
2169 "rType": "fault_inventory_object",
2170 "fType": "fault_led_group"
2171 },
2172 "paths":
2173 [
2174 "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_fault"
2175 ]
2176 },
2177 {
2178 "types":
2179 {
2180 "rType": "identify_inventory_object",
2181 "fType": "identify_led_group"
2182 },
2183 "paths":
2184 [
2185 "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_identify"
2186 ]
2187 }
2188 ]
2189 },
2190 {
2191 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_bot",
2192 "endpoints":
2193 [
2194 {
2195 "types":
2196 {
2197 "rType": "fault_inventory_object",
2198 "fType": "fault_led_group"
2199 },
2200 "paths":
2201 [
2202 "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_fault"
2203 ]
2204 },
2205 {
2206 "types":
2207 {
2208 "rType": "identify_inventory_object",
2209 "fType": "identify_led_group"
2210 },
2211 "paths":
2212 [
2213 "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_identify"
2214 ]
2215 }
2216 ]
2217 },
2218 {
2219 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_top",
2220 "endpoints":
2221 [
2222 {
2223 "types":
2224 {
2225 "rType": "fault_inventory_object",
2226 "fType": "fault_led_group"
2227 },
2228 "paths":
2229 [
2230 "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_fault"
2231 ]
2232 },
2233 {
2234 "types":
2235 {
2236 "rType": "identify_inventory_object",
2237 "fType": "identify_led_group"
2238 },
2239 "paths":
2240 [
2241 "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_identify"
2242 ]
2243 }
2244 ]
2245 },
2246 {
2247 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_bot",
2248 "endpoints":
2249 [
2250 {
2251 "types":
2252 {
2253 "rType": "fault_inventory_object",
2254 "fType": "fault_led_group"
2255 },
2256 "paths":
2257 [
2258 "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_fault"
2259 ]
2260 },
2261 {
2262 "types":
2263 {
2264 "rType": "identify_inventory_object",
2265 "fType": "identify_led_group"
2266 },
2267 "paths":
2268 [
2269 "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_identify"
2270 ]
2271 }
2272 ]
2273 },
2274 {
2275 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_top",
2276 "endpoints":
2277 [
2278 {
2279 "types":
2280 {
2281 "rType": "fault_inventory_object",
2282 "fType": "fault_led_group"
2283 },
2284 "paths":
2285 [
2286 "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_fault"
2287 ]
2288 },
2289 {
2290 "types":
2291 {
2292 "rType": "identify_inventory_object",
2293 "fType": "identify_led_group"
2294 },
2295 "paths":
2296 [
2297 "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_identify"
2298 ]
2299 }
2300 ]
2301 },
2302 {
2303 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_bot",
2304 "endpoints":
2305 [
2306 {
2307 "types":
2308 {
2309 "rType": "fault_inventory_object",
2310 "fType": "fault_led_group"
2311 },
2312 "paths":
2313 [
2314 "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_fault"
2315 ]
2316 },
2317 {
2318 "types":
2319 {
2320 "rType": "identify_inventory_object",
2321 "fType": "identify_led_group"
2322 },
2323 "paths":
2324 [
2325 "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_identify"
2326 ]
2327 }
2328 ]
2329 },
2330 {
2331 "path": "system/chassis/motherboard/disk_backplane0",
2332 "endpoints":
2333 [
2334 {
2335 "types":
2336 {
2337 "rType": "fault_inventory_object",
2338 "fType": "fault_led_group"
2339 },
2340 "paths":
2341 [
2342 "/xyz/openbmc_project/led/groups/dasd_pyramid0_fault"
2343 ]
2344 },
2345 {
2346 "types":
2347 {
2348 "rType": "identify_inventory_object",
2349 "fType": "identify_led_group"
2350 },
2351 "paths":
2352 [
2353 "/xyz/openbmc_project/led/groups/dasd_pyramid0_identify"
2354 ]
2355 }
2356 ]
2357 },
2358 {
2359 "path": "system/chassis/motherboard/disk_backplane1",
2360 "endpoints":
2361 [
2362 {
2363 "types":
2364 {
2365 "rType": "fault_inventory_object",
2366 "fType": "fault_led_group"
2367 },
2368 "paths":
2369 [
2370 "/xyz/openbmc_project/led/groups/dasd_pyramid1_fault"
2371 ]
2372 },
2373 {
2374 "types":
2375 {
2376 "rType": "identify_inventory_object",
2377 "fType": "identify_led_group"
2378 },
2379 "paths":
2380 [
2381 "/xyz/openbmc_project/led/groups/dasd_pyramid1_identify"
2382 ]
2383 }
2384 ]
2385 },
2386 {
2387 "path": "system/chassis/motherboard/disk_backplane2",
2388 "endpoints":
2389 [
2390 {
2391 "types":
2392 {
2393 "rType": "fault_inventory_object",
2394 "fType": "fault_led_group"
2395 },
2396 "paths":
2397 [
2398 "/xyz/openbmc_project/led/groups/dasd_pyramid2_fault"
2399 ]
2400 },
2401 {
2402 "types":
2403 {
2404 "rType": "identify_inventory_object",
2405 "fType": "identify_led_group"
2406 },
2407 "paths":
2408 [
2409 "/xyz/openbmc_project/led/groups/dasd_pyramid2_identify"
2410 ]
2411 }
2412 ]
2413 },
2414 {
2415 "path": "system/chassis/motherboard/disk_backplane0/nvme0",
2416 "endpoints":
2417 [
2418 {
2419 "types":
2420 {
2421 "rType": "fault_inventory_object",
2422 "fType": "fault_led_group"
2423 },
2424 "paths":
2425 [
2426 "/xyz/openbmc_project/led/groups/nvme0_fault"
2427 ]
2428 },
2429 {
2430 "types":
2431 {
2432 "rType": "identify_inventory_object",
2433 "fType": "identify_led_group"
2434 },
2435 "paths":
2436 [
2437 "/xyz/openbmc_project/led/groups/nvme0_identify"
2438 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002439 },
2440 {
2441 "types":
2442 {
2443 "rType": "inventory",
2444 "fType": "chassis"
2445 },
2446 "paths":
2447 [
2448 "/xyz/openbmc_project/inventory/system/chassis"
2449 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002450 }
2451 ]
2452 },
2453 {
2454 "path": "system/chassis/motherboard/disk_backplane0/nvme1",
2455 "endpoints":
2456 [
2457 {
2458 "types":
2459 {
2460 "rType": "fault_inventory_object",
2461 "fType": "fault_led_group"
2462 },
2463 "paths":
2464 [
2465 "/xyz/openbmc_project/led/groups/nvme1_fault"
2466 ]
2467 },
2468 {
2469 "types":
2470 {
2471 "rType": "identify_inventory_object",
2472 "fType": "identify_led_group"
2473 },
2474 "paths":
2475 [
2476 "/xyz/openbmc_project/led/groups/nvme1_identify"
2477 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002478 },
2479 {
2480 "types":
2481 {
2482 "rType": "inventory",
2483 "fType": "chassis"
2484 },
2485 "paths":
2486 [
2487 "/xyz/openbmc_project/inventory/system/chassis"
2488 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002489 }
2490 ]
2491 },
2492 {
2493 "path": "system/chassis/motherboard/disk_backplane0/nvme2",
2494 "endpoints":
2495 [
2496 {
2497 "types":
2498 {
2499 "rType": "fault_inventory_object",
2500 "fType": "fault_led_group"
2501 },
2502 "paths":
2503 [
2504 "/xyz/openbmc_project/led/groups/nvme2_fault"
2505 ]
2506 },
2507 {
2508 "types":
2509 {
2510 "rType": "identify_inventory_object",
2511 "fType": "identify_led_group"
2512 },
2513 "paths":
2514 [
2515 "/xyz/openbmc_project/led/groups/nvme2_identify"
2516 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002517 },
2518 {
2519 "types":
2520 {
2521 "rType": "inventory",
2522 "fType": "chassis"
2523 },
2524 "paths":
2525 [
2526 "/xyz/openbmc_project/inventory/system/chassis"
2527 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002528 }
2529 ]
2530 },
2531 {
2532 "path": "system/chassis/motherboard/disk_backplane0/nvme3",
2533 "endpoints":
2534 [
2535 {
2536 "types":
2537 {
2538 "rType": "fault_inventory_object",
2539 "fType": "fault_led_group"
2540 },
2541 "paths":
2542 [
2543 "/xyz/openbmc_project/led/groups/nvme3_fault"
2544 ]
2545 },
2546 {
2547 "types":
2548 {
2549 "rType": "identify_inventory_object",
2550 "fType": "identify_led_group"
2551 },
2552 "paths":
2553 [
2554 "/xyz/openbmc_project/led/groups/nvme3_identify"
2555 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002556 },
2557 {
2558 "types":
2559 {
2560 "rType": "inventory",
2561 "fType": "chassis"
2562 },
2563 "paths":
2564 [
2565 "/xyz/openbmc_project/inventory/system/chassis"
2566 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002567 }
2568 ]
2569 },
2570 {
2571 "path": "system/chassis/motherboard/disk_backplane0/nvme4",
2572 "endpoints":
2573 [
2574 {
2575 "types":
2576 {
2577 "rType": "fault_inventory_object",
2578 "fType": "fault_led_group"
2579 },
2580 "paths":
2581 [
2582 "/xyz/openbmc_project/led/groups/nvme4_fault"
2583 ]
2584 },
2585 {
2586 "types":
2587 {
2588 "rType": "identify_inventory_object",
2589 "fType": "identify_led_group"
2590 },
2591 "paths":
2592 [
2593 "/xyz/openbmc_project/led/groups/nvme4_identify"
2594 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002595 },
2596 {
2597 "types":
2598 {
2599 "rType": "inventory",
2600 "fType": "chassis"
2601 },
2602 "paths":
2603 [
2604 "/xyz/openbmc_project/inventory/system/chassis"
2605 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002606 }
2607 ]
2608 },
2609 {
2610 "path": "system/chassis/motherboard/disk_backplane0/nvme5",
2611 "endpoints":
2612 [
2613 {
2614 "types":
2615 {
2616 "rType": "fault_inventory_object",
2617 "fType": "fault_led_group"
2618 },
2619 "paths":
2620 [
2621 "/xyz/openbmc_project/led/groups/nvme5_fault"
2622 ]
2623 },
2624 {
2625 "types":
2626 {
2627 "rType": "identify_inventory_object",
2628 "fType": "identify_led_group"
2629 },
2630 "paths":
2631 [
2632 "/xyz/openbmc_project/led/groups/nvme5_identify"
2633 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002634 },
2635 {
2636 "types":
2637 {
2638 "rType": "inventory",
2639 "fType": "chassis"
2640 },
2641 "paths":
2642 [
2643 "/xyz/openbmc_project/inventory/system/chassis"
2644 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002645 }
2646 ]
2647 },
2648 {
2649 "path": "system/chassis/motherboard/disk_backplane0/nvme6",
2650 "endpoints":
2651 [
2652 {
2653 "types":
2654 {
2655 "rType": "fault_inventory_object",
2656 "fType": "fault_led_group"
2657 },
2658 "paths":
2659 [
2660 "/xyz/openbmc_project/led/groups/nvme6_fault"
2661 ]
2662 },
2663 {
2664 "types":
2665 {
2666 "rType": "identify_inventory_object",
2667 "fType": "identify_led_group"
2668 },
2669 "paths":
2670 [
2671 "/xyz/openbmc_project/led/groups/nvme6_identify"
2672 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002673 },
2674 {
2675 "types":
2676 {
2677 "rType": "inventory",
2678 "fType": "chassis"
2679 },
2680 "paths":
2681 [
2682 "/xyz/openbmc_project/inventory/system/chassis"
2683 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002684 }
2685 ]
2686 },
2687 {
2688 "path": "system/chassis/motherboard/disk_backplane0/nvme7",
2689 "endpoints":
2690 [
2691 {
2692 "types":
2693 {
2694 "rType": "fault_inventory_object",
2695 "fType": "fault_led_group"
2696 },
2697 "paths":
2698 [
2699 "/xyz/openbmc_project/led/groups/nvme7_fault"
2700 ]
2701 },
2702 {
2703 "types":
2704 {
2705 "rType": "identify_inventory_object",
2706 "fType": "identify_led_group"
2707 },
2708 "paths":
2709 [
2710 "/xyz/openbmc_project/led/groups/nvme7_identify"
2711 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002712 },
2713 {
2714 "types":
2715 {
2716 "rType": "inventory",
2717 "fType": "chassis"
2718 },
2719 "paths":
2720 [
2721 "/xyz/openbmc_project/inventory/system/chassis"
2722 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002723 }
2724 ]
2725 },
2726 {
2727 "path": "system/chassis/motherboard/disk_backplane1/nvme0",
2728 "endpoints":
2729 [
2730 {
2731 "types":
2732 {
2733 "rType": "fault_inventory_object",
2734 "fType": "fault_led_group"
2735 },
2736 "paths":
2737 [
2738 "/xyz/openbmc_project/led/groups/nvme8_fault"
2739 ]
2740 },
2741 {
2742 "types":
2743 {
2744 "rType": "identify_inventory_object",
2745 "fType": "identify_led_group"
2746 },
2747 "paths":
2748 [
2749 "/xyz/openbmc_project/led/groups/nvme8_identify"
2750 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002751 },
2752 {
2753 "types":
2754 {
2755 "rType": "inventory",
2756 "fType": "chassis"
2757 },
2758 "paths":
2759 [
2760 "/xyz/openbmc_project/inventory/system/chassis"
2761 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002762 }
2763 ]
2764 },
2765 {
2766 "path": "system/chassis/motherboard/disk_backplane1/nvme1",
2767 "endpoints":
2768 [
2769 {
2770 "types":
2771 {
2772 "rType": "fault_inventory_object",
2773 "fType": "fault_led_group"
2774 },
2775 "paths":
2776 [
2777 "/xyz/openbmc_project/led/groups/nvme9_fault"
2778 ]
2779 },
2780 {
2781 "types":
2782 {
2783 "rType": "identify_inventory_object",
2784 "fType": "identify_led_group"
2785 },
2786 "paths":
2787 [
2788 "/xyz/openbmc_project/led/groups/nvme9_identify"
2789 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002790 },
2791 {
2792 "types":
2793 {
2794 "rType": "inventory",
2795 "fType": "chassis"
2796 },
2797 "paths":
2798 [
2799 "/xyz/openbmc_project/inventory/system/chassis"
2800 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002801 }
2802 ]
2803 },
2804 {
2805 "path": "system/chassis/motherboard/disk_backplane1/nvme2",
2806 "endpoints":
2807 [
2808 {
2809 "types":
2810 {
2811 "rType": "fault_inventory_object",
2812 "fType": "fault_led_group"
2813 },
2814 "paths":
2815 [
2816 "/xyz/openbmc_project/led/groups/nvme10_fault"
2817 ]
2818 },
2819 {
2820 "types":
2821 {
2822 "rType": "identify_inventory_object",
2823 "fType": "identify_led_group"
2824 },
2825 "paths":
2826 [
2827 "/xyz/openbmc_project/led/groups/nvme10_identify"
2828 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002829 },
2830 {
2831 "types":
2832 {
2833 "rType": "inventory",
2834 "fType": "chassis"
2835 },
2836 "paths":
2837 [
2838 "/xyz/openbmc_project/inventory/system/chassis"
2839 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002840 }
2841 ]
2842 },
2843 {
2844 "path": "system/chassis/motherboard/disk_backplane1/nvme3",
2845 "endpoints":
2846 [
2847 {
2848 "types":
2849 {
2850 "rType": "fault_inventory_object",
2851 "fType": "fault_led_group"
2852 },
2853 "paths":
2854 [
2855 "/xyz/openbmc_project/led/groups/nvme11_fault"
2856 ]
2857 },
2858 {
2859 "types":
2860 {
2861 "rType": "identify_inventory_object",
2862 "fType": "identify_led_group"
2863 },
2864 "paths":
2865 [
2866 "/xyz/openbmc_project/led/groups/nvme11_identify"
2867 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002868 },
2869 {
2870 "types":
2871 {
2872 "rType": "inventory",
2873 "fType": "chassis"
2874 },
2875 "paths":
2876 [
2877 "/xyz/openbmc_project/inventory/system/chassis"
2878 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002879 }
2880 ]
2881 },
2882 {
2883 "path": "system/chassis/motherboard/disk_backplane1/nvme4",
2884 "endpoints":
2885 [
2886 {
2887 "types":
2888 {
2889 "rType": "fault_inventory_object",
2890 "fType": "fault_led_group"
2891 },
2892 "paths":
2893 [
2894 "/xyz/openbmc_project/led/groups/nvme12_fault"
2895 ]
2896 },
2897 {
2898 "types":
2899 {
2900 "rType": "identify_inventory_object",
2901 "fType": "identify_led_group"
2902 },
2903 "paths":
2904 [
2905 "/xyz/openbmc_project/led/groups/nvme12_identify"
2906 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002907 },
2908 {
2909 "types":
2910 {
2911 "rType": "inventory",
2912 "fType": "chassis"
2913 },
2914 "paths":
2915 [
2916 "/xyz/openbmc_project/inventory/system/chassis"
2917 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002918 }
2919 ]
2920 },
2921 {
2922 "path": "system/chassis/motherboard/disk_backplane1/nvme5",
2923 "endpoints":
2924 [
2925 {
2926 "types":
2927 {
2928 "rType": "fault_inventory_object",
2929 "fType": "fault_led_group"
2930 },
2931 "paths":
2932 [
2933 "/xyz/openbmc_project/led/groups/nvme13_fault"
2934 ]
2935 },
2936 {
2937 "types":
2938 {
2939 "rType": "identify_inventory_object",
2940 "fType": "identify_led_group"
2941 },
2942 "paths":
2943 [
2944 "/xyz/openbmc_project/led/groups/nvme13_identify"
2945 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002946 },
2947 {
2948 "types":
2949 {
2950 "rType": "inventory",
2951 "fType": "chassis"
2952 },
2953 "paths":
2954 [
2955 "/xyz/openbmc_project/inventory/system/chassis"
2956 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002957 }
2958 ]
2959 },
2960 {
2961 "path": "system/chassis/motherboard/disk_backplane1/nvme6",
2962 "endpoints":
2963 [
2964 {
2965 "types":
2966 {
2967 "rType": "fault_inventory_object",
2968 "fType": "fault_led_group"
2969 },
2970 "paths":
2971 [
2972 "/xyz/openbmc_project/led/groups/nvme14_fault"
2973 ]
2974 },
2975 {
2976 "types":
2977 {
2978 "rType": "identify_inventory_object",
2979 "fType": "identify_led_group"
2980 },
2981 "paths":
2982 [
2983 "/xyz/openbmc_project/led/groups/nvme14_identify"
2984 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002985 },
2986 {
2987 "types":
2988 {
2989 "rType": "inventory",
2990 "fType": "chassis"
2991 },
2992 "paths":
2993 [
2994 "/xyz/openbmc_project/inventory/system/chassis"
2995 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002996 }
2997 ]
2998 },
2999 {
3000 "path": "system/chassis/motherboard/disk_backplane1/nvme7",
3001 "endpoints":
3002 [
3003 {
3004 "types":
3005 {
3006 "rType": "fault_inventory_object",
3007 "fType": "fault_led_group"
3008 },
3009 "paths":
3010 [
3011 "/xyz/openbmc_project/led/groups/nvme15_fault"
3012 ]
3013 },
3014 {
3015 "types":
3016 {
3017 "rType": "identify_inventory_object",
3018 "fType": "identify_led_group"
3019 },
3020 "paths":
3021 [
3022 "/xyz/openbmc_project/led/groups/nvme15_identify"
3023 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003024 },
3025 {
3026 "types":
3027 {
3028 "rType": "inventory",
3029 "fType": "chassis"
3030 },
3031 "paths":
3032 [
3033 "/xyz/openbmc_project/inventory/system/chassis"
3034 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003035 }
3036 ]
3037 },
3038 {
3039 "path": "system/chassis/motherboard/disk_backplane2/nvme0",
3040 "endpoints":
3041 [
3042 {
3043 "types":
3044 {
3045 "rType": "fault_inventory_object",
3046 "fType": "fault_led_group"
3047 },
3048 "paths":
3049 [
3050 "/xyz/openbmc_project/led/groups/nvme16_fault"
3051 ]
3052 },
3053 {
3054 "types":
3055 {
3056 "rType": "identify_inventory_object",
3057 "fType": "identify_led_group"
3058 },
3059 "paths":
3060 [
3061 "/xyz/openbmc_project/led/groups/nvme16_identify"
3062 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003063 },
3064 {
3065 "types":
3066 {
3067 "rType": "inventory",
3068 "fType": "chassis"
3069 },
3070 "paths":
3071 [
3072 "/xyz/openbmc_project/inventory/system/chassis"
3073 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003074 }
3075 ]
3076 },
3077 {
3078 "path": "system/chassis/motherboard/disk_backplane2/nvme1",
3079 "endpoints":
3080 [
3081 {
3082 "types":
3083 {
3084 "rType": "fault_inventory_object",
3085 "fType": "fault_led_group"
3086 },
3087 "paths":
3088 [
3089 "/xyz/openbmc_project/led/groups/nvme17_fault"
3090 ]
3091 },
3092 {
3093 "types":
3094 {
3095 "rType": "identify_inventory_object",
3096 "fType": "identify_led_group"
3097 },
3098 "paths":
3099 [
3100 "/xyz/openbmc_project/led/groups/nvme17_identify"
3101 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003102 },
3103 {
3104 "types":
3105 {
3106 "rType": "inventory",
3107 "fType": "chassis"
3108 },
3109 "paths":
3110 [
3111 "/xyz/openbmc_project/inventory/system/chassis"
3112 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003113 }
3114 ]
3115 },
3116 {
3117 "path": "system/chassis/motherboard/disk_backplane2/nvme2",
3118 "endpoints":
3119 [
3120 {
3121 "types":
3122 {
3123 "rType": "fault_inventory_object",
3124 "fType": "fault_led_group"
3125 },
3126 "paths":
3127 [
3128 "/xyz/openbmc_project/led/groups/nvme18_fault"
3129 ]
3130 },
3131 {
3132 "types":
3133 {
3134 "rType": "identify_inventory_object",
3135 "fType": "identify_led_group"
3136 },
3137 "paths":
3138 [
3139 "/xyz/openbmc_project/led/groups/nvme18_identify"
3140 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003141 },
3142 {
3143 "types":
3144 {
3145 "rType": "inventory",
3146 "fType": "chassis"
3147 },
3148 "paths":
3149 [
3150 "/xyz/openbmc_project/inventory/system/chassis"
3151 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003152 }
3153 ]
3154 },
3155 {
3156 "path": "system/chassis/motherboard/disk_backplane2/nvme3",
3157 "endpoints":
3158 [
3159 {
3160 "types":
3161 {
3162 "rType": "fault_inventory_object",
3163 "fType": "fault_led_group"
3164 },
3165 "paths":
3166 [
3167 "/xyz/openbmc_project/led/groups/nvme19_fault"
3168 ]
3169 },
3170 {
3171 "types":
3172 {
3173 "rType": "identify_inventory_object",
3174 "fType": "identify_led_group"
3175 },
3176 "paths":
3177 [
3178 "/xyz/openbmc_project/led/groups/nvme19_identify"
3179 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003180 },
3181 {
3182 "types":
3183 {
3184 "rType": "inventory",
3185 "fType": "chassis"
3186 },
3187 "paths":
3188 [
3189 "/xyz/openbmc_project/inventory/system/chassis"
3190 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003191 }
3192 ]
3193 },
3194 {
3195 "path": "system/chassis/motherboard/disk_backplane2/nvme4",
3196 "endpoints":
3197 [
3198 {
3199 "types":
3200 {
3201 "rType": "fault_inventory_object",
3202 "fType": "fault_led_group"
3203 },
3204 "paths":
3205 [
3206 "/xyz/openbmc_project/led/groups/nvme20_fault"
3207 ]
3208 },
3209 {
3210 "types":
3211 {
3212 "rType": "identify_inventory_object",
3213 "fType": "identify_led_group"
3214 },
3215 "paths":
3216 [
3217 "/xyz/openbmc_project/led/groups/nvme20_identify"
3218 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003219 },
3220 {
3221 "types":
3222 {
3223 "rType": "inventory",
3224 "fType": "chassis"
3225 },
3226 "paths":
3227 [
3228 "/xyz/openbmc_project/inventory/system/chassis"
3229 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003230 }
3231 ]
3232 },
3233 {
3234 "path": "system/chassis/motherboard/disk_backplane2/nvme5",
3235 "endpoints":
3236 [
3237 {
3238 "types":
3239 {
3240 "rType": "fault_inventory_object",
3241 "fType": "fault_led_group"
3242 },
3243 "paths":
3244 [
3245 "/xyz/openbmc_project/led/groups/nvme21_fault"
3246 ]
3247 },
3248 {
3249 "types":
3250 {
3251 "rType": "identify_inventory_object",
3252 "fType": "identify_led_group"
3253 },
3254 "paths":
3255 [
3256 "/xyz/openbmc_project/led/groups/nvme21_identify"
3257 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003258 },
3259 {
3260 "types":
3261 {
3262 "rType": "inventory",
3263 "fType": "chassis"
3264 },
3265 "paths":
3266 [
3267 "/xyz/openbmc_project/inventory/system/chassis"
3268 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003269 }
3270 ]
3271 },
3272 {
3273 "path": "system/chassis/motherboard/disk_backplane2/nvme6",
3274 "endpoints":
3275 [
3276 {
3277 "types":
3278 {
3279 "rType": "fault_inventory_object",
3280 "fType": "fault_led_group"
3281 },
3282 "paths":
3283 [
3284 "/xyz/openbmc_project/led/groups/nvme22_fault"
3285 ]
3286 },
3287 {
3288 "types":
3289 {
3290 "rType": "identify_inventory_object",
3291 "fType": "identify_led_group"
3292 },
3293 "paths":
3294 [
3295 "/xyz/openbmc_project/led/groups/nvme22_identify"
3296 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003297 },
3298 {
3299 "types":
3300 {
3301 "rType": "inventory",
3302 "fType": "chassis"
3303 },
3304 "paths":
3305 [
3306 "/xyz/openbmc_project/inventory/system/chassis"
3307 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003308 }
3309 ]
3310 },
3311 {
3312 "path": "system/chassis/motherboard/disk_backplane2/nvme7",
3313 "endpoints":
3314 [
3315 {
3316 "types":
3317 {
3318 "rType": "fault_inventory_object",
3319 "fType": "fault_led_group"
3320 },
3321 "paths":
3322 [
3323 "/xyz/openbmc_project/led/groups/nvme23_fault"
3324 ]
3325 },
3326 {
3327 "types":
3328 {
3329 "rType": "identify_inventory_object",
3330 "fType": "identify_led_group"
3331 },
3332 "paths":
3333 [
3334 "/xyz/openbmc_project/led/groups/nvme23_identify"
3335 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003336 },
3337 {
3338 "types":
3339 {
3340 "rType": "inventory",
3341 "fType": "chassis"
3342 },
3343 "paths":
3344 [
3345 "/xyz/openbmc_project/inventory/system/chassis"
3346 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003347 }
3348 ]
Matt Spinler47162542021-03-02 15:00:09 -06003349 }
3350 ]
3351}