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