blob: 7841a966a4f2ec5dff5dd05b43b6898c6a788390 [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",
264 "/xyz/openbmc_project/sensors/fan_tach/fan4_0"
265 ]
266 }
267 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600268 },
269 {
270 "path": "system/chassis/motherboard/powersupply0",
271 "endpoints":
272 [
273 {
274 "types":
275 {
276 "rType": "fault_inventory_object",
277 "fType": "fault_led_group"
278 },
279 "paths":
280 [
281 "/xyz/openbmc_project/led/groups/powersupply0_fault"
282 ]
283 },
284 {
285 "types":
286 {
287 "rType": "identify_inventory_object",
288 "fType": "identify_led_group"
289 },
290 "paths":
291 [
292 "/xyz/openbmc_project/led/groups/powersupply0_identify"
293 ]
294 }
295 ]
296 },
297 {
298 "path": "system/chassis/motherboard/powersupply1",
299 "endpoints":
300 [
301 {
302 "types":
303 {
304 "rType": "fault_inventory_object",
305 "fType": "fault_led_group"
306 },
307 "paths":
308 [
309 "/xyz/openbmc_project/led/groups/powersupply1_fault"
310 ]
311 },
312 {
313 "types":
314 {
315 "rType": "identify_inventory_object",
316 "fType": "identify_led_group"
317 },
318 "paths":
319 [
320 "/xyz/openbmc_project/led/groups/powersupply1_identify"
321 ]
322 }
323 ]
324 },
325 {
326 "path": "system/chassis/motherboard",
327 "endpoints":
328 [
329 {
330 "types":
331 {
332 "rType": "fault_inventory_object",
333 "fType": "fault_led_group"
334 },
335 "paths":
336 [
337 "/xyz/openbmc_project/led/groups/planar_fault"
338 ]
339 },
340 {
341 "types":
342 {
343 "rType": "identify_inventory_object",
344 "fType": "identify_led_group"
345 },
346 "paths":
347 [
348 "/xyz/openbmc_project/led/groups/planar_identify"
349 ]
350 }
351 ]
352 },
353 {
354 "path": "system/chassis/motherboard/base_op_panel_blyth",
355 "endpoints":
356 [
357 {
358 "types":
359 {
360 "rType": "fault_inventory_object",
361 "fType": "fault_led_group"
362 },
363 "paths":
364 [
365 "/xyz/openbmc_project/led/groups/base_blyth_fault"
366 ]
367 },
368 {
369 "types":
370 {
371 "rType": "identify_inventory_object",
372 "fType": "identify_led_group"
373 },
374 "paths":
375 [
376 "/xyz/openbmc_project/led/groups/base_blyth_identify"
377 ]
378 }
379 ]
380 },
381 {
382 "path": "system/chassis/motherboard/lcd_op_panel_hill",
383 "endpoints":
384 [
385 {
386 "types":
387 {
388 "rType": "fault_inventory_object",
389 "fType": "fault_led_group"
390 },
391 "paths":
392 [
393 "/xyz/openbmc_project/led/groups/lcd_russel_fault"
394 ]
395 },
396 {
397 "types":
398 {
399 "rType": "identify_inventory_object",
400 "fType": "identify_led_group"
401 },
402 "paths":
403 [
404 "/xyz/openbmc_project/led/groups/lcd_russel_identify"
405 ]
406 }
407 ]
408 },
409 {
410 "path": "system/chassis/motherboard/ebmc_card_bmc",
411 "endpoints":
412 [
413 {
414 "types":
415 {
416 "rType": "fault_inventory_object",
417 "fType": "fault_led_group"
418 },
419 "paths":
420 [
421 "/xyz/openbmc_project/led/groups/bmc_ingraham_fault"
422 ]
423 },
424 {
425 "types":
426 {
427 "rType": "identify_inventory_object",
428 "fType": "identify_led_group"
429 },
430 "paths":
431 [
432 "/xyz/openbmc_project/led/groups/bmc_ingraham_identify"
433 ]
434 }
435 ]
436 },
437 {
438 "path": "system/chassis/motherboard/cpu0",
439 "endpoints":
440 [
441 {
442 "types":
443 {
444 "rType": "fault_inventory_object",
445 "fType": "fault_led_group"
446 },
447 "paths":
448 [
449 "/xyz/openbmc_project/led/groups/cpu0_fault"
450 ]
451 },
452 {
453 "types":
454 {
455 "rType": "identify_inventory_object",
456 "fType": "identify_led_group"
457 },
458 "paths":
459 [
460 "/xyz/openbmc_project/led/groups/cpu0_identify"
461 ]
462 }
463 ]
464 },
465 {
466 "path": "system/chassis/motherboard/cpu1",
467 "endpoints":
468 [
469 {
470 "types":
471 {
472 "rType": "fault_inventory_object",
473 "fType": "fault_led_group"
474 },
475 "paths":
476 [
477 "/xyz/openbmc_project/led/groups/cpu0_fault"
478 ]
479 },
480 {
481 "types":
482 {
483 "rType": "identify_inventory_object",
484 "fType": "identify_led_group"
485 },
486 "paths":
487 [
488 "/xyz/openbmc_project/led/groups/cpu0_identify"
489 ]
490 }
491 ]
492 },
493 {
494 "path": "system/chassis/motherboard/cpu2",
495 "endpoints":
496 [
497 {
498 "types":
499 {
500 "rType": "fault_inventory_object",
501 "fType": "fault_led_group"
502 },
503 "paths":
504 [
505 "/xyz/openbmc_project/led/groups/cpu1_fault"
506 ]
507 },
508 {
509 "types":
510 {
511 "rType": "identify_inventory_object",
512 "fType": "identify_led_group"
513 },
514 "paths":
515 [
516 "/xyz/openbmc_project/led/groups/cpu1_identify"
517 ]
518 }
519 ]
520 },
521 {
522 "path": "system/chassis/motherboard/cpu3",
523 "endpoints":
524 [
525 {
526 "types":
527 {
528 "rType": "fault_inventory_object",
529 "fType": "fault_led_group"
530 },
531 "paths":
532 [
533 "/xyz/openbmc_project/led/groups/cpu1_fault"
534 ]
535 },
536 {
537 "types":
538 {
539 "rType": "identify_inventory_object",
540 "fType": "identify_led_group"
541 },
542 "paths":
543 [
544 "/xyz/openbmc_project/led/groups/cpu1_identify"
545 ]
546 }
547 ]
548 },
549 {
550 "path": "system/chassis/motherboard/dimm0",
551 "endpoints":
552 [
553 {
554 "types":
555 {
556 "rType": "fault_inventory_object",
557 "fType": "fault_led_group"
558 },
559 "paths":
560 [
561 "/xyz/openbmc_project/led/groups/ddimm0_fault"
562 ]
563 },
564 {
565 "types":
566 {
567 "rType": "identify_inventory_object",
568 "fType": "identify_led_group"
569 },
570 "paths":
571 [
572 "/xyz/openbmc_project/led/groups/ddimm0_identify"
573 ]
574 }
575 ]
576 },
577 {
578 "path": "system/chassis/motherboard/dimm1",
579 "endpoints":
580 [
581 {
582 "types":
583 {
584 "rType": "fault_inventory_object",
585 "fType": "fault_led_group"
586 },
587 "paths":
588 [
589 "/xyz/openbmc_project/led/groups/ddimm1_fault"
590 ]
591 },
592 {
593 "types":
594 {
595 "rType": "identify_inventory_object",
596 "fType": "identify_led_group"
597 },
598 "paths":
599 [
600 "/xyz/openbmc_project/led/groups/ddimm1_identify"
601 ]
602 }
603 ]
604 },
605 {
606 "path": "system/chassis/motherboard/dimm2",
607 "endpoints":
608 [
609 {
610 "types":
611 {
612 "rType": "fault_inventory_object",
613 "fType": "fault_led_group"
614 },
615 "paths":
616 [
617 "/xyz/openbmc_project/led/groups/ddimm2_fault"
618 ]
619 },
620 {
621 "types":
622 {
623 "rType": "identify_inventory_object",
624 "fType": "identify_led_group"
625 },
626 "paths":
627 [
628 "/xyz/openbmc_project/led/groups/ddimm2_identify"
629 ]
630 }
631 ]
632 },
633 {
634 "path": "system/chassis/motherboard/dimm3",
635 "endpoints":
636 [
637 {
638 "types":
639 {
640 "rType": "fault_inventory_object",
641 "fType": "fault_led_group"
642 },
643 "paths":
644 [
645 "/xyz/openbmc_project/led/groups/ddimm3_fault"
646 ]
647 },
648 {
649 "types":
650 {
651 "rType": "identify_inventory_object",
652 "fType": "identify_led_group"
653 },
654 "paths":
655 [
656 "/xyz/openbmc_project/led/groups/ddimm3_identify"
657 ]
658 }
659 ]
660 },
661 {
662 "path": "system/chassis/motherboard/dimm4",
663 "endpoints":
664 [
665 {
666 "types":
667 {
668 "rType": "fault_inventory_object",
669 "fType": "fault_led_group"
670 },
671 "paths":
672 [
673 "/xyz/openbmc_project/led/groups/ddimm4_fault"
674 ]
675 },
676 {
677 "types":
678 {
679 "rType": "identify_inventory_object",
680 "fType": "identify_led_group"
681 },
682 "paths":
683 [
684 "/xyz/openbmc_project/led/groups/ddimm4_identify"
685 ]
686 }
687 ]
688 },
689 {
690 "path": "system/chassis/motherboard/dimm5",
691 "endpoints":
692 [
693 {
694 "types":
695 {
696 "rType": "fault_inventory_object",
697 "fType": "fault_led_group"
698 },
699 "paths":
700 [
701 "/xyz/openbmc_project/led/groups/ddimm5_fault"
702 ]
703 },
704 {
705 "types":
706 {
707 "rType": "identify_inventory_object",
708 "fType": "identify_led_group"
709 },
710 "paths":
711 [
712 "/xyz/openbmc_project/led/groups/ddimm5_identify"
713 ]
714 }
715 ]
716 },
717 {
718 "path": "system/chassis/motherboard/dimm6",
719 "endpoints":
720 [
721 {
722 "types":
723 {
724 "rType": "fault_inventory_object",
725 "fType": "fault_led_group"
726 },
727 "paths":
728 [
729 "/xyz/openbmc_project/led/groups/ddimm6_fault"
730 ]
731 },
732 {
733 "types":
734 {
735 "rType": "identify_inventory_object",
736 "fType": "identify_led_group"
737 },
738 "paths":
739 [
740 "/xyz/openbmc_project/led/groups/ddimm6_identify"
741 ]
742 }
743 ]
744 },
745 {
746 "path": "system/chassis/motherboard/dimm7",
747 "endpoints":
748 [
749 {
750 "types":
751 {
752 "rType": "fault_inventory_object",
753 "fType": "fault_led_group"
754 },
755 "paths":
756 [
757 "/xyz/openbmc_project/led/groups/ddimm7_fault"
758 ]
759 },
760 {
761 "types":
762 {
763 "rType": "identify_inventory_object",
764 "fType": "identify_led_group"
765 },
766 "paths":
767 [
768 "/xyz/openbmc_project/led/groups/ddimm7_identify"
769 ]
770 }
771 ]
772 },
773 {
774 "path": "system/chassis/motherboard/dimm8",
775 "endpoints":
776 [
777 {
778 "types":
779 {
780 "rType": "fault_inventory_object",
781 "fType": "fault_led_group"
782 },
783 "paths":
784 [
785 "/xyz/openbmc_project/led/groups/ddimm8_fault"
786 ]
787 },
788 {
789 "types":
790 {
791 "rType": "identify_inventory_object",
792 "fType": "identify_led_group"
793 },
794 "paths":
795 [
796 "/xyz/openbmc_project/led/groups/ddimm8_identify"
797 ]
798 }
799 ]
800 },
801 {
802 "path": "system/chassis/motherboard/dimm9",
803 "endpoints":
804 [
805 {
806 "types":
807 {
808 "rType": "fault_inventory_object",
809 "fType": "fault_led_group"
810 },
811 "paths":
812 [
813 "/xyz/openbmc_project/led/groups/ddimm9_fault"
814 ]
815 },
816 {
817 "types":
818 {
819 "rType": "identify_inventory_object",
820 "fType": "identify_led_group"
821 },
822 "paths":
823 [
824 "/xyz/openbmc_project/led/groups/ddimm9_identify"
825 ]
826 }
827 ]
828 },
829 {
830 "path": "system/chassis/motherboard/dimm10",
831 "endpoints":
832 [
833 {
834 "types":
835 {
836 "rType": "fault_inventory_object",
837 "fType": "fault_led_group"
838 },
839 "paths":
840 [
841 "/xyz/openbmc_project/led/groups/ddimm10_fault"
842 ]
843 },
844 {
845 "types":
846 {
847 "rType": "identify_inventory_object",
848 "fType": "identify_led_group"
849 },
850 "paths":
851 [
852 "/xyz/openbmc_project/led/groups/ddimm10_identify"
853 ]
854 }
855 ]
856 },
857 {
858 "path": "system/chassis/motherboard/dimm11",
859 "endpoints":
860 [
861 {
862 "types":
863 {
864 "rType": "fault_inventory_object",
865 "fType": "fault_led_group"
866 },
867 "paths":
868 [
869 "/xyz/openbmc_project/led/groups/ddimm11_fault"
870 ]
871 },
872 {
873 "types":
874 {
875 "rType": "identify_inventory_object",
876 "fType": "identify_led_group"
877 },
878 "paths":
879 [
880 "/xyz/openbmc_project/led/groups/ddimm11_identify"
881 ]
882 }
883 ]
884 },
885 {
886 "path": "system/chassis/motherboard/dimm12",
887 "endpoints":
888 [
889 {
890 "types":
891 {
892 "rType": "fault_inventory_object",
893 "fType": "fault_led_group"
894 },
895 "paths":
896 [
897 "/xyz/openbmc_project/led/groups/ddimm12_fault"
898 ]
899 },
900 {
901 "types":
902 {
903 "rType": "identify_inventory_object",
904 "fType": "identify_led_group"
905 },
906 "paths":
907 [
908 "/xyz/openbmc_project/led/groups/ddimm12_identify"
909 ]
910 }
911 ]
912 },
913 {
914 "path": "system/chassis/motherboard/dimm13",
915 "endpoints":
916 [
917 {
918 "types":
919 {
920 "rType": "fault_inventory_object",
921 "fType": "fault_led_group"
922 },
923 "paths":
924 [
925 "/xyz/openbmc_project/led/groups/ddimm13_fault"
926 ]
927 },
928 {
929 "types":
930 {
931 "rType": "identify_inventory_object",
932 "fType": "identify_led_group"
933 },
934 "paths":
935 [
936 "/xyz/openbmc_project/led/groups/ddimm13_identify"
937 ]
938 }
939 ]
940 },
941 {
942 "path": "system/chassis/motherboard/dimm14",
943 "endpoints":
944 [
945 {
946 "types":
947 {
948 "rType": "fault_inventory_object",
949 "fType": "fault_led_group"
950 },
951 "paths":
952 [
953 "/xyz/openbmc_project/led/groups/ddimm14_fault"
954 ]
955 },
956 {
957 "types":
958 {
959 "rType": "identify_inventory_object",
960 "fType": "identify_led_group"
961 },
962 "paths":
963 [
964 "/xyz/openbmc_project/led/groups/ddimm14_identify"
965 ]
966 }
967 ]
968 },
969 {
970 "path": "system/chassis/motherboard/dimm15",
971 "endpoints":
972 [
973 {
974 "types":
975 {
976 "rType": "fault_inventory_object",
977 "fType": "fault_led_group"
978 },
979 "paths":
980 [
981 "/xyz/openbmc_project/led/groups/ddimm15_fault"
982 ]
983 },
984 {
985 "types":
986 {
987 "rType": "identify_inventory_object",
988 "fType": "identify_led_group"
989 },
990 "paths":
991 [
992 "/xyz/openbmc_project/led/groups/ddimm15_identify"
993 ]
994 }
995 ]
996 },
997 {
998 "path": "system/chassis/motherboard/dimm16",
999 "endpoints":
1000 [
1001 {
1002 "types":
1003 {
1004 "rType": "fault_inventory_object",
1005 "fType": "fault_led_group"
1006 },
1007 "paths":
1008 [
1009 "/xyz/openbmc_project/led/groups/ddimm16_fault"
1010 ]
1011 },
1012 {
1013 "types":
1014 {
1015 "rType": "identify_inventory_object",
1016 "fType": "identify_led_group"
1017 },
1018 "paths":
1019 [
1020 "/xyz/openbmc_project/led/groups/ddimm16_identify"
1021 ]
1022 }
1023 ]
1024 },
1025 {
1026 "path": "system/chassis/motherboard/dimm17",
1027 "endpoints":
1028 [
1029 {
1030 "types":
1031 {
1032 "rType": "fault_inventory_object",
1033 "fType": "fault_led_group"
1034 },
1035 "paths":
1036 [
1037 "/xyz/openbmc_project/led/groups/ddimm17_fault"
1038 ]
1039 },
1040 {
1041 "types":
1042 {
1043 "rType": "identify_inventory_object",
1044 "fType": "identify_led_group"
1045 },
1046 "paths":
1047 [
1048 "/xyz/openbmc_project/led/groups/ddimm17_identify"
1049 ]
1050 }
1051 ]
1052 },
1053 {
1054 "path": "system/chassis/motherboard/dimm18",
1055 "endpoints":
1056 [
1057 {
1058 "types":
1059 {
1060 "rType": "fault_inventory_object",
1061 "fType": "fault_led_group"
1062 },
1063 "paths":
1064 [
1065 "/xyz/openbmc_project/led/groups/ddimm18_fault"
1066 ]
1067 },
1068 {
1069 "types":
1070 {
1071 "rType": "identify_inventory_object",
1072 "fType": "identify_led_group"
1073 },
1074 "paths":
1075 [
1076 "/xyz/openbmc_project/led/groups/ddimm18_identify"
1077 ]
1078 }
1079 ]
1080 },
1081 {
1082 "path": "system/chassis/motherboard/dimm19",
1083 "endpoints":
1084 [
1085 {
1086 "types":
1087 {
1088 "rType": "fault_inventory_object",
1089 "fType": "fault_led_group"
1090 },
1091 "paths":
1092 [
1093 "/xyz/openbmc_project/led/groups/ddimm19_fault"
1094 ]
1095 },
1096 {
1097 "types":
1098 {
1099 "rType": "identify_inventory_object",
1100 "fType": "identify_led_group"
1101 },
1102 "paths":
1103 [
1104 "/xyz/openbmc_project/led/groups/ddimm19_identify"
1105 ]
1106 }
1107 ]
1108 },
1109 {
1110 "path": "system/chassis/motherboard/dimm20",
1111 "endpoints":
1112 [
1113 {
1114 "types":
1115 {
1116 "rType": "fault_inventory_object",
1117 "fType": "fault_led_group"
1118 },
1119 "paths":
1120 [
1121 "/xyz/openbmc_project/led/groups/ddimm20_fault"
1122 ]
1123 },
1124 {
1125 "types":
1126 {
1127 "rType": "identify_inventory_object",
1128 "fType": "identify_led_group"
1129 },
1130 "paths":
1131 [
1132 "/xyz/openbmc_project/led/groups/ddimm20_identify"
1133 ]
1134 }
1135 ]
1136 },
1137 {
1138 "path": "system/chassis/motherboard/dimm21",
1139 "endpoints":
1140 [
1141 {
1142 "types":
1143 {
1144 "rType": "fault_inventory_object",
1145 "fType": "fault_led_group"
1146 },
1147 "paths":
1148 [
1149 "/xyz/openbmc_project/led/groups/ddimm21_fault"
1150 ]
1151 },
1152 {
1153 "types":
1154 {
1155 "rType": "identify_inventory_object",
1156 "fType": "identify_led_group"
1157 },
1158 "paths":
1159 [
1160 "/xyz/openbmc_project/led/groups/ddimm21_identify"
1161 ]
1162 }
1163 ]
1164 },
1165 {
1166 "path": "system/chassis/motherboard/dimm22",
1167 "endpoints":
1168 [
1169 {
1170 "types":
1171 {
1172 "rType": "fault_inventory_object",
1173 "fType": "fault_led_group"
1174 },
1175 "paths":
1176 [
1177 "/xyz/openbmc_project/led/groups/ddimm22_fault"
1178 ]
1179 },
1180 {
1181 "types":
1182 {
1183 "rType": "identify_inventory_object",
1184 "fType": "identify_led_group"
1185 },
1186 "paths":
1187 [
1188 "/xyz/openbmc_project/led/groups/ddimm22_identify"
1189 ]
1190 }
1191 ]
1192 },
1193 {
1194 "path": "system/chassis/motherboard/dimm23",
1195 "endpoints":
1196 [
1197 {
1198 "types":
1199 {
1200 "rType": "fault_inventory_object",
1201 "fType": "fault_led_group"
1202 },
1203 "paths":
1204 [
1205 "/xyz/openbmc_project/led/groups/ddimm23_fault"
1206 ]
1207 },
1208 {
1209 "types":
1210 {
1211 "rType": "identify_inventory_object",
1212 "fType": "identify_led_group"
1213 },
1214 "paths":
1215 [
1216 "/xyz/openbmc_project/led/groups/ddimm23_identify"
1217 ]
1218 }
1219 ]
1220 },
1221 {
1222 "path": "system/chassis/motherboard/dimm24",
1223 "endpoints":
1224 [
1225 {
1226 "types":
1227 {
1228 "rType": "fault_inventory_object",
1229 "fType": "fault_led_group"
1230 },
1231 "paths":
1232 [
1233 "/xyz/openbmc_project/led/groups/ddimm24_fault"
1234 ]
1235 },
1236 {
1237 "types":
1238 {
1239 "rType": "identify_inventory_object",
1240 "fType": "identify_led_group"
1241 },
1242 "paths":
1243 [
1244 "/xyz/openbmc_project/led/groups/ddimm24_identify"
1245 ]
1246 }
1247 ]
1248 },
1249 {
1250 "path": "system/chassis/motherboard/dimm25",
1251 "endpoints":
1252 [
1253 {
1254 "types":
1255 {
1256 "rType": "fault_inventory_object",
1257 "fType": "fault_led_group"
1258 },
1259 "paths":
1260 [
1261 "/xyz/openbmc_project/led/groups/ddimm25_fault"
1262 ]
1263 },
1264 {
1265 "types":
1266 {
1267 "rType": "identify_inventory_object",
1268 "fType": "identify_led_group"
1269 },
1270 "paths":
1271 [
1272 "/xyz/openbmc_project/led/groups/ddimm25_identify"
1273 ]
1274 }
1275 ]
1276 },
1277 {
1278 "path": "system/chassis/motherboard/dimm26",
1279 "endpoints":
1280 [
1281 {
1282 "types":
1283 {
1284 "rType": "fault_inventory_object",
1285 "fType": "fault_led_group"
1286 },
1287 "paths":
1288 [
1289 "/xyz/openbmc_project/led/groups/ddimm26_fault"
1290 ]
1291 },
1292 {
1293 "types":
1294 {
1295 "rType": "identify_inventory_object",
1296 "fType": "identify_led_group"
1297 },
1298 "paths":
1299 [
1300 "/xyz/openbmc_project/led/groups/ddimm26_identify"
1301 ]
1302 }
1303 ]
1304 },
1305 {
1306 "path": "system/chassis/motherboard/dimm27",
1307 "endpoints":
1308 [
1309 {
1310 "types":
1311 {
1312 "rType": "fault_inventory_object",
1313 "fType": "fault_led_group"
1314 },
1315 "paths":
1316 [
1317 "/xyz/openbmc_project/led/groups/ddimm27_fault"
1318 ]
1319 },
1320 {
1321 "types":
1322 {
1323 "rType": "identify_inventory_object",
1324 "fType": "identify_led_group"
1325 },
1326 "paths":
1327 [
1328 "/xyz/openbmc_project/led/groups/ddimm27_identify"
1329 ]
1330 }
1331 ]
1332 },
1333 {
1334 "path": "system/chassis/motherboard/dimm28",
1335 "endpoints":
1336 [
1337 {
1338 "types":
1339 {
1340 "rType": "fault_inventory_object",
1341 "fType": "fault_led_group"
1342 },
1343 "paths":
1344 [
1345 "/xyz/openbmc_project/led/groups/ddimm28_fault"
1346 ]
1347 },
1348 {
1349 "types":
1350 {
1351 "rType": "identify_inventory_object",
1352 "fType": "identify_led_group"
1353 },
1354 "paths":
1355 [
1356 "/xyz/openbmc_project/led/groups/ddimm28_identify"
1357 ]
1358 }
1359 ]
1360 },
1361 {
1362 "path": "system/chassis/motherboard/dimm29",
1363 "endpoints":
1364 [
1365 {
1366 "types":
1367 {
1368 "rType": "fault_inventory_object",
1369 "fType": "fault_led_group"
1370 },
1371 "paths":
1372 [
1373 "/xyz/openbmc_project/led/groups/ddimm29_fault"
1374 ]
1375 },
1376 {
1377 "types":
1378 {
1379 "rType": "identify_inventory_object",
1380 "fType": "identify_led_group"
1381 },
1382 "paths":
1383 [
1384 "/xyz/openbmc_project/led/groups/ddimm29_identify"
1385 ]
1386 }
1387 ]
1388 },
1389 {
1390 "path": "system/chassis/motherboard/dimm30",
1391 "endpoints":
1392 [
1393 {
1394 "types":
1395 {
1396 "rType": "fault_inventory_object",
1397 "fType": "fault_led_group"
1398 },
1399 "paths":
1400 [
1401 "/xyz/openbmc_project/led/groups/ddimm30_fault"
1402 ]
1403 },
1404 {
1405 "types":
1406 {
1407 "rType": "identify_inventory_object",
1408 "fType": "identify_led_group"
1409 },
1410 "paths":
1411 [
1412 "/xyz/openbmc_project/led/groups/ddimm30_identify"
1413 ]
1414 }
1415 ]
1416 },
1417 {
1418 "path": "system/chassis/motherboard/dimm31",
1419 "endpoints":
1420 [
1421 {
1422 "types":
1423 {
1424 "rType": "fault_inventory_object",
1425 "fType": "fault_led_group"
1426 },
1427 "paths":
1428 [
1429 "/xyz/openbmc_project/led/groups/ddimm31_fault"
1430 ]
1431 },
1432 {
1433 "types":
1434 {
1435 "rType": "identify_inventory_object",
1436 "fType": "identify_led_group"
1437 },
1438 "paths":
1439 [
1440 "/xyz/openbmc_project/led/groups/ddimm31_identify"
1441 ]
1442 }
1443 ]
1444 },
1445 {
1446 "path": "system/chassis/motherboard/vdd_vrm0",
1447 "endpoints":
1448 [
1449 {
1450 "types":
1451 {
1452 "rType": "fault_inventory_object",
1453 "fType": "fault_led_group"
1454 },
1455 "paths":
1456 [
1457 "/xyz/openbmc_project/led/groups/cpu0_vrm0_fault"
1458 ]
1459 },
1460 {
1461 "types":
1462 {
1463 "rType": "identify_inventory_object",
1464 "fType": "identify_led_group"
1465 },
1466 "paths":
1467 [
1468 "/xyz/openbmc_project/led/groups/cpu0_vrm0_identify"
1469 ]
1470 }
1471 ]
1472 },
1473 {
1474 "path": "system/chassis/motherboard/vdd_vrm1",
1475 "endpoints":
1476 [
1477 {
1478 "types":
1479 {
1480 "rType": "fault_inventory_object",
1481 "fType": "fault_led_group"
1482 },
1483 "paths":
1484 [
1485 "/xyz/openbmc_project/led/groups/cpu1_vrm0_fault"
1486 ]
1487 },
1488 {
1489 "types":
1490 {
1491 "rType": "identify_inventory_object",
1492 "fType": "identify_led_group"
1493 },
1494 "paths":
1495 [
1496 "/xyz/openbmc_project/led/groups/cpu1_vrm0_identify"
1497 ]
1498 }
1499 ]
1500 },
1501 {
1502 "path": "system/chassis/motherboard/tod_battery",
1503 "endpoints":
1504 [
1505 {
1506 "types":
1507 {
1508 "rType": "fault_inventory_object",
1509 "fType": "fault_led_group"
1510 },
1511 "paths":
1512 [
1513 "/xyz/openbmc_project/led/groups/rtc_battery_fault"
1514 ]
1515 },
1516 {
1517 "types":
1518 {
1519 "rType": "identify_inventory_object",
1520 "fType": "identify_led_group"
1521 },
1522 "paths":
1523 [
1524 "/xyz/openbmc_project/led/groups/rtc_battery_identify"
1525 ]
1526 }
1527 ]
1528 },
1529 {
1530 "path": "system/chassis/motherboard/tpm_wilson",
1531 "endpoints":
1532 [
1533 {
1534 "types":
1535 {
1536 "rType": "fault_inventory_object",
1537 "fType": "fault_led_group"
1538 },
1539 "paths":
1540 [
1541 "/xyz/openbmc_project/led/groups/tpm_wilson_fault"
1542 ]
1543 },
1544 {
1545 "types":
1546 {
1547 "rType": "identify_inventory_object",
1548 "fType": "identify_led_group"
1549 },
1550 "paths":
1551 [
1552 "/xyz/openbmc_project/led/groups/tpm_wilson_identify"
1553 ]
1554 }
1555 ]
1556 },
1557 {
1558 "path": "system/chassis/motherboard/pcieslot0",
1559 "endpoints":
1560 [
1561 {
1562 "types":
1563 {
1564 "rType": "fault_inventory_object",
1565 "fType": "fault_led_group"
1566 },
1567 "paths":
1568 [
1569 "/xyz/openbmc_project/led/groups/pcieslot0_fault"
1570 ]
1571 },
1572 {
1573 "types":
1574 {
1575 "rType": "identify_inventory_object",
1576 "fType": "identify_led_group"
1577 },
1578 "paths":
1579 [
1580 "/xyz/openbmc_project/led/groups/pcieslot0_identify"
1581 ]
1582 }
1583 ]
1584 },
1585 {
1586 "path": "system/chassis/motherboard/pcieslot1",
1587 "endpoints":
1588 [
1589 {
1590 "types":
1591 {
1592 "rType": "fault_inventory_object",
1593 "fType": "fault_led_group"
1594 },
1595 "paths":
1596 [
1597 "/xyz/openbmc_project/led/groups/pcieslot1_fault"
1598 ]
1599 },
1600 {
1601 "types":
1602 {
1603 "rType": "identify_inventory_object",
1604 "fType": "identify_led_group"
1605 },
1606 "paths":
1607 [
1608 "/xyz/openbmc_project/led/groups/pcieslot1_identify"
1609 ]
1610 }
1611 ]
1612 },
1613 {
1614 "path": "system/chassis/motherboard/pcieslot2",
1615 "endpoints":
1616 [
1617 {
1618 "types":
1619 {
1620 "rType": "fault_inventory_object",
1621 "fType": "fault_led_group"
1622 },
1623 "paths":
1624 [
1625 "/xyz/openbmc_project/led/groups/pcieslot2_fault"
1626 ]
1627 },
1628 {
1629 "types":
1630 {
1631 "rType": "identify_inventory_object",
1632 "fType": "identify_led_group"
1633 },
1634 "paths":
1635 [
1636 "/xyz/openbmc_project/led/groups/pcieslot2_identify"
1637 ]
1638 }
1639 ]
1640 },
1641 {
1642 "path": "system/chassis/motherboard/pcieslot3",
1643 "endpoints":
1644 [
1645 {
1646 "types":
1647 {
1648 "rType": "fault_inventory_object",
1649 "fType": "fault_led_group"
1650 },
1651 "paths":
1652 [
1653 "/xyz/openbmc_project/led/groups/pcieslot3_fault"
1654 ]
1655 },
1656 {
1657 "types":
1658 {
1659 "rType": "identify_inventory_object",
1660 "fType": "identify_led_group"
1661 },
1662 "paths":
1663 [
1664 "/xyz/openbmc_project/led/groups/pcieslot3_identify"
1665 ]
1666 }
1667 ]
1668 },
1669 {
1670 "path": "system/chassis/motherboard/pcieslot4",
1671 "endpoints":
1672 [
1673 {
1674 "types":
1675 {
1676 "rType": "fault_inventory_object",
1677 "fType": "fault_led_group"
1678 },
1679 "paths":
1680 [
1681 "/xyz/openbmc_project/led/groups/pcieslot4_fault"
1682 ]
1683 },
1684 {
1685 "types":
1686 {
1687 "rType": "identify_inventory_object",
1688 "fType": "identify_led_group"
1689 },
1690 "paths":
1691 [
1692 "/xyz/openbmc_project/led/groups/pcieslot4_identify"
1693 ]
1694 }
1695 ]
1696 },
1697 {
1698 "path": "system/chassis/motherboard/pcieslot6",
1699 "endpoints":
1700 [
1701 {
1702 "types":
1703 {
1704 "rType": "fault_inventory_object",
1705 "fType": "fault_led_group"
1706 },
1707 "paths":
1708 [
1709 "/xyz/openbmc_project/led/groups/pcieslot6_fault"
1710 ]
1711 },
1712 {
1713 "types":
1714 {
1715 "rType": "identify_inventory_object",
1716 "fType": "identify_led_group"
1717 },
1718 "paths":
1719 [
1720 "/xyz/openbmc_project/led/groups/pcieslot6_identify"
1721 ]
1722 }
1723 ]
1724 },
1725 {
1726 "path": "system/chassis/motherboard/pcieslot7",
1727 "endpoints":
1728 [
1729 {
1730 "types":
1731 {
1732 "rType": "fault_inventory_object",
1733 "fType": "fault_led_group"
1734 },
1735 "paths":
1736 [
1737 "/xyz/openbmc_project/led/groups/pcieslot7_fault"
1738 ]
1739 },
1740 {
1741 "types":
1742 {
1743 "rType": "identify_inventory_object",
1744 "fType": "identify_led_group"
1745 },
1746 "paths":
1747 [
1748 "/xyz/openbmc_project/led/groups/pcieslot7_identify"
1749 ]
1750 }
1751 ]
1752 },
1753 {
1754 "path": "system/chassis/motherboard/pcieslot8",
1755 "endpoints":
1756 [
1757 {
1758 "types":
1759 {
1760 "rType": "fault_inventory_object",
1761 "fType": "fault_led_group"
1762 },
1763 "paths":
1764 [
1765 "/xyz/openbmc_project/led/groups/pcieslot8_fault"
1766 ]
1767 },
1768 {
1769 "types":
1770 {
1771 "rType": "identify_inventory_object",
1772 "fType": "identify_led_group"
1773 },
1774 "paths":
1775 [
1776 "/xyz/openbmc_project/led/groups/pcieslot8_identify"
1777 ]
1778 }
1779 ]
1780 },
1781 {
1782 "path": "system/chassis/motherboard/pcieslot9",
1783 "endpoints":
1784 [
1785 {
1786 "types":
1787 {
1788 "rType": "fault_inventory_object",
1789 "fType": "fault_led_group"
1790 },
1791 "paths":
1792 [
1793 "/xyz/openbmc_project/led/groups/pcieslot9_fault"
1794 ]
1795 },
1796 {
1797 "types":
1798 {
1799 "rType": "identify_inventory_object",
1800 "fType": "identify_led_group"
1801 },
1802 "paths":
1803 [
1804 "/xyz/openbmc_project/led/groups/pcieslot9_identify"
1805 ]
1806 }
1807 ]
1808 },
1809 {
1810 "path": "system/chassis/motherboard/pcieslot10",
1811 "endpoints":
1812 [
1813 {
1814 "types":
1815 {
1816 "rType": "fault_inventory_object",
1817 "fType": "fault_led_group"
1818 },
1819 "paths":
1820 [
1821 "/xyz/openbmc_project/led/groups/pcieslot10_fault"
1822 ]
1823 },
1824 {
1825 "types":
1826 {
1827 "rType": "identify_inventory_object",
1828 "fType": "identify_led_group"
1829 },
1830 "paths":
1831 [
1832 "/xyz/openbmc_project/led/groups/pcieslot10_identify"
1833 ]
1834 }
1835 ]
1836 },
1837 {
1838 "path": "system/chassis/motherboard/pcieslot11",
1839 "endpoints":
1840 [
1841 {
1842 "types":
1843 {
1844 "rType": "fault_inventory_object",
1845 "fType": "fault_led_group"
1846 },
1847 "paths":
1848 [
1849 "/xyz/openbmc_project/led/groups/pcieslot11_fault"
1850 ]
1851 },
1852 {
1853 "types":
1854 {
1855 "rType": "identify_inventory_object",
1856 "fType": "identify_led_group"
1857 },
1858 "paths":
1859 [
1860 "/xyz/openbmc_project/led/groups/pcieslot11_identify"
1861 ]
1862 }
1863 ]
1864 },
1865 {
1866 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_top",
1867 "endpoints":
1868 [
1869 {
1870 "types":
1871 {
1872 "rType": "fault_inventory_object",
1873 "fType": "fault_led_group"
1874 },
1875 "paths":
1876 [
1877 "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_fault"
1878 ]
1879 },
1880 {
1881 "types":
1882 {
1883 "rType": "identify_inventory_object",
1884 "fType": "identify_led_group"
1885 },
1886 "paths":
1887 [
1888 "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_identify"
1889 ]
1890 }
1891 ]
1892 },
1893 {
1894 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_bot",
1895 "endpoints":
1896 [
1897 {
1898 "types":
1899 {
1900 "rType": "fault_inventory_object",
1901 "fType": "fault_led_group"
1902 },
1903 "paths":
1904 [
1905 "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_fault"
1906 ]
1907 },
1908 {
1909 "types":
1910 {
1911 "rType": "identify_inventory_object",
1912 "fType": "identify_led_group"
1913 },
1914 "paths":
1915 [
1916 "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_identify"
1917 ]
1918 }
1919 ]
1920 },
1921 {
1922 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_top",
1923 "endpoints":
1924 [
1925 {
1926 "types":
1927 {
1928 "rType": "fault_inventory_object",
1929 "fType": "fault_led_group"
1930 },
1931 "paths":
1932 [
1933 "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_fault"
1934 ]
1935 },
1936 {
1937 "types":
1938 {
1939 "rType": "identify_inventory_object",
1940 "fType": "identify_led_group"
1941 },
1942 "paths":
1943 [
1944 "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_identify"
1945 ]
1946 }
1947 ]
1948 },
1949 {
1950 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_bot",
1951 "endpoints":
1952 [
1953 {
1954 "types":
1955 {
1956 "rType": "fault_inventory_object",
1957 "fType": "fault_led_group"
1958 },
1959 "paths":
1960 [
1961 "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_fault"
1962 ]
1963 },
1964 {
1965 "types":
1966 {
1967 "rType": "identify_inventory_object",
1968 "fType": "identify_led_group"
1969 },
1970 "paths":
1971 [
1972 "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_identify"
1973 ]
1974 }
1975 ]
1976 },
1977 {
1978 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_top",
1979 "endpoints":
1980 [
1981 {
1982 "types":
1983 {
1984 "rType": "fault_inventory_object",
1985 "fType": "fault_led_group"
1986 },
1987 "paths":
1988 [
1989 "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_fault"
1990 ]
1991 },
1992 {
1993 "types":
1994 {
1995 "rType": "identify_inventory_object",
1996 "fType": "identify_led_group"
1997 },
1998 "paths":
1999 [
2000 "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_identify"
2001 ]
2002 }
2003 ]
2004 },
2005 {
2006 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_bot",
2007 "endpoints":
2008 [
2009 {
2010 "types":
2011 {
2012 "rType": "fault_inventory_object",
2013 "fType": "fault_led_group"
2014 },
2015 "paths":
2016 [
2017 "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_fault"
2018 ]
2019 },
2020 {
2021 "types":
2022 {
2023 "rType": "identify_inventory_object",
2024 "fType": "identify_led_group"
2025 },
2026 "paths":
2027 [
2028 "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_identify"
2029 ]
2030 }
2031 ]
2032 },
2033 {
2034 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_top",
2035 "endpoints":
2036 [
2037 {
2038 "types":
2039 {
2040 "rType": "fault_inventory_object",
2041 "fType": "fault_led_group"
2042 },
2043 "paths":
2044 [
2045 "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_fault"
2046 ]
2047 },
2048 {
2049 "types":
2050 {
2051 "rType": "identify_inventory_object",
2052 "fType": "identify_led_group"
2053 },
2054 "paths":
2055 [
2056 "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_identify"
2057 ]
2058 }
2059 ]
2060 },
2061 {
2062 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_bot",
2063 "endpoints":
2064 [
2065 {
2066 "types":
2067 {
2068 "rType": "fault_inventory_object",
2069 "fType": "fault_led_group"
2070 },
2071 "paths":
2072 [
2073 "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_fault"
2074 ]
2075 },
2076 {
2077 "types":
2078 {
2079 "rType": "identify_inventory_object",
2080 "fType": "identify_led_group"
2081 },
2082 "paths":
2083 [
2084 "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_identify"
2085 ]
2086 }
2087 ]
2088 },
2089 {
2090 "path": "system/chassis/motherboard/disk_backplane0",
2091 "endpoints":
2092 [
2093 {
2094 "types":
2095 {
2096 "rType": "fault_inventory_object",
2097 "fType": "fault_led_group"
2098 },
2099 "paths":
2100 [
2101 "/xyz/openbmc_project/led/groups/dasd_pyramid0_fault"
2102 ]
2103 },
2104 {
2105 "types":
2106 {
2107 "rType": "identify_inventory_object",
2108 "fType": "identify_led_group"
2109 },
2110 "paths":
2111 [
2112 "/xyz/openbmc_project/led/groups/dasd_pyramid0_identify"
2113 ]
2114 }
2115 ]
2116 },
2117 {
2118 "path": "system/chassis/motherboard/disk_backplane1",
2119 "endpoints":
2120 [
2121 {
2122 "types":
2123 {
2124 "rType": "fault_inventory_object",
2125 "fType": "fault_led_group"
2126 },
2127 "paths":
2128 [
2129 "/xyz/openbmc_project/led/groups/dasd_pyramid1_fault"
2130 ]
2131 },
2132 {
2133 "types":
2134 {
2135 "rType": "identify_inventory_object",
2136 "fType": "identify_led_group"
2137 },
2138 "paths":
2139 [
2140 "/xyz/openbmc_project/led/groups/dasd_pyramid1_identify"
2141 ]
2142 }
2143 ]
2144 },
2145 {
2146 "path": "system/chassis/motherboard/disk_backplane2",
2147 "endpoints":
2148 [
2149 {
2150 "types":
2151 {
2152 "rType": "fault_inventory_object",
2153 "fType": "fault_led_group"
2154 },
2155 "paths":
2156 [
2157 "/xyz/openbmc_project/led/groups/dasd_pyramid2_fault"
2158 ]
2159 },
2160 {
2161 "types":
2162 {
2163 "rType": "identify_inventory_object",
2164 "fType": "identify_led_group"
2165 },
2166 "paths":
2167 [
2168 "/xyz/openbmc_project/led/groups/dasd_pyramid2_identify"
2169 ]
2170 }
2171 ]
2172 },
2173 {
2174 "path": "system/chassis/motherboard/disk_backplane0/nvme0",
2175 "endpoints":
2176 [
2177 {
2178 "types":
2179 {
2180 "rType": "fault_inventory_object",
2181 "fType": "fault_led_group"
2182 },
2183 "paths":
2184 [
2185 "/xyz/openbmc_project/led/groups/nvme0_fault"
2186 ]
2187 },
2188 {
2189 "types":
2190 {
2191 "rType": "identify_inventory_object",
2192 "fType": "identify_led_group"
2193 },
2194 "paths":
2195 [
2196 "/xyz/openbmc_project/led/groups/nvme0_identify"
2197 ]
2198 }
2199 ]
2200 },
2201 {
2202 "path": "system/chassis/motherboard/disk_backplane0/nvme1",
2203 "endpoints":
2204 [
2205 {
2206 "types":
2207 {
2208 "rType": "fault_inventory_object",
2209 "fType": "fault_led_group"
2210 },
2211 "paths":
2212 [
2213 "/xyz/openbmc_project/led/groups/nvme1_fault"
2214 ]
2215 },
2216 {
2217 "types":
2218 {
2219 "rType": "identify_inventory_object",
2220 "fType": "identify_led_group"
2221 },
2222 "paths":
2223 [
2224 "/xyz/openbmc_project/led/groups/nvme1_identify"
2225 ]
2226 }
2227 ]
2228 },
2229 {
2230 "path": "system/chassis/motherboard/disk_backplane0/nvme2",
2231 "endpoints":
2232 [
2233 {
2234 "types":
2235 {
2236 "rType": "fault_inventory_object",
2237 "fType": "fault_led_group"
2238 },
2239 "paths":
2240 [
2241 "/xyz/openbmc_project/led/groups/nvme2_fault"
2242 ]
2243 },
2244 {
2245 "types":
2246 {
2247 "rType": "identify_inventory_object",
2248 "fType": "identify_led_group"
2249 },
2250 "paths":
2251 [
2252 "/xyz/openbmc_project/led/groups/nvme2_identify"
2253 ]
2254 }
2255 ]
2256 },
2257 {
2258 "path": "system/chassis/motherboard/disk_backplane0/nvme3",
2259 "endpoints":
2260 [
2261 {
2262 "types":
2263 {
2264 "rType": "fault_inventory_object",
2265 "fType": "fault_led_group"
2266 },
2267 "paths":
2268 [
2269 "/xyz/openbmc_project/led/groups/nvme3_fault"
2270 ]
2271 },
2272 {
2273 "types":
2274 {
2275 "rType": "identify_inventory_object",
2276 "fType": "identify_led_group"
2277 },
2278 "paths":
2279 [
2280 "/xyz/openbmc_project/led/groups/nvme3_identify"
2281 ]
2282 }
2283 ]
2284 },
2285 {
2286 "path": "system/chassis/motherboard/disk_backplane0/nvme4",
2287 "endpoints":
2288 [
2289 {
2290 "types":
2291 {
2292 "rType": "fault_inventory_object",
2293 "fType": "fault_led_group"
2294 },
2295 "paths":
2296 [
2297 "/xyz/openbmc_project/led/groups/nvme4_fault"
2298 ]
2299 },
2300 {
2301 "types":
2302 {
2303 "rType": "identify_inventory_object",
2304 "fType": "identify_led_group"
2305 },
2306 "paths":
2307 [
2308 "/xyz/openbmc_project/led/groups/nvme4_identify"
2309 ]
2310 }
2311 ]
2312 },
2313 {
2314 "path": "system/chassis/motherboard/disk_backplane0/nvme5",
2315 "endpoints":
2316 [
2317 {
2318 "types":
2319 {
2320 "rType": "fault_inventory_object",
2321 "fType": "fault_led_group"
2322 },
2323 "paths":
2324 [
2325 "/xyz/openbmc_project/led/groups/nvme5_fault"
2326 ]
2327 },
2328 {
2329 "types":
2330 {
2331 "rType": "identify_inventory_object",
2332 "fType": "identify_led_group"
2333 },
2334 "paths":
2335 [
2336 "/xyz/openbmc_project/led/groups/nvme5_identify"
2337 ]
2338 }
2339 ]
2340 },
2341 {
2342 "path": "system/chassis/motherboard/disk_backplane0/nvme6",
2343 "endpoints":
2344 [
2345 {
2346 "types":
2347 {
2348 "rType": "fault_inventory_object",
2349 "fType": "fault_led_group"
2350 },
2351 "paths":
2352 [
2353 "/xyz/openbmc_project/led/groups/nvme6_fault"
2354 ]
2355 },
2356 {
2357 "types":
2358 {
2359 "rType": "identify_inventory_object",
2360 "fType": "identify_led_group"
2361 },
2362 "paths":
2363 [
2364 "/xyz/openbmc_project/led/groups/nvme6_identify"
2365 ]
2366 }
2367 ]
2368 },
2369 {
2370 "path": "system/chassis/motherboard/disk_backplane0/nvme7",
2371 "endpoints":
2372 [
2373 {
2374 "types":
2375 {
2376 "rType": "fault_inventory_object",
2377 "fType": "fault_led_group"
2378 },
2379 "paths":
2380 [
2381 "/xyz/openbmc_project/led/groups/nvme7_fault"
2382 ]
2383 },
2384 {
2385 "types":
2386 {
2387 "rType": "identify_inventory_object",
2388 "fType": "identify_led_group"
2389 },
2390 "paths":
2391 [
2392 "/xyz/openbmc_project/led/groups/nvme7_identify"
2393 ]
2394 }
2395 ]
2396 },
2397 {
2398 "path": "system/chassis/motherboard/disk_backplane1/nvme0",
2399 "endpoints":
2400 [
2401 {
2402 "types":
2403 {
2404 "rType": "fault_inventory_object",
2405 "fType": "fault_led_group"
2406 },
2407 "paths":
2408 [
2409 "/xyz/openbmc_project/led/groups/nvme8_fault"
2410 ]
2411 },
2412 {
2413 "types":
2414 {
2415 "rType": "identify_inventory_object",
2416 "fType": "identify_led_group"
2417 },
2418 "paths":
2419 [
2420 "/xyz/openbmc_project/led/groups/nvme8_identify"
2421 ]
2422 }
2423 ]
2424 },
2425 {
2426 "path": "system/chassis/motherboard/disk_backplane1/nvme1",
2427 "endpoints":
2428 [
2429 {
2430 "types":
2431 {
2432 "rType": "fault_inventory_object",
2433 "fType": "fault_led_group"
2434 },
2435 "paths":
2436 [
2437 "/xyz/openbmc_project/led/groups/nvme9_fault"
2438 ]
2439 },
2440 {
2441 "types":
2442 {
2443 "rType": "identify_inventory_object",
2444 "fType": "identify_led_group"
2445 },
2446 "paths":
2447 [
2448 "/xyz/openbmc_project/led/groups/nvme9_identify"
2449 ]
2450 }
2451 ]
2452 },
2453 {
2454 "path": "system/chassis/motherboard/disk_backplane1/nvme2",
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/nvme10_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/nvme10_identify"
2477 ]
2478 }
2479 ]
2480 },
2481 {
2482 "path": "system/chassis/motherboard/disk_backplane1/nvme3",
2483 "endpoints":
2484 [
2485 {
2486 "types":
2487 {
2488 "rType": "fault_inventory_object",
2489 "fType": "fault_led_group"
2490 },
2491 "paths":
2492 [
2493 "/xyz/openbmc_project/led/groups/nvme11_fault"
2494 ]
2495 },
2496 {
2497 "types":
2498 {
2499 "rType": "identify_inventory_object",
2500 "fType": "identify_led_group"
2501 },
2502 "paths":
2503 [
2504 "/xyz/openbmc_project/led/groups/nvme11_identify"
2505 ]
2506 }
2507 ]
2508 },
2509 {
2510 "path": "system/chassis/motherboard/disk_backplane1/nvme4",
2511 "endpoints":
2512 [
2513 {
2514 "types":
2515 {
2516 "rType": "fault_inventory_object",
2517 "fType": "fault_led_group"
2518 },
2519 "paths":
2520 [
2521 "/xyz/openbmc_project/led/groups/nvme12_fault"
2522 ]
2523 },
2524 {
2525 "types":
2526 {
2527 "rType": "identify_inventory_object",
2528 "fType": "identify_led_group"
2529 },
2530 "paths":
2531 [
2532 "/xyz/openbmc_project/led/groups/nvme12_identify"
2533 ]
2534 }
2535 ]
2536 },
2537 {
2538 "path": "system/chassis/motherboard/disk_backplane1/nvme5",
2539 "endpoints":
2540 [
2541 {
2542 "types":
2543 {
2544 "rType": "fault_inventory_object",
2545 "fType": "fault_led_group"
2546 },
2547 "paths":
2548 [
2549 "/xyz/openbmc_project/led/groups/nvme13_fault"
2550 ]
2551 },
2552 {
2553 "types":
2554 {
2555 "rType": "identify_inventory_object",
2556 "fType": "identify_led_group"
2557 },
2558 "paths":
2559 [
2560 "/xyz/openbmc_project/led/groups/nvme13_identify"
2561 ]
2562 }
2563 ]
2564 },
2565 {
2566 "path": "system/chassis/motherboard/disk_backplane1/nvme6",
2567 "endpoints":
2568 [
2569 {
2570 "types":
2571 {
2572 "rType": "fault_inventory_object",
2573 "fType": "fault_led_group"
2574 },
2575 "paths":
2576 [
2577 "/xyz/openbmc_project/led/groups/nvme14_fault"
2578 ]
2579 },
2580 {
2581 "types":
2582 {
2583 "rType": "identify_inventory_object",
2584 "fType": "identify_led_group"
2585 },
2586 "paths":
2587 [
2588 "/xyz/openbmc_project/led/groups/nvme14_identify"
2589 ]
2590 }
2591 ]
2592 },
2593 {
2594 "path": "system/chassis/motherboard/disk_backplane1/nvme7",
2595 "endpoints":
2596 [
2597 {
2598 "types":
2599 {
2600 "rType": "fault_inventory_object",
2601 "fType": "fault_led_group"
2602 },
2603 "paths":
2604 [
2605 "/xyz/openbmc_project/led/groups/nvme15_fault"
2606 ]
2607 },
2608 {
2609 "types":
2610 {
2611 "rType": "identify_inventory_object",
2612 "fType": "identify_led_group"
2613 },
2614 "paths":
2615 [
2616 "/xyz/openbmc_project/led/groups/nvme15_identify"
2617 ]
2618 }
2619 ]
2620 },
2621 {
2622 "path": "system/chassis/motherboard/disk_backplane2/nvme0",
2623 "endpoints":
2624 [
2625 {
2626 "types":
2627 {
2628 "rType": "fault_inventory_object",
2629 "fType": "fault_led_group"
2630 },
2631 "paths":
2632 [
2633 "/xyz/openbmc_project/led/groups/nvme16_fault"
2634 ]
2635 },
2636 {
2637 "types":
2638 {
2639 "rType": "identify_inventory_object",
2640 "fType": "identify_led_group"
2641 },
2642 "paths":
2643 [
2644 "/xyz/openbmc_project/led/groups/nvme16_identify"
2645 ]
2646 }
2647 ]
2648 },
2649 {
2650 "path": "system/chassis/motherboard/disk_backplane2/nvme1",
2651 "endpoints":
2652 [
2653 {
2654 "types":
2655 {
2656 "rType": "fault_inventory_object",
2657 "fType": "fault_led_group"
2658 },
2659 "paths":
2660 [
2661 "/xyz/openbmc_project/led/groups/nvme17_fault"
2662 ]
2663 },
2664 {
2665 "types":
2666 {
2667 "rType": "identify_inventory_object",
2668 "fType": "identify_led_group"
2669 },
2670 "paths":
2671 [
2672 "/xyz/openbmc_project/led/groups/nvme17_identify"
2673 ]
2674 }
2675 ]
2676 },
2677 {
2678 "path": "system/chassis/motherboard/disk_backplane2/nvme2",
2679 "endpoints":
2680 [
2681 {
2682 "types":
2683 {
2684 "rType": "fault_inventory_object",
2685 "fType": "fault_led_group"
2686 },
2687 "paths":
2688 [
2689 "/xyz/openbmc_project/led/groups/nvme18_fault"
2690 ]
2691 },
2692 {
2693 "types":
2694 {
2695 "rType": "identify_inventory_object",
2696 "fType": "identify_led_group"
2697 },
2698 "paths":
2699 [
2700 "/xyz/openbmc_project/led/groups/nvme18_identify"
2701 ]
2702 }
2703 ]
2704 },
2705 {
2706 "path": "system/chassis/motherboard/disk_backplane2/nvme3",
2707 "endpoints":
2708 [
2709 {
2710 "types":
2711 {
2712 "rType": "fault_inventory_object",
2713 "fType": "fault_led_group"
2714 },
2715 "paths":
2716 [
2717 "/xyz/openbmc_project/led/groups/nvme19_fault"
2718 ]
2719 },
2720 {
2721 "types":
2722 {
2723 "rType": "identify_inventory_object",
2724 "fType": "identify_led_group"
2725 },
2726 "paths":
2727 [
2728 "/xyz/openbmc_project/led/groups/nvme19_identify"
2729 ]
2730 }
2731 ]
2732 },
2733 {
2734 "path": "system/chassis/motherboard/disk_backplane2/nvme4",
2735 "endpoints":
2736 [
2737 {
2738 "types":
2739 {
2740 "rType": "fault_inventory_object",
2741 "fType": "fault_led_group"
2742 },
2743 "paths":
2744 [
2745 "/xyz/openbmc_project/led/groups/nvme20_fault"
2746 ]
2747 },
2748 {
2749 "types":
2750 {
2751 "rType": "identify_inventory_object",
2752 "fType": "identify_led_group"
2753 },
2754 "paths":
2755 [
2756 "/xyz/openbmc_project/led/groups/nvme20_identify"
2757 ]
2758 }
2759 ]
2760 },
2761 {
2762 "path": "system/chassis/motherboard/disk_backplane2/nvme5",
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/nvme21_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/nvme21_identify"
2785 ]
2786 }
2787 ]
2788 },
2789 {
2790 "path": "system/chassis/motherboard/disk_backplane2/nvme6",
2791 "endpoints":
2792 [
2793 {
2794 "types":
2795 {
2796 "rType": "fault_inventory_object",
2797 "fType": "fault_led_group"
2798 },
2799 "paths":
2800 [
2801 "/xyz/openbmc_project/led/groups/nvme22_fault"
2802 ]
2803 },
2804 {
2805 "types":
2806 {
2807 "rType": "identify_inventory_object",
2808 "fType": "identify_led_group"
2809 },
2810 "paths":
2811 [
2812 "/xyz/openbmc_project/led/groups/nvme22_identify"
2813 ]
2814 }
2815 ]
2816 },
2817 {
2818 "path": "system/chassis/motherboard/disk_backplane2/nvme7",
2819 "endpoints":
2820 [
2821 {
2822 "types":
2823 {
2824 "rType": "fault_inventory_object",
2825 "fType": "fault_led_group"
2826 },
2827 "paths":
2828 [
2829 "/xyz/openbmc_project/led/groups/nvme23_fault"
2830 ]
2831 },
2832 {
2833 "types":
2834 {
2835 "rType": "identify_inventory_object",
2836 "fType": "identify_led_group"
2837 },
2838 "paths":
2839 [
2840 "/xyz/openbmc_project/led/groups/nvme23_identify"
2841 ]
2842 }
2843 ]
Matt Spinler47162542021-03-02 15:00:09 -06002844 }
2845 ]
2846}