blob: 7ad2c1a350d55de3c6b30e0c415bab8dd960e28f [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, 48, 0]
9 ]
10 },
11 "associations":
12 [
13 {
14 "path": "system/chassis/motherboard/fan0",
15 "endpoints":
16 [
17 {
18 "types":
19 {
20 "rType": "inventory",
21 "fType": "sensors"
22 },
23 "paths":
24 [
25 "/xyz/openbmc_project/sensors/fan_tach/fan0_0",
26 "/xyz/openbmc_project/sensors/fan_tach/fan0_1"
27 ]
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -050028 },
29 {
30 "types":
31 {
32 "rType": "fault_inventory_object",
33 "fType": "fault_led_group"
34 },
35 "paths":
36 [
37 "/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"
49 ]
Matt Spinler47162542021-03-02 15:00:09 -060050 }
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 "/xyz/openbmc_project/sensors/fan_tach/fan1_1"
67 ]
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -050068 },
69 {
70 "types":
71 {
72 "rType": "fault_inventory_object",
73 "fType": "fault_led_group"
74 },
75 "paths":
76 [
77 "/xyz/openbmc_project/led/groups/fan1_fault"
78 ]
79 },
80 {
81 "types":
82 {
83 "rType": "identify_inventory_object",
84 "fType": "identify_led_group"
85 },
86 "paths":
87 [
88 "/xyz/openbmc_project/led/groups/fan1_identify"
89 ]
Matt Spinler47162542021-03-02 15:00:09 -060090 }
91 ]
92 },
93 {
94 "path": "system/chassis/motherboard/fan2",
95 "endpoints":
96 [
97 {
98 "types":
99 {
100 "rType": "inventory",
101 "fType": "sensors"
102 },
103 "paths":
104 [
105 "/xyz/openbmc_project/sensors/fan_tach/fan2_0",
106 "/xyz/openbmc_project/sensors/fan_tach/fan2_1"
107 ]
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -0500108 },
109 {
110 "types":
111 {
112 "rType": "fault_inventory_object",
113 "fType": "fault_led_group"
114 },
115 "paths":
116 [
117 "/xyz/openbmc_project/led/groups/fan2_fault"
118 ]
119 },
120 {
121 "types":
122 {
123 "rType": "identify_inventory_object",
124 "fType": "identify_led_group"
125 },
126 "paths":
127 [
128 "/xyz/openbmc_project/led/groups/fan2_identify"
129 ]
Matt Spinler47162542021-03-02 15:00:09 -0600130 }
131 ]
132 },
133 {
134 "path": "system/chassis/motherboard/fan3",
135 "endpoints":
136 [
137 {
138 "types":
139 {
140 "rType": "inventory",
141 "fType": "sensors"
142 },
143 "paths":
144 [
145 "/xyz/openbmc_project/sensors/fan_tach/fan3_0",
146 "/xyz/openbmc_project/sensors/fan_tach/fan3_1"
147 ]
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -0500148 },
149 {
150 "types":
151 {
152 "rType": "fault_inventory_object",
153 "fType": "fault_led_group"
154 },
155 "paths":
156 [
157 "/xyz/openbmc_project/led/groups/fan3_fault"
158 ]
159 },
160 {
161 "types":
162 {
163 "rType": "identify_inventory_object",
164 "fType": "identify_led_group"
165 },
166 "paths":
167 [
168 "/xyz/openbmc_project/led/groups/fan3_identify"
169 ]
Matt Spinler47162542021-03-02 15:00:09 -0600170 }
171 ]
172 },
173 {
174 "path": "system/chassis",
175 "endpoints":
176 [
177 {
178 "types":
179 {
Lakshminarayana R. Kammath9f2ba622021-11-03 05:41:03 -0500180 "rType": "fault_inventory_object",
181 "fType": "fault_led_group"
182 },
183 "paths":
184 [
185 "/xyz/openbmc_project/led/groups/enclosure_fault"
186 ]
187 },
188 {
189 "types":
190 {
191 "rType": "identify_inventory_object",
192 "fType": "identify_led_group"
193 },
194 "paths":
195 [
196 "/xyz/openbmc_project/led/groups/enclosure_identify"
197 ]
198 },
199 {
200 "types":
201 {
Matt Spinler47162542021-03-02 15:00:09 -0600202 "rType": "chassis",
203 "fType": "all_sensors"
204 },
205 "paths":
206 [
Brandon Wymanbc133172022-01-21 23:14:33 +0000207 "/xyz/openbmc_project/sensors/power/ps0_input_power",
208 "/xyz/openbmc_project/sensors/voltage/ps0_input_voltage",
209 "/xyz/openbmc_project/sensors/current/ps0_output_current",
210 "/xyz/openbmc_project/sensors/voltage/ps0_output_voltage",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000211 "/xyz/openbmc_project/sensors/temperature/ps0_temp0",
212 "/xyz/openbmc_project/sensors/temperature/ps0_temp1",
213 "/xyz/openbmc_project/sensors/temperature/ps0_temp2",
Brandon Wymanbc133172022-01-21 23:14:33 +0000214 "/xyz/openbmc_project/sensors/power/ps1_input_power",
215 "/xyz/openbmc_project/sensors/voltage/ps1_input_voltage",
216 "/xyz/openbmc_project/sensors/current/ps1_output_current",
217 "/xyz/openbmc_project/sensors/voltage/ps1_output_voltage",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000218 "/xyz/openbmc_project/sensors/temperature/ps1_temp0",
219 "/xyz/openbmc_project/sensors/temperature/ps1_temp1",
220 "/xyz/openbmc_project/sensors/temperature/ps1_temp2",
Brandon Wymanbc133172022-01-21 23:14:33 +0000221 "/xyz/openbmc_project/sensors/power/ps2_input_power",
222 "/xyz/openbmc_project/sensors/voltage/ps2_input_voltage",
223 "/xyz/openbmc_project/sensors/current/ps2_output_current",
224 "/xyz/openbmc_project/sensors/voltage/ps2_output_voltage",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000225 "/xyz/openbmc_project/sensors/temperature/ps2_temp0",
226 "/xyz/openbmc_project/sensors/temperature/ps2_temp1",
227 "/xyz/openbmc_project/sensors/temperature/ps2_temp2",
Brandon Wymanbc133172022-01-21 23:14:33 +0000228 "/xyz/openbmc_project/sensors/power/ps3_input_power",
229 "/xyz/openbmc_project/sensors/voltage/ps3_input_voltage",
230 "/xyz/openbmc_project/sensors/current/ps3_output_current",
231 "/xyz/openbmc_project/sensors/voltage/ps3_output_voltage",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000232 "/xyz/openbmc_project/sensors/temperature/ps3_temp0",
233 "/xyz/openbmc_project/sensors/temperature/ps3_temp1",
234 "/xyz/openbmc_project/sensors/temperature/ps3_temp2",
Ben Tyner4e5730c2021-11-30 07:49:19 -0600235 "/xyz/openbmc_project/sensors/altitude/Altitude",
Matt Spinler47162542021-03-02 15:00:09 -0600236 "/xyz/openbmc_project/sensors/fan_tach/fan0_0",
237 "/xyz/openbmc_project/sensors/fan_tach/fan0_1",
238 "/xyz/openbmc_project/sensors/fan_tach/fan1_0",
239 "/xyz/openbmc_project/sensors/fan_tach/fan1_1",
240 "/xyz/openbmc_project/sensors/fan_tach/fan2_0",
241 "/xyz/openbmc_project/sensors/fan_tach/fan2_1",
242 "/xyz/openbmc_project/sensors/fan_tach/fan3_0",
243 "/xyz/openbmc_project/sensors/fan_tach/fan3_1"
244 ]
Lakshminarayana R. Kammath0de4c7f2021-06-09 12:18:56 -0500245 },
246 {
247 "types":
248 {
249 "rType": "inventory",
250 "fType": "assembly"
251 },
252 "paths":
253 [
254 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm0",
255 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm1",
256 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm2",
257 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm3",
258 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm4",
259 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm5",
260 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm6",
261 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm7",
262 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm8",
263 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm9",
264 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm10",
265 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm11",
266 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm12",
267 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm13",
268 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm14",
269 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vrm15",
270 "/xyz/openbmc_project/inventory/system/chassis/motherboard/bmc/tod_battery",
271 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane",
272 "/xyz/openbmc_project/inventory/system/chassis/motherboard/tpm",
273 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/panel0"
274 ]
275 },
276 {
277 "types":
278 {
279 "rType": "chassis",
280 "fType": "inventory"
281 },
282 "paths":
283 [
284 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot0",
285 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot1",
286 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot2",
287 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot3",
288 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot4",
289 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot5",
290 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot6",
291 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot7",
292 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot8",
293 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot9",
294 "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot10",
295 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme0",
296 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme1",
297 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme2",
298 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme3",
299 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme4",
300 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme5",
301 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme6",
302 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme7",
303 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme8",
304 "/xyz/openbmc_project/inventory/system/chassis/motherboard/dasd_backplane/nvme9"
305 ]
Matt Spinler47162542021-03-02 15:00:09 -0600306 }
307 ]
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -0500308 },
309 {
Lakshminarayana R. Kammath7dd9ff42021-12-07 04:38:14 -0600310 "path": "system",
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/partition_system_attention_indicator",
322 "/xyz/openbmc_project/led/groups/platform_system_attention_indicator"
323 ]
324 }
325 ]
326 },
327 {
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -0500328 "path": "system/chassis/motherboard/powersupply0",
329 "endpoints":
330 [
331 {
332 "types":
333 {
Brandon Wymanbc133172022-01-21 23:14:33 +0000334 "rType": "inventory",
335 "fType": "sensors"
336 },
337 "paths":
338 [
339 "/xyz/openbmc_project/sensors/power/ps0_input_power",
340 "/xyz/openbmc_project/sensors/voltage/ps0_input_voltage",
341 "/xyz/openbmc_project/sensors/current/ps0_output_current",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000342 "/xyz/openbmc_project/sensors/voltage/ps0_output_voltage",
343 "/xyz/openbmc_project/sensors/temperature/ps0_temp0",
344 "/xyz/openbmc_project/sensors/temperature/ps0_temp1",
345 "/xyz/openbmc_project/sensors/temperature/ps0_temp2"
Brandon Wymanbc133172022-01-21 23:14:33 +0000346 ]
347 },
348 {
349 "types":
350 {
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -0500351 "rType": "fault_inventory_object",
352 "fType": "fault_led_group"
353 },
354 "paths":
355 [
356 "/xyz/openbmc_project/led/groups/powersupply0_fault"
357 ]
358 },
359 {
360 "types":
361 {
362 "rType": "identify_inventory_object",
363 "fType": "identify_led_group"
364 },
365 "paths":
366 [
367 "/xyz/openbmc_project/led/groups/powersupply0_identify"
368 ]
369 },
370 {
371 "types":
372 {
373 "rType": "inventory",
374 "fType": "chassis"
375 },
376 "paths":
377 [
378 "/xyz/openbmc_project/inventory/system/chassis"
379 ]
380 }
381 ]
382 },
383 {
384 "path": "system/chassis/motherboard/powersupply1",
385 "endpoints":
386 [
387 {
388 "types":
389 {
Brandon Wymanbc133172022-01-21 23:14:33 +0000390 "rType": "inventory",
391 "fType": "sensors"
392 },
393 "paths":
394 [
395 "/xyz/openbmc_project/sensors/power/ps1_input_power",
396 "/xyz/openbmc_project/sensors/voltage/ps1_input_voltage",
397 "/xyz/openbmc_project/sensors/current/ps1_output_current",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000398 "/xyz/openbmc_project/sensors/voltage/ps1_output_voltage",
399 "/xyz/openbmc_project/sensors/temperature/ps1_temp0",
400 "/xyz/openbmc_project/sensors/temperature/ps1_temp1",
401 "/xyz/openbmc_project/sensors/temperature/ps1_temp2"
Brandon Wymanbc133172022-01-21 23:14:33 +0000402 ]
403 },
404 {
405 "types":
406 {
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -0500407 "rType": "fault_inventory_object",
408 "fType": "fault_led_group"
409 },
410 "paths":
411 [
412 "/xyz/openbmc_project/led/groups/powersupply1_fault"
413 ]
414 },
415 {
416 "types":
417 {
418 "rType": "identify_inventory_object",
419 "fType": "identify_led_group"
420 },
421 "paths":
422 [
423 "/xyz/openbmc_project/led/groups/powersupply1_identify"
424 ]
425 },
426 {
427 "types":
428 {
429 "rType": "inventory",
430 "fType": "chassis"
431 },
432 "paths":
433 [
434 "/xyz/openbmc_project/inventory/system/chassis"
435 ]
436 }
437 ]
438 },
439 {
440 "path": "system/chassis/motherboard/powersupply2",
441 "endpoints":
442 [
443 {
444 "types":
445 {
Brandon Wymanbc133172022-01-21 23:14:33 +0000446 "rType": "inventory",
447 "fType": "sensors"
448 },
449 "paths":
450 [
451 "/xyz/openbmc_project/sensors/power/ps2_input_power",
452 "/xyz/openbmc_project/sensors/voltage/ps2_input_voltage",
453 "/xyz/openbmc_project/sensors/current/ps2_output_current",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000454 "/xyz/openbmc_project/sensors/voltage/ps2_output_voltage",
455 "/xyz/openbmc_project/sensors/temperature/ps2_temp0",
456 "/xyz/openbmc_project/sensors/temperature/ps2_temp1",
457 "/xyz/openbmc_project/sensors/temperature/ps2_temp2"
Brandon Wymanbc133172022-01-21 23:14:33 +0000458 ]
459 },
460 {
461 "types":
462 {
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -0500463 "rType": "fault_inventory_object",
464 "fType": "fault_led_group"
465 },
466 "paths":
467 [
468 "/xyz/openbmc_project/led/groups/powersupply2_fault"
469 ]
470 },
471 {
472 "types":
473 {
474 "rType": "identify_inventory_object",
475 "fType": "identify_led_group"
476 },
477 "paths":
478 [
479 "/xyz/openbmc_project/led/groups/powersupply2_identify"
480 ]
481 },
482 {
483 "types":
484 {
485 "rType": "inventory",
486 "fType": "chassis"
487 },
488 "paths":
489 [
490 "/xyz/openbmc_project/inventory/system/chassis"
491 ]
492 }
493 ]
494 },
495 {
496 "path": "system/chassis/motherboard/powersupply3",
497 "endpoints":
498 [
499 {
500 "types":
501 {
Brandon Wymanbc133172022-01-21 23:14:33 +0000502 "rType": "inventory",
503 "fType": "sensors"
504 },
505 "paths":
506 [
507 "/xyz/openbmc_project/sensors/power/ps3_input_power",
508 "/xyz/openbmc_project/sensors/voltage/ps3_input_voltage",
509 "/xyz/openbmc_project/sensors/current/ps3_output_current",
Brandon Wyman7eb569c2022-02-22 20:44:27 +0000510 "/xyz/openbmc_project/sensors/voltage/ps3_output_voltage",
511 "/xyz/openbmc_project/sensors/temperature/ps3_temp0",
512 "/xyz/openbmc_project/sensors/temperature/ps3_temp1",
513 "/xyz/openbmc_project/sensors/temperature/ps3_temp2"
Brandon Wymanbc133172022-01-21 23:14:33 +0000514 ]
515 },
516 {
517 "types":
518 {
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -0500519 "rType": "fault_inventory_object",
520 "fType": "fault_led_group"
521 },
522 "paths":
523 [
524 "/xyz/openbmc_project/led/groups/powersupply3_fault"
525 ]
526 },
527 {
528 "types":
529 {
530 "rType": "identify_inventory_object",
531 "fType": "identify_led_group"
532 },
533 "paths":
534 [
535 "/xyz/openbmc_project/led/groups/powersupply3_identify"
536 ]
537 },
538 {
539 "types":
540 {
541 "rType": "inventory",
542 "fType": "chassis"
543 },
544 "paths":
545 [
546 "/xyz/openbmc_project/inventory/system/chassis"
547 ]
548 }
549 ]
550 },
551 {
Lakshminarayana R. Kammath0de4c7f2021-06-09 12:18:56 -0500552 "path": "system/chassis/motherboard/pcieslot0",
553 "endpoints":
554 [
555 {
556 "types":
557 {
558 "rType": "fault_inventory_object",
559 "fType": "fault_led_group"
560 },
561 "paths":
562 [
563 "/xyz/openbmc_project/led/groups/pcieslot_c01_fault"
564 ]
565 },
566 {
567 "types":
568 {
569 "rType": "identify_inventory_object",
570 "fType": "identify_led_group"
571 },
572 "paths":
573 [
574 "/xyz/openbmc_project/led/groups/pcieslot_c01_identify"
575 ]
576 }
577 ]
578 },
579 {
580 "path": "system/chassis/motherboard/pcieslot1",
581 "endpoints":
582 [
583 {
584 "types":
585 {
586 "rType": "fault_inventory_object",
587 "fType": "fault_led_group"
588 },
589 "paths":
590 [
591 "/xyz/openbmc_project/led/groups/pcieslot_c02_fault"
592 ]
593 },
594 {
595 "types":
596 {
597 "rType": "identify_inventory_object",
598 "fType": "identify_led_group"
599 },
600 "paths":
601 [
602 "/xyz/openbmc_project/led/groups/pcieslot_c02_identify"
603 ]
604 }
605 ]
606 },
607 {
608 "path": "system/chassis/motherboard/pcieslot2",
609 "endpoints":
610 [
611 {
612 "types":
613 {
614 "rType": "fault_inventory_object",
615 "fType": "fault_led_group"
616 },
617 "paths":
618 [
619 "/xyz/openbmc_project/led/groups/pcieslot_c03_fault"
620 ]
621 },
622 {
623 "types":
624 {
625 "rType": "identify_inventory_object",
626 "fType": "identify_led_group"
627 },
628 "paths":
629 [
630 "/xyz/openbmc_project/led/groups/pcieslot_c03_identify"
631 ]
632 }
633 ]
634 },
635 {
636 "path": "system/chassis/motherboard/pcieslot3",
637 "endpoints":
638 [
639 {
640 "types":
641 {
642 "rType": "fault_inventory_object",
643 "fType": "fault_led_group"
644 },
645 "paths":
646 [
647 "/xyz/openbmc_project/led/groups/pcieslot_c04_fault"
648 ]
649 },
650 {
651 "types":
652 {
653 "rType": "identify_inventory_object",
654 "fType": "identify_led_group"
655 },
656 "paths":
657 [
658 "/xyz/openbmc_project/led/groups/pcieslot_c04_identify"
659 ]
660 }
661 ]
662 },
663 {
664 "path": "system/chassis/motherboard/pcieslot4",
665 "endpoints":
666 [
667 {
668 "types":
669 {
670 "rType": "fault_inventory_object",
671 "fType": "fault_led_group"
672 },
673 "paths":
674 [
675 "/xyz/openbmc_project/led/groups/pcieslot_c05_fault"
676 ]
677 },
678 {
679 "types":
680 {
681 "rType": "identify_inventory_object",
682 "fType": "identify_led_group"
683 },
684 "paths":
685 [
686 "/xyz/openbmc_project/led/groups/pcieslot_c05_identify"
687 ]
688 }
689 ]
690 },
691 {
692 "path": "system/chassis/motherboard/pcieslot5",
693 "endpoints":
694 [
695 {
696 "types":
697 {
698 "rType": "fault_inventory_object",
699 "fType": "fault_led_group"
700 },
701 "paths":
702 [
703 "/xyz/openbmc_project/led/groups/pcieslot_c06_fault"
704 ]
705 },
706 {
707 "types":
708 {
709 "rType": "identify_inventory_object",
710 "fType": "identify_led_group"
711 },
712 "paths":
713 [
714 "/xyz/openbmc_project/led/groups/pcieslot_c06_identify"
715 ]
716 }
717 ]
718 },
719 {
720 "path": "system/chassis/motherboard/pcieslot6",
721 "endpoints":
722 [
723 {
724 "types":
725 {
726 "rType": "fault_inventory_object",
727 "fType": "fault_led_group"
728 },
729 "paths":
730 [
731 "/xyz/openbmc_project/led/groups/pcieslot_c07_fault"
732 ]
733 },
734 {
735 "types":
736 {
737 "rType": "identify_inventory_object",
738 "fType": "identify_led_group"
739 },
740 "paths":
741 [
742 "/xyz/openbmc_project/led/groups/pcieslot_c07_identify"
743 ]
744 }
745 ]
746 },
747 {
748 "path": "system/chassis/motherboard/pcieslot7",
749 "endpoints":
750 [
751 {
752 "types":
753 {
754 "rType": "fault_inventory_object",
755 "fType": "fault_led_group"
756 },
757 "paths":
758 [
759 "/xyz/openbmc_project/led/groups/pcieslot_c08_fault"
760 ]
761 },
762 {
763 "types":
764 {
765 "rType": "identify_inventory_object",
766 "fType": "identify_led_group"
767 },
768 "paths":
769 [
770 "/xyz/openbmc_project/led/groups/pcieslot_c08_identify"
771 ]
772 }
773 ]
774 },
775 {
776 "path": "system/chassis/motherboard/pcieslot8",
777 "endpoints":
778 [
779 {
780 "types":
781 {
782 "rType": "fault_inventory_object",
783 "fType": "fault_led_group"
784 },
785 "paths":
786 [
787 "/xyz/openbmc_project/led/groups/pcieslot_c09_fault"
788 ]
789 },
790 {
791 "types":
792 {
793 "rType": "identify_inventory_object",
794 "fType": "identify_led_group"
795 },
796 "paths":
797 [
798 "/xyz/openbmc_project/led/groups/pcieslot_c09_identify"
799 ]
800 }
801 ]
802 },
803 {
804 "path": "system/chassis/motherboard/pcieslot9",
805 "endpoints":
806 [
807 {
808 "types":
809 {
810 "rType": "fault_inventory_object",
811 "fType": "fault_led_group"
812 },
813 "paths":
814 [
815 "/xyz/openbmc_project/led/groups/pcieslot_c10_fault"
816 ]
817 },
818 {
819 "types":
820 {
821 "rType": "identify_inventory_object",
822 "fType": "identify_led_group"
823 },
824 "paths":
825 [
826 "/xyz/openbmc_project/led/groups/pcieslot_c10_identify"
827 ]
828 }
829 ]
830 },
831 {
832 "path": "system/chassis/motherboard/pcieslot10",
833 "endpoints":
834 [
835 {
836 "types":
837 {
838 "rType": "fault_inventory_object",
839 "fType": "fault_led_group"
840 },
841 "paths":
842 [
843 "/xyz/openbmc_project/led/groups/pcieslot_c11_fault"
844 ]
845 },
846 {
847 "types":
848 {
849 "rType": "identify_inventory_object",
850 "fType": "identify_led_group"
851 },
852 "paths":
853 [
854 "/xyz/openbmc_project/led/groups/pcieslot_c11_identify"
855 ]
856 }
857 ]
858 },
859 {
860 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_top",
861 "endpoints":
862 [
863 {
864 "types":
865 {
866 "rType": "fault_inventory_object",
867 "fType": "fault_led_group"
868 },
869 "paths":
870 [
871 "/xyz/openbmc_project/led/groups/cablecard_c01_top_fault"
872 ]
873 },
874 {
875 "types":
876 {
877 "rType": "identify_inventory_object",
878 "fType": "identify_led_group"
879 },
880 "paths":
881 [
882 "/xyz/openbmc_project/led/groups/cablecard_c01_cxp_top_identify"
883 ]
884 }
885 ]
886 },
887 {
888 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_bot",
889 "endpoints":
890 [
891 {
892 "types":
893 {
894 "rType": "fault_inventory_object",
895 "fType": "fault_led_group"
896 },
897 "paths":
898 [
899 "/xyz/openbmc_project/led/groups/cablecard_c01_cxp_bot_fault"
900 ]
901 },
902 {
903 "types":
904 {
905 "rType": "identify_inventory_object",
906 "fType": "identify_led_group"
907 },
908 "paths":
909 [
910 "/xyz/openbmc_project/led/groups/cablecard_c01_cxp_bot_identify"
911 ]
912 }
913 ]
914 },
915 {
916 "path": "system/chassis/motherboard/pcie_cable_card1/cxp_top",
917 "endpoints":
918 [
919 {
920 "types":
921 {
922 "rType": "fault_inventory_object",
923 "fType": "fault_led_group"
924 },
925 "paths":
926 [
927 "/xyz/openbmc_project/led/groups/cablecard_c02_cxp_top_fault"
928 ]
929 },
930 {
931 "types":
932 {
933 "rType": "identify_inventory_object",
934 "fType": "identify_led_group"
935 },
936 "paths":
937 [
938 "/xyz/openbmc_project/led/groups/cablecard_c02_cxp_top_identify"
939 ]
940 }
941 ]
942 },
943 {
944 "path": "system/chassis/motherboard/pcie_cable_card1/cxp_bot",
945 "endpoints":
946 [
947 {
948 "types":
949 {
950 "rType": "fault_inventory_object",
951 "fType": "fault_led_group"
952 },
953 "paths":
954 [
955 "/xyz/openbmc_project/led/groups/cablecard_c02_cxp_bot_fault"
956 ]
957 },
958 {
959 "types":
960 {
961 "rType": "identify_inventory_object",
962 "fType": "identify_led_group"
963 },
964 "paths":
965 [
966 "/xyz/openbmc_project/led/groups/cablecard_c02_cxp_bot_identify"
967 ]
968 }
969 ]
970 },
971 {
972 "path": "system/chassis/motherboard/pcie_cable_card2/cxp_top",
973 "endpoints":
974 [
975 {
976 "types":
977 {
978 "rType": "fault_inventory_object",
979 "fType": "fault_led_group"
980 },
981 "paths":
982 [
983 "/xyz/openbmc_project/led/groups/cablecard_c03_cxp_top_fault"
984 ]
985 },
986 {
987 "types":
988 {
989 "rType": "identify_inventory_object",
990 "fType": "identify_led_group"
991 },
992 "paths":
993 [
994 "/xyz/openbmc_project/led/groups/cablecard_c03_cxp_top_identify"
995 ]
996 }
997 ]
998 },
999 {
1000 "path": "system/chassis/motherboard/pcie_cable_card2/cxp_bot",
1001 "endpoints":
1002 [
1003 {
1004 "types":
1005 {
1006 "rType": "fault_inventory_object",
1007 "fType": "fault_led_group"
1008 },
1009 "paths":
1010 [
1011 "/xyz/openbmc_project/led/groups/cablecard_c03_cxp_bot_fault"
1012 ]
1013 },
1014 {
1015 "types":
1016 {
1017 "rType": "identify_inventory_object",
1018 "fType": "identify_led_group"
1019 },
1020 "paths":
1021 [
1022 "/xyz/openbmc_project/led/groups/cablecard_c03_cxp_bot_identify"
1023 ]
1024 }
1025 ]
1026 },
1027 {
1028 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_top",
1029 "endpoints":
1030 [
1031 {
1032 "types":
1033 {
1034 "rType": "fault_inventory_object",
1035 "fType": "fault_led_group"
1036 },
1037 "paths":
1038 [
1039 "/xyz/openbmc_project/led/groups/cablecard_c04_cxp_top_fault"
1040 ]
1041 },
1042 {
1043 "types":
1044 {
1045 "rType": "identify_inventory_object",
1046 "fType": "identify_led_group"
1047 },
1048 "paths":
1049 [
1050 "/xyz/openbmc_project/led/groups/cablecard_c04_cxp_top_identify"
1051 ]
1052 }
1053 ]
1054 },
1055 {
1056 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_bot",
1057 "endpoints":
1058 [
1059 {
1060 "types":
1061 {
1062 "rType": "fault_inventory_object",
1063 "fType": "fault_led_group"
1064 },
1065 "paths":
1066 [
1067 "/xyz/openbmc_project/led/groups/cablecard_c04_cxp_bot_fault"
1068 ]
1069 },
1070 {
1071 "types":
1072 {
1073 "rType": "identify_inventory_object",
1074 "fType": "identify_led_group"
1075 },
1076 "paths":
1077 [
1078 "/xyz/openbmc_project/led/groups/cablecard_c04_cxp_bot_identify"
1079 ]
1080 }
1081 ]
1082 },
1083 {
1084 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_top",
1085 "endpoints":
1086 [
1087 {
1088 "types":
1089 {
1090 "rType": "fault_inventory_object",
1091 "fType": "fault_led_group"
1092 },
1093 "paths":
1094 [
1095 "/xyz/openbmc_project/led/groups/cablecard_c05_cxp_top_fault"
1096 ]
1097 },
1098 {
1099 "types":
1100 {
1101 "rType": "identify_inventory_object",
1102 "fType": "identify_led_group"
1103 },
1104 "paths":
1105 [
1106 "/xyz/openbmc_project/led/groups/cablecard_c05_cxp_top_identify"
1107 ]
1108 }
1109 ]
1110 },
1111 {
1112 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_bot",
1113 "endpoints":
1114 [
1115 {
1116 "types":
1117 {
1118 "rType": "fault_inventory_object",
1119 "fType": "fault_led_group"
1120 },
1121 "paths":
1122 [
1123 "/xyz/openbmc_project/led/groups/cablecard_c05_cxp_bot_fault"
1124 ]
1125 },
1126 {
1127 "types":
1128 {
1129 "rType": "identify_inventory_object",
1130 "fType": "identify_led_group"
1131 },
1132 "paths":
1133 [
1134 "/xyz/openbmc_project/led/groups/cablecard_c05_cxp_bot_identify"
1135 ]
1136 }
1137 ]
1138 },
1139 {
1140 "path": "system/chassis/motherboard/pcie_cable_card6/cxp_top",
1141 "endpoints":
1142 [
1143 {
1144 "types":
1145 {
1146 "rType": "fault_inventory_object",
1147 "fType": "fault_led_group"
1148 },
1149 "paths":
1150 [
1151 "/xyz/openbmc_project/led/groups/cablecard_c07_cxp_top_fault"
1152 ]
1153 },
1154 {
1155 "types":
1156 {
1157 "rType": "identify_inventory_object",
1158 "fType": "identify_led_group"
1159 },
1160 "paths":
1161 [
1162 "/xyz/openbmc_project/led/groups/cablecard_c07_cxp_top_identify"
1163 ]
1164 }
1165 ]
1166 },
1167 {
1168 "path": "system/chassis/motherboard/pcie_cable_card6/cxp_bot",
1169 "endpoints":
1170 [
1171 {
1172 "types":
1173 {
1174 "rType": "fault_inventory_object",
1175 "fType": "fault_led_group"
1176 },
1177 "paths":
1178 [
1179 "/xyz/openbmc_project/led/groups/cablecard_c07_cxp_bot_fault"
1180 ]
1181 },
1182 {
1183 "types":
1184 {
1185 "rType": "identify_inventory_object",
1186 "fType": "identify_led_group"
1187 },
1188 "paths":
1189 [
1190 "/xyz/openbmc_project/led/groups/cablecard_c07_cxp_bot_identify"
1191 ]
1192 }
1193 ]
1194 },
1195 {
1196 "path": "system/chassis/motherboard/pcie_cable_card7/cxp_top",
1197 "endpoints":
1198 [
1199 {
1200 "types":
1201 {
1202 "rType": "fault_inventory_object",
1203 "fType": "fault_led_group"
1204 },
1205 "paths":
1206 [
1207 "/xyz/openbmc_project/led/groups/cablecard_c08_cxp_top_fault"
1208 ]
1209 },
1210 {
1211 "types":
1212 {
1213 "rType": "identify_inventory_object",
1214 "fType": "identify_led_group"
1215 },
1216 "paths":
1217 [
1218 "/xyz/openbmc_project/led/groups/cablecard_c08_cxp_top_identify"
1219 ]
1220 }
1221 ]
1222 },
1223 {
1224 "path": "system/chassis/motherboard/pcie_cable_card7/cxp_bot",
1225 "endpoints":
1226 [
1227 {
1228 "types":
1229 {
1230 "rType": "fault_inventory_object",
1231 "fType": "fault_led_group"
1232 },
1233 "paths":
1234 [
1235 "/xyz/openbmc_project/led/groups/cablecard_c08_cxp_bot_fault"
1236 ]
1237 },
1238 {
1239 "types":
1240 {
1241 "rType": "identify_inventory_object",
1242 "fType": "identify_led_group"
1243 },
1244 "paths":
1245 [
1246 "/xyz/openbmc_project/led/groups/cablecard_c08_cxp_bot_identify"
1247 ]
1248 }
1249 ]
1250 },
1251 {
1252 "path": "system/chassis/motherboard/pcie_cable_card9/cxp_top",
1253 "endpoints":
1254 [
1255 {
1256 "types":
1257 {
1258 "rType": "fault_inventory_object",
1259 "fType": "fault_led_group"
1260 },
1261 "paths":
1262 [
1263 "/xyz/openbmc_project/led/groups/cablecard_c10_cxp_top_fault"
1264 ]
1265 },
1266 {
1267 "types":
1268 {
1269 "rType": "identify_inventory_object",
1270 "fType": "identify_led_group"
1271 },
1272 "paths":
1273 [
1274 "/xyz/openbmc_project/led/groups/cablecard_c10_cxp_top_identify"
1275 ]
1276 }
1277 ]
1278 },
1279 {
1280 "path": "system/chassis/motherboard/pcie_cable_card9/cxp_bot",
1281 "endpoints":
1282 [
1283 {
1284 "types":
1285 {
1286 "rType": "fault_inventory_object",
1287 "fType": "fault_led_group"
1288 },
1289 "paths":
1290 [
1291 "/xyz/openbmc_project/led/groups/cablecard_c10_cxp_bot_fault"
1292 ]
1293 },
1294 {
1295 "types":
1296 {
1297 "rType": "identify_inventory_object",
1298 "fType": "identify_led_group"
1299 },
1300 "paths":
1301 [
1302 "/xyz/openbmc_project/led/groups/cablecard_c10_cxp_bot_identify"
1303 ]
1304 }
1305 ]
1306 },
1307 {
1308 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_top",
1309 "endpoints":
1310 [
1311 {
1312 "types":
1313 {
1314 "rType": "fault_inventory_object",
1315 "fType": "fault_led_group"
1316 },
1317 "paths":
1318 [
1319 "/xyz/openbmc_project/led/groups/cablecard_c11_cxp_top_fault"
1320 ]
1321 },
1322 {
1323 "types":
1324 {
1325 "rType": "identify_inventory_object",
1326 "fType": "identify_led_group"
1327 },
1328 "paths":
1329 [
1330 "/xyz/openbmc_project/led/groups/cablecard_c11_cxp_top_identify"
1331 ]
1332 }
1333 ]
1334 },
1335 {
1336 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_bot",
1337 "endpoints":
1338 [
1339 {
1340 "types":
1341 {
1342 "rType": "fault_inventory_object",
1343 "fType": "fault_led_group"
1344 },
1345 "paths":
1346 [
1347 "/xyz/openbmc_project/led/groups/cablecard_c11_cxp_bot_fault"
1348 ]
1349 },
1350 {
1351 "types":
1352 {
1353 "rType": "identify_inventory_object",
1354 "fType": "identify_led_group"
1355 },
1356 "paths":
1357 [
1358 "/xyz/openbmc_project/led/groups/cablecard_c11_cxp_bot_identify"
1359 ]
1360 }
1361 ]
1362 },
1363 {
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -05001364 "path": "system/chassis/motherboard",
1365 "endpoints":
1366 [
1367 {
1368 "types":
1369 {
1370 "rType": "fault_inventory_object",
1371 "fType": "fault_led_group"
1372 },
1373 "paths":
1374 [
1375 "/xyz/openbmc_project/led/groups/planar_fault"
1376 ]
1377 },
1378 {
1379 "types":
1380 {
1381 "rType": "identify_inventory_object",
1382 "fType": "identify_led_group"
1383 },
1384 "paths":
1385 [
1386 "/xyz/openbmc_project/led/groups/planar_identify"
1387 ]
Matt Spinlerff916a62022-02-04 16:21:59 -06001388 },
1389 {
1390 "types":
1391 {
1392 "rType": "inventory",
1393 "fType": "sensors"
1394 },
1395 "paths":
1396 [
1397 "/xyz/openbmc_project/sensors/temperature/PCIE_0_Temp",
1398 "/xyz/openbmc_project/sensors/temperature/PCIE_1_Temp"
1399 ]
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -05001400 }
1401 ]
1402 },
1403 {
1404 "path": "system/chassis/motherboard/bmc",
1405 "endpoints":
1406 [
1407 {
1408 "types":
1409 {
1410 "rType": "fault_inventory_object",
1411 "fType": "fault_led_group"
1412 },
1413 "paths":
1414 [
1415 "/xyz/openbmc_project/led/groups/bmc_fault"
1416 ]
1417 },
1418 {
1419 "types":
1420 {
1421 "rType": "identify_inventory_object",
1422 "fType": "identify_led_group"
1423 },
1424 "paths":
1425 [
1426 "/xyz/openbmc_project/led/groups/bmc_identify"
1427 ]
1428 }
1429 ]
1430 },
1431 {
1432 "path": "system/chassis/motherboard/bmc/tod_battery",
1433 "endpoints":
1434 [
1435 {
1436 "types":
1437 {
1438 "rType": "fault_inventory_object",
1439 "fType": "fault_led_group"
1440 },
1441 "paths":
1442 [
1443 "/xyz/openbmc_project/led/groups/rtc_battery_fault"
1444 ]
1445 },
1446 {
1447 "types":
1448 {
1449 "rType": "identify_inventory_object",
1450 "fType": "identify_led_group"
1451 },
1452 "paths":
1453 [
1454 "/xyz/openbmc_project/led/groups/rtc_battery_identify"
1455 ]
1456 }
1457 ]
1458 },
1459 {
1460 "path": "system/chassis/motherboard/vrm0",
1461 "endpoints":
1462 [
1463 {
1464 "types":
1465 {
1466 "rType": "fault_inventory_object",
1467 "fType": "fault_led_group"
1468 },
1469 "paths":
1470 [
1471 "/xyz/openbmc_project/led/groups/vrm0_fault"
1472 ]
1473 },
1474 {
1475 "types":
1476 {
1477 "rType": "identify_inventory_object",
1478 "fType": "identify_led_group"
1479 },
1480 "paths":
1481 [
1482 "/xyz/openbmc_project/led/groups/vrm0_identify"
1483 ]
1484 }
1485 ]
1486 },
1487 {
1488 "path": "system/chassis/motherboard/vrm1",
1489 "endpoints":
1490 [
1491 {
1492 "types":
1493 {
1494 "rType": "fault_inventory_object",
1495 "fType": "fault_led_group"
1496 },
1497 "paths":
1498 [
1499 "/xyz/openbmc_project/led/groups/vrm1_fault"
1500 ]
1501 },
1502 {
1503 "types":
1504 {
1505 "rType": "identify_inventory_object",
1506 "fType": "identify_led_group"
1507 },
1508 "paths":
1509 [
1510 "/xyz/openbmc_project/led/groups/vrm1_identify"
1511 ]
1512 }
1513 ]
1514 },
1515 {
1516 "path": "system/chassis/motherboard/vrm2",
1517 "endpoints":
1518 [
1519 {
1520 "types":
1521 {
1522 "rType": "fault_inventory_object",
1523 "fType": "fault_led_group"
1524 },
1525 "paths":
1526 [
1527 "/xyz/openbmc_project/led/groups/vrm2_fault"
1528 ]
1529 },
1530 {
1531 "types":
1532 {
1533 "rType": "identify_inventory_object",
1534 "fType": "identify_led_group"
1535 },
1536 "paths":
1537 [
1538 "/xyz/openbmc_project/led/groups/vrm2_identify"
1539 ]
1540 }
1541 ]
1542 },
1543 {
1544 "path": "system/chassis/motherboard/vrm3",
1545 "endpoints":
1546 [
1547 {
1548 "types":
1549 {
1550 "rType": "fault_inventory_object",
1551 "fType": "fault_led_group"
1552 },
1553 "paths":
1554 [
1555 "/xyz/openbmc_project/led/groups/vrm3_fault"
1556 ]
1557 },
1558 {
1559 "types":
1560 {
1561 "rType": "identify_inventory_object",
1562 "fType": "identify_led_group"
1563 },
1564 "paths":
1565 [
1566 "/xyz/openbmc_project/led/groups/vrm3_identify"
1567 ]
1568 }
1569 ]
1570 },
1571 {
1572 "path": "system/chassis/motherboard/vrm4",
1573 "endpoints":
1574 [
1575 {
1576 "types":
1577 {
1578 "rType": "fault_inventory_object",
1579 "fType": "fault_led_group"
1580 },
1581 "paths":
1582 [
1583 "/xyz/openbmc_project/led/groups/vrm4_fault"
1584 ]
1585 },
1586 {
1587 "types":
1588 {
1589 "rType": "identify_inventory_object",
1590 "fType": "identify_led_group"
1591 },
1592 "paths":
1593 [
1594 "/xyz/openbmc_project/led/groups/vrm4_identify"
1595 ]
1596 }
1597 ]
1598 },
1599 {
1600 "path": "system/chassis/motherboard/vrm5",
1601 "endpoints":
1602 [
1603 {
1604 "types":
1605 {
1606 "rType": "fault_inventory_object",
1607 "fType": "fault_led_group"
1608 },
1609 "paths":
1610 [
1611 "/xyz/openbmc_project/led/groups/vrm5_fault"
1612 ]
1613 },
1614 {
1615 "types":
1616 {
1617 "rType": "identify_inventory_object",
1618 "fType": "identify_led_group"
1619 },
1620 "paths":
1621 [
1622 "/xyz/openbmc_project/led/groups/vrm5_identify"
1623 ]
1624 }
1625 ]
1626 },
1627 {
1628 "path": "system/chassis/motherboard/vrm6",
1629 "endpoints":
1630 [
1631 {
1632 "types":
1633 {
1634 "rType": "fault_inventory_object",
1635 "fType": "fault_led_group"
1636 },
1637 "paths":
1638 [
1639 "/xyz/openbmc_project/led/groups/vrm6_fault"
1640 ]
1641 },
1642 {
1643 "types":
1644 {
1645 "rType": "identify_inventory_object",
1646 "fType": "identify_led_group"
1647 },
1648 "paths":
1649 [
1650 "/xyz/openbmc_project/led/groups/vrm6_identify"
1651 ]
1652 }
1653 ]
1654 },
1655 {
1656 "path": "system/chassis/motherboard/vrm7",
1657 "endpoints":
1658 [
1659 {
1660 "types":
1661 {
1662 "rType": "fault_inventory_object",
1663 "fType": "fault_led_group"
1664 },
1665 "paths":
1666 [
1667 "/xyz/openbmc_project/led/groups/vrm7_fault"
1668 ]
1669 },
1670 {
1671 "types":
1672 {
1673 "rType": "identify_inventory_object",
1674 "fType": "identify_led_group"
1675 },
1676 "paths":
1677 [
1678 "/xyz/openbmc_project/led/groups/vrm7_identify"
1679 ]
1680 }
1681 ]
1682 },
1683 {
1684 "path": "system/chassis/motherboard/vrm8",
1685 "endpoints":
1686 [
1687 {
1688 "types":
1689 {
1690 "rType": "fault_inventory_object",
1691 "fType": "fault_led_group"
1692 },
1693 "paths":
1694 [
1695 "/xyz/openbmc_project/led/groups/vrm8_fault"
1696 ]
1697 },
1698 {
1699 "types":
1700 {
1701 "rType": "identify_inventory_object",
1702 "fType": "identify_led_group"
1703 },
1704 "paths":
1705 [
1706 "/xyz/openbmc_project/led/groups/vrm8_identify"
1707 ]
1708 }
1709 ]
1710 },
1711 {
1712 "path": "system/chassis/motherboard/vrm9",
1713 "endpoints":
1714 [
1715 {
1716 "types":
1717 {
1718 "rType": "fault_inventory_object",
1719 "fType": "fault_led_group"
1720 },
1721 "paths":
1722 [
1723 "/xyz/openbmc_project/led/groups/vrm9_fault"
1724 ]
1725 },
1726 {
1727 "types":
1728 {
1729 "rType": "identify_inventory_object",
1730 "fType": "identify_led_group"
1731 },
1732 "paths":
1733 [
1734 "/xyz/openbmc_project/led/groups/vrm9_identify"
1735 ]
1736 }
1737 ]
1738 },
1739 {
1740 "path": "system/chassis/motherboard/vrm10",
1741 "endpoints":
1742 [
1743 {
1744 "types":
1745 {
1746 "rType": "fault_inventory_object",
1747 "fType": "fault_led_group"
1748 },
1749 "paths":
1750 [
1751 "/xyz/openbmc_project/led/groups/vrm10_fault"
1752 ]
1753 },
1754 {
1755 "types":
1756 {
1757 "rType": "identify_inventory_object",
1758 "fType": "identify_led_group"
1759 },
1760 "paths":
1761 [
1762 "/xyz/openbmc_project/led/groups/vrm10_identify"
1763 ]
1764 }
1765 ]
1766 },
1767 {
1768 "path": "system/chassis/motherboard/vrm11",
1769 "endpoints":
1770 [
1771 {
1772 "types":
1773 {
1774 "rType": "fault_inventory_object",
1775 "fType": "fault_led_group"
1776 },
1777 "paths":
1778 [
1779 "/xyz/openbmc_project/led/groups/vrm11_fault"
1780 ]
1781 },
1782 {
1783 "types":
1784 {
1785 "rType": "identify_inventory_object",
1786 "fType": "identify_led_group"
1787 },
1788 "paths":
1789 [
1790 "/xyz/openbmc_project/led/groups/vrm11_identify"
1791 ]
1792 }
1793 ]
1794 },
1795 {
1796 "path": "system/chassis/motherboard/vrm12",
1797 "endpoints":
1798 [
1799 {
1800 "types":
1801 {
1802 "rType": "fault_inventory_object",
1803 "fType": "fault_led_group"
1804 },
1805 "paths":
1806 [
1807 "/xyz/openbmc_project/led/groups/vrm12_fault"
1808 ]
1809 },
1810 {
1811 "types":
1812 {
1813 "rType": "identify_inventory_object",
1814 "fType": "identify_led_group"
1815 },
1816 "paths":
1817 [
1818 "/xyz/openbmc_project/led/groups/vrm12_identify"
1819 ]
1820 }
1821 ]
1822 },
1823 {
1824 "path": "system/chassis/motherboard/vrm13",
1825 "endpoints":
1826 [
1827 {
1828 "types":
1829 {
1830 "rType": "fault_inventory_object",
1831 "fType": "fault_led_group"
1832 },
1833 "paths":
1834 [
1835 "/xyz/openbmc_project/led/groups/vrm13_fault"
1836 ]
1837 },
1838 {
1839 "types":
1840 {
1841 "rType": "identify_inventory_object",
1842 "fType": "identify_led_group"
1843 },
1844 "paths":
1845 [
1846 "/xyz/openbmc_project/led/groups/vrm13_identify"
1847 ]
1848 }
1849 ]
1850 },
1851 {
1852 "path": "system/chassis/motherboard/vrm14",
1853 "endpoints":
1854 [
1855 {
1856 "types":
1857 {
1858 "rType": "fault_inventory_object",
1859 "fType": "fault_led_group"
1860 },
1861 "paths":
1862 [
1863 "/xyz/openbmc_project/led/groups/vrm14_fault"
1864 ]
1865 },
1866 {
1867 "types":
1868 {
1869 "rType": "identify_inventory_object",
1870 "fType": "identify_led_group"
1871 },
1872 "paths":
1873 [
1874 "/xyz/openbmc_project/led/groups/vrm14_identify"
1875 ]
1876 }
1877 ]
1878 },
1879 {
1880 "path": "system/chassis/motherboard/vrm15",
1881 "endpoints":
1882 [
1883 {
1884 "types":
1885 {
1886 "rType": "fault_inventory_object",
1887 "fType": "fault_led_group"
1888 },
1889 "paths":
1890 [
1891 "/xyz/openbmc_project/led/groups/vrm15_fault"
1892 ]
1893 },
1894 {
1895 "types":
1896 {
1897 "rType": "identify_inventory_object",
1898 "fType": "identify_led_group"
1899 },
1900 "paths":
1901 [
1902 "/xyz/openbmc_project/led/groups/vrm15_identify"
1903 ]
1904 }
1905 ]
1906 },
1907 {
1908 "path": "system/chassis/motherboard/tpm",
1909 "endpoints":
1910 [
1911 {
1912 "types":
1913 {
1914 "rType": "fault_inventory_object",
1915 "fType": "fault_led_group"
1916 },
1917 "paths":
1918 [
1919 "/xyz/openbmc_project/led/groups/tpm_fault"
1920 ]
1921 },
1922 {
1923 "types":
1924 {
1925 "rType": "identify_inventory_object",
1926 "fType": "identify_led_group"
1927 },
1928 "paths":
1929 [
1930 "/xyz/openbmc_project/led/groups/tpm_identify"
1931 ]
1932 }
1933 ]
1934 },
1935 {
1936 "path": "system/chassis/motherboard/power_distribution",
1937 "endpoints":
1938 [
1939 {
1940 "types":
1941 {
1942 "rType": "fault_inventory_object",
1943 "fType": "fault_led_group"
1944 },
1945 "paths":
1946 [
1947 "/xyz/openbmc_project/led/groups/power_distribution_fault"
1948 ]
1949 },
1950 {
1951 "types":
1952 {
1953 "rType": "identify_inventory_object",
1954 "fType": "identify_led_group"
1955 },
1956 "paths":
1957 [
1958 "/xyz/openbmc_project/led/groups/power_distribution_identify"
1959 ]
1960 }
1961 ]
1962 },
1963 {
1964 "path": "system/chassis/motherboard/cpu0",
1965 "endpoints":
1966 [
1967 {
1968 "types":
1969 {
1970 "rType": "fault_inventory_object",
1971 "fType": "fault_led_group"
1972 },
1973 "paths":
1974 [
1975 "/xyz/openbmc_project/led/groups/cpu0_c14_fault"
1976 ]
1977 },
1978 {
1979 "types":
1980 {
1981 "rType": "identify_inventory_object",
1982 "fType": "identify_led_group"
1983 },
1984 "paths":
1985 [
1986 "/xyz/openbmc_project/led/groups/cpu0_c14_identify"
1987 ]
1988 }
1989 ]
1990 },
1991 {
1992 "path": "system/chassis/motherboard/cpu1",
1993 "endpoints":
1994 [
1995 {
1996 "types":
1997 {
1998 "rType": "fault_inventory_object",
1999 "fType": "fault_led_group"
2000 },
2001 "paths":
2002 [
2003 "/xyz/openbmc_project/led/groups/cpu0_c14_fault"
2004 ]
2005 },
2006 {
2007 "types":
2008 {
2009 "rType": "identify_inventory_object",
2010 "fType": "identify_led_group"
2011 },
2012 "paths":
2013 [
2014 "/xyz/openbmc_project/led/groups/cpu0_c14_identify"
2015 ]
2016 }
2017 ]
2018 },
2019 {
2020 "path": "system/chassis/motherboard/cpu2",
2021 "endpoints":
2022 [
2023 {
2024 "types":
2025 {
2026 "rType": "fault_inventory_object",
2027 "fType": "fault_led_group"
2028 },
2029 "paths":
2030 [
2031 "/xyz/openbmc_project/led/groups/cpu1_c19_fault"
2032 ]
2033 },
2034 {
2035 "types":
2036 {
2037 "rType": "identify_inventory_object",
2038 "fType": "identify_led_group"
2039 },
2040 "paths":
2041 [
2042 "/xyz/openbmc_project/led/groups/cpu1_c19_identify"
2043 ]
2044 }
2045 ]
2046 },
2047 {
2048 "path": "system/chassis/motherboard/cpu3",
2049 "endpoints":
2050 [
2051 {
2052 "types":
2053 {
2054 "rType": "fault_inventory_object",
2055 "fType": "fault_led_group"
2056 },
2057 "paths":
2058 [
2059 "/xyz/openbmc_project/led/groups/cpu1_c19_fault"
2060 ]
2061 },
2062 {
2063 "types":
2064 {
2065 "rType": "identify_inventory_object",
2066 "fType": "identify_led_group"
2067 },
2068 "paths":
2069 [
2070 "/xyz/openbmc_project/led/groups/cpu1_c19_identify"
2071 ]
2072 }
2073 ]
2074 },
2075 {
2076 "path": "system/chassis/motherboard/cpu4",
2077 "endpoints":
2078 [
2079 {
2080 "types":
2081 {
2082 "rType": "fault_inventory_object",
2083 "fType": "fault_led_group"
2084 },
2085 "paths":
2086 [
2087 "/xyz/openbmc_project/led/groups/cpu2_c56_fault"
2088 ]
2089 },
2090 {
2091 "types":
2092 {
2093 "rType": "identify_inventory_object",
2094 "fType": "identify_led_group"
2095 },
2096 "paths":
2097 [
2098 "/xyz/openbmc_project/led/groups/cpu2_c56_identify"
2099 ]
2100 }
2101 ]
2102 },
2103 {
2104 "path": "system/chassis/motherboard/cpu5",
2105 "endpoints":
2106 [
2107 {
2108 "types":
2109 {
2110 "rType": "fault_inventory_object",
2111 "fType": "fault_led_group"
2112 },
2113 "paths":
2114 [
2115 "/xyz/openbmc_project/led/groups/cpu2_c56_fault"
2116 ]
2117 },
2118 {
2119 "types":
2120 {
2121 "rType": "identify_inventory_object",
2122 "fType": "identify_led_group"
2123 },
2124 "paths":
2125 [
2126 "/xyz/openbmc_project/led/groups/cpu2_c56_identify"
2127 ]
2128 }
2129 ]
2130 },
2131 {
2132 "path": "system/chassis/motherboard/cpu6",
2133 "endpoints":
2134 [
2135 {
2136 "types":
2137 {
2138 "rType": "fault_inventory_object",
2139 "fType": "fault_led_group"
2140 },
2141 "paths":
2142 [
2143 "/xyz/openbmc_project/led/groups/cpu3_c61_fault"
2144 ]
2145 },
2146 {
2147 "types":
2148 {
2149 "rType": "identify_inventory_object",
2150 "fType": "identify_led_group"
2151 },
2152 "paths":
2153 [
2154 "/xyz/openbmc_project/led/groups/cpu3_c61_identify"
2155 ]
2156 }
2157 ]
2158 },
2159 {
2160 "path": "system/chassis/motherboard/cpu7",
2161 "endpoints":
2162 [
2163 {
2164 "types":
2165 {
2166 "rType": "fault_inventory_object",
2167 "fType": "fault_led_group"
2168 },
2169 "paths":
2170 [
2171 "/xyz/openbmc_project/led/groups/cpu3_c61_fault"
2172 ]
2173 },
2174 {
2175 "types":
2176 {
2177 "rType": "identify_inventory_object",
2178 "fType": "identify_led_group"
2179 },
2180 "paths":
2181 [
2182 "/xyz/openbmc_project/led/groups/cpu3_c61_identify"
2183 ]
2184 }
2185 ]
2186 },
2187 {
Lakshminarayana R. Kammath0de4c7f2021-06-09 12:18:56 -05002188 "path": "system/chassis/motherboard/dasd_backplane/nvme0",
2189 "endpoints":
2190 [
2191 {
2192 "types":
2193 {
2194 "rType": "fault_inventory_object",
2195 "fType": "fault_led_group"
2196 },
2197 "paths":
2198 [
2199 "/xyz/openbmc_project/led/groups/nvme0_fault"
2200 ]
2201 },
2202 {
2203 "types":
2204 {
2205 "rType": "identify_inventory_object",
2206 "fType": "identify_led_group"
2207 },
2208 "paths":
2209 [
2210 "/xyz/openbmc_project/led/groups/nvme0_identify"
2211 ]
2212 }
2213 ]
2214 },
2215 {
2216 "path": "system/chassis/motherboard/dasd_backplane/nvme1",
2217 "endpoints":
2218 [
2219 {
2220 "types":
2221 {
2222 "rType": "fault_inventory_object",
2223 "fType": "fault_led_group"
2224 },
2225 "paths":
2226 [
2227 "/xyz/openbmc_project/led/groups/nvme1_fault"
2228 ]
2229 },
2230 {
2231 "types":
2232 {
2233 "rType": "identify_inventory_object",
2234 "fType": "identify_led_group"
2235 },
2236 "paths":
2237 [
2238 "/xyz/openbmc_project/led/groups/nvme1_identify"
2239 ]
2240 }
2241 ]
2242 },
2243 {
2244 "path": "system/chassis/motherboard/dasd_backplane/nvme2",
2245 "endpoints":
2246 [
2247 {
2248 "types":
2249 {
2250 "rType": "fault_inventory_object",
2251 "fType": "fault_led_group"
2252 },
2253 "paths":
2254 [
2255 "/xyz/openbmc_project/led/groups/nvme2_fault"
2256 ]
2257 },
2258 {
2259 "types":
2260 {
2261 "rType": "identify_inventory_object",
2262 "fType": "identify_led_group"
2263 },
2264 "paths":
2265 [
2266 "/xyz/openbmc_project/led/groups/nvme2_identify"
2267 ]
2268 }
2269 ]
2270 },
2271 {
2272 "path": "system/chassis/motherboard/dasd_backplane/nvme3",
2273 "endpoints":
2274 [
2275 {
2276 "types":
2277 {
2278 "rType": "fault_inventory_object",
2279 "fType": "fault_led_group"
2280 },
2281 "paths":
2282 [
2283 "/xyz/openbmc_project/led/groups/nvme3_fault"
2284 ]
2285 },
2286 {
2287 "types":
2288 {
2289 "rType": "identify_inventory_object",
2290 "fType": "identify_led_group"
2291 },
2292 "paths":
2293 [
2294 "/xyz/openbmc_project/led/groups/nvme3_identify"
2295 ]
2296 }
2297 ]
2298 },
2299 {
2300 "path": "system/chassis/motherboard/dasd_backplane/nvme4",
2301 "endpoints":
2302 [
2303 {
2304 "types":
2305 {
2306 "rType": "fault_inventory_object",
2307 "fType": "fault_led_group"
2308 },
2309 "paths":
2310 [
2311 "/xyz/openbmc_project/led/groups/nvme4_fault"
2312 ]
2313 },
2314 {
2315 "types":
2316 {
2317 "rType": "identify_inventory_object",
2318 "fType": "identify_led_group"
2319 },
2320 "paths":
2321 [
2322 "/xyz/openbmc_project/led/groups/nvme4_identify"
2323 ]
2324 }
2325 ]
2326 },
2327 {
2328 "path": "system/chassis/motherboard/dasd_backplane/nvme5",
2329 "endpoints":
2330 [
2331 {
2332 "types":
2333 {
2334 "rType": "fault_inventory_object",
2335 "fType": "fault_led_group"
2336 },
2337 "paths":
2338 [
2339 "/xyz/openbmc_project/led/groups/nvme5_fault"
2340 ]
2341 },
2342 {
2343 "types":
2344 {
2345 "rType": "identify_inventory_object",
2346 "fType": "identify_led_group"
2347 },
2348 "paths":
2349 [
2350 "/xyz/openbmc_project/led/groups/nvme5_identify"
2351 ]
2352 }
2353 ]
2354 },
2355 {
2356 "path": "system/chassis/motherboard/dasd_backplane/nvme6",
2357 "endpoints":
2358 [
2359 {
2360 "types":
2361 {
2362 "rType": "fault_inventory_object",
2363 "fType": "fault_led_group"
2364 },
2365 "paths":
2366 [
2367 "/xyz/openbmc_project/led/groups/nvme6_fault"
2368 ]
2369 },
2370 {
2371 "types":
2372 {
2373 "rType": "identify_inventory_object",
2374 "fType": "identify_led_group"
2375 },
2376 "paths":
2377 [
2378 "/xyz/openbmc_project/led/groups/nvme6_identify"
2379 ]
2380 }
2381 ]
2382 },
2383 {
2384 "path": "system/chassis/motherboard/dasd_backplane/nvme7",
2385 "endpoints":
2386 [
2387 {
2388 "types":
2389 {
2390 "rType": "fault_inventory_object",
2391 "fType": "fault_led_group"
2392 },
2393 "paths":
2394 [
2395 "/xyz/openbmc_project/led/groups/nvme7_fault"
2396 ]
2397 },
2398 {
2399 "types":
2400 {
2401 "rType": "identify_inventory_object",
2402 "fType": "identify_led_group"
2403 },
2404 "paths":
2405 [
2406 "/xyz/openbmc_project/led/groups/nvme7_identify"
2407 ]
2408 }
2409 ]
2410 },
2411 {
2412 "path": "system/chassis/motherboard/dasd_backplane/nvme8",
2413 "endpoints":
2414 [
2415 {
2416 "types":
2417 {
2418 "rType": "fault_inventory_object",
2419 "fType": "fault_led_group"
2420 },
2421 "paths":
2422 [
2423 "/xyz/openbmc_project/led/groups/nvme8_fault"
2424 ]
2425 },
2426 {
2427 "types":
2428 {
2429 "rType": "identify_inventory_object",
2430 "fType": "identify_led_group"
2431 },
2432 "paths":
2433 [
2434 "/xyz/openbmc_project/led/groups/nvme8_identify"
2435 ]
2436 }
2437 ]
2438 },
2439 {
2440 "path": "system/chassis/motherboard/dasd_backplane/nvme9",
2441 "endpoints":
2442 [
2443 {
2444 "types":
2445 {
2446 "rType": "fault_inventory_object",
2447 "fType": "fault_led_group"
2448 },
2449 "paths":
2450 [
2451 "/xyz/openbmc_project/led/groups/nvme9_fault"
2452 ]
2453 },
2454 {
2455 "types":
2456 {
2457 "rType": "identify_inventory_object",
2458 "fType": "identify_led_group"
2459 },
2460 "paths":
2461 [
2462 "/xyz/openbmc_project/led/groups/nvme9_identify"
2463 ]
2464 }
2465 ]
2466 },
2467 {
2468 "path": "system/chassis/motherboard/dimm0",
2469 "endpoints":
2470 [
2471 {
2472 "types":
2473 {
2474 "rType": "fault_inventory_object",
2475 "fType": "fault_led_group"
2476 },
2477 "paths":
2478 [
2479 "/xyz/openbmc_project/led/groups/ddimm0_fault"
2480 ]
2481 },
2482 {
2483 "types":
2484 {
2485 "rType": "identify_inventory_object",
2486 "fType": "identify_led_group"
2487 },
2488 "paths":
2489 [
2490 "/xyz/openbmc_project/led/groups/ddimm0_identify"
2491 ]
2492 }
2493 ]
2494 },
2495 {
2496 "path": "system/chassis/motherboard/dimm1",
2497 "endpoints":
2498 [
2499 {
2500 "types":
2501 {
2502 "rType": "fault_inventory_object",
2503 "fType": "fault_led_group"
2504 },
2505 "paths":
2506 [
2507 "/xyz/openbmc_project/led/groups/ddimm1_fault"
2508 ]
2509 },
2510 {
2511 "types":
2512 {
2513 "rType": "identify_inventory_object",
2514 "fType": "identify_led_group"
2515 },
2516 "paths":
2517 [
2518 "/xyz/openbmc_project/led/groups/ddimm1_identify"
2519 ]
2520 }
2521 ]
2522 },
2523 {
2524 "path": "system/chassis/motherboard/dimm2",
2525 "endpoints":
2526 [
2527 {
2528 "types":
2529 {
2530 "rType": "fault_inventory_object",
2531 "fType": "fault_led_group"
2532 },
2533 "paths":
2534 [
2535 "/xyz/openbmc_project/led/groups/ddimm2_fault"
2536 ]
2537 },
2538 {
2539 "types":
2540 {
2541 "rType": "identify_inventory_object",
2542 "fType": "identify_led_group"
2543 },
2544 "paths":
2545 [
2546 "/xyz/openbmc_project/led/groups/ddimm2_identify"
2547 ]
2548 }
2549 ]
2550 },
2551 {
2552 "path": "system/chassis/motherboard/dimm3",
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/ddimm3_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/ddimm3_identify"
2575 ]
2576 }
2577 ]
2578 },
2579 {
2580 "path": "system/chassis/motherboard/dimm4",
2581 "endpoints":
2582 [
2583 {
2584 "types":
2585 {
2586 "rType": "fault_inventory_object",
2587 "fType": "fault_led_group"
2588 },
2589 "paths":
2590 [
2591 "/xyz/openbmc_project/led/groups/ddimm4_fault"
2592 ]
2593 },
2594 {
2595 "types":
2596 {
2597 "rType": "identify_inventory_object",
2598 "fType": "identify_led_group"
2599 },
2600 "paths":
2601 [
2602 "/xyz/openbmc_project/led/groups/ddimm4_identify"
2603 ]
2604 }
2605 ]
2606 },
2607 {
2608 "path": "system/chassis/motherboard/dimm5",
2609 "endpoints":
2610 [
2611 {
2612 "types":
2613 {
2614 "rType": "fault_inventory_object",
2615 "fType": "fault_led_group"
2616 },
2617 "paths":
2618 [
2619 "/xyz/openbmc_project/led/groups/ddimm5_fault"
2620 ]
2621 },
2622 {
2623 "types":
2624 {
2625 "rType": "identify_inventory_object",
2626 "fType": "identify_led_group"
2627 },
2628 "paths":
2629 [
2630 "/xyz/openbmc_project/led/groups/ddimm5_identify"
2631 ]
2632 }
2633 ]
2634 },
2635 {
2636 "path": "system/chassis/motherboard/dimm6",
2637 "endpoints":
2638 [
2639 {
2640 "types":
2641 {
2642 "rType": "fault_inventory_object",
2643 "fType": "fault_led_group"
2644 },
2645 "paths":
2646 [
2647 "/xyz/openbmc_project/led/groups/ddimm6_fault"
2648 ]
2649 },
2650 {
2651 "types":
2652 {
2653 "rType": "identify_inventory_object",
2654 "fType": "identify_led_group"
2655 },
2656 "paths":
2657 [
2658 "/xyz/openbmc_project/led/groups/ddimm6_identify"
2659 ]
2660 }
2661 ]
2662 },
2663 {
2664 "path": "system/chassis/motherboard/dimm7",
2665 "endpoints":
2666 [
2667 {
2668 "types":
2669 {
2670 "rType": "fault_inventory_object",
2671 "fType": "fault_led_group"
2672 },
2673 "paths":
2674 [
2675 "/xyz/openbmc_project/led/groups/ddimm7_fault"
2676 ]
2677 },
2678 {
2679 "types":
2680 {
2681 "rType": "identify_inventory_object",
2682 "fType": "identify_led_group"
2683 },
2684 "paths":
2685 [
2686 "/xyz/openbmc_project/led/groups/ddimm7_identify"
2687 ]
2688 }
2689 ]
2690 },
2691 {
2692 "path": "system/chassis/motherboard/dimm8",
2693 "endpoints":
2694 [
2695 {
2696 "types":
2697 {
2698 "rType": "fault_inventory_object",
2699 "fType": "fault_led_group"
2700 },
2701 "paths":
2702 [
2703 "/xyz/openbmc_project/led/groups/ddimm8_fault"
2704 ]
2705 },
2706 {
2707 "types":
2708 {
2709 "rType": "identify_inventory_object",
2710 "fType": "identify_led_group"
2711 },
2712 "paths":
2713 [
2714 "/xyz/openbmc_project/led/groups/ddimm8_identify"
2715 ]
2716 }
2717 ]
2718 },
2719 {
2720 "path": "system/chassis/motherboard/dimm9",
2721 "endpoints":
2722 [
2723 {
2724 "types":
2725 {
2726 "rType": "fault_inventory_object",
2727 "fType": "fault_led_group"
2728 },
2729 "paths":
2730 [
2731 "/xyz/openbmc_project/led/groups/ddimm9_fault"
2732 ]
2733 },
2734 {
2735 "types":
2736 {
2737 "rType": "identify_inventory_object",
2738 "fType": "identify_led_group"
2739 },
2740 "paths":
2741 [
2742 "/xyz/openbmc_project/led/groups/ddimm9_identify"
2743 ]
2744 }
2745 ]
2746 },
2747 {
2748 "path": "system/chassis/motherboard/dimm10",
2749 "endpoints":
2750 [
2751 {
2752 "types":
2753 {
2754 "rType": "fault_inventory_object",
2755 "fType": "fault_led_group"
2756 },
2757 "paths":
2758 [
2759 "/xyz/openbmc_project/led/groups/ddimm10_fault"
2760 ]
2761 },
2762 {
2763 "types":
2764 {
2765 "rType": "identify_inventory_object",
2766 "fType": "identify_led_group"
2767 },
2768 "paths":
2769 [
2770 "/xyz/openbmc_project/led/groups/ddimm10_identify"
2771 ]
2772 }
2773 ]
2774 },
2775 {
2776 "path": "system/chassis/motherboard/dimm11",
2777 "endpoints":
2778 [
2779 {
2780 "types":
2781 {
2782 "rType": "fault_inventory_object",
2783 "fType": "fault_led_group"
2784 },
2785 "paths":
2786 [
2787 "/xyz/openbmc_project/led/groups/ddimm11_fault"
2788 ]
2789 },
2790 {
2791 "types":
2792 {
2793 "rType": "identify_inventory_object",
2794 "fType": "identify_led_group"
2795 },
2796 "paths":
2797 [
2798 "/xyz/openbmc_project/led/groups/ddimm11_identify"
2799 ]
2800 }
2801 ]
2802 },
2803 {
2804 "path": "system/chassis/motherboard/dimm12",
2805 "endpoints":
2806 [
2807 {
2808 "types":
2809 {
2810 "rType": "fault_inventory_object",
2811 "fType": "fault_led_group"
2812 },
2813 "paths":
2814 [
2815 "/xyz/openbmc_project/led/groups/ddimm12_fault"
2816 ]
2817 },
2818 {
2819 "types":
2820 {
2821 "rType": "identify_inventory_object",
2822 "fType": "identify_led_group"
2823 },
2824 "paths":
2825 [
2826 "/xyz/openbmc_project/led/groups/ddimm12_identify"
2827 ]
2828 }
2829 ]
2830 },
2831 {
2832 "path": "system/chassis/motherboard/dimm13",
2833 "endpoints":
2834 [
2835 {
2836 "types":
2837 {
2838 "rType": "fault_inventory_object",
2839 "fType": "fault_led_group"
2840 },
2841 "paths":
2842 [
2843 "/xyz/openbmc_project/led/groups/ddimm13_fault"
2844 ]
2845 },
2846 {
2847 "types":
2848 {
2849 "rType": "identify_inventory_object",
2850 "fType": "identify_led_group"
2851 },
2852 "paths":
2853 [
2854 "/xyz/openbmc_project/led/groups/ddimm13_identify"
2855 ]
2856 }
2857 ]
2858 },
2859 {
2860 "path": "system/chassis/motherboard/dimm14",
2861 "endpoints":
2862 [
2863 {
2864 "types":
2865 {
2866 "rType": "fault_inventory_object",
2867 "fType": "fault_led_group"
2868 },
2869 "paths":
2870 [
2871 "/xyz/openbmc_project/led/groups/ddimm14_fault"
2872 ]
2873 },
2874 {
2875 "types":
2876 {
2877 "rType": "identify_inventory_object",
2878 "fType": "identify_led_group"
2879 },
2880 "paths":
2881 [
2882 "/xyz/openbmc_project/led/groups/ddimm14_identify"
2883 ]
2884 }
2885 ]
2886 },
2887 {
2888 "path": "system/chassis/motherboard/dimm15",
2889 "endpoints":
2890 [
2891 {
2892 "types":
2893 {
2894 "rType": "fault_inventory_object",
2895 "fType": "fault_led_group"
2896 },
2897 "paths":
2898 [
2899 "/xyz/openbmc_project/led/groups/ddimm15_fault"
2900 ]
2901 },
2902 {
2903 "types":
2904 {
2905 "rType": "identify_inventory_object",
2906 "fType": "identify_led_group"
2907 },
2908 "paths":
2909 [
2910 "/xyz/openbmc_project/led/groups/ddimm15_identify"
2911 ]
2912 }
2913 ]
2914 },
2915 {
2916 "path": "system/chassis/motherboard/dimm16",
2917 "endpoints":
2918 [
2919 {
2920 "types":
2921 {
2922 "rType": "fault_inventory_object",
2923 "fType": "fault_led_group"
2924 },
2925 "paths":
2926 [
2927 "/xyz/openbmc_project/led/groups/ddimm16_fault"
2928 ]
2929 },
2930 {
2931 "types":
2932 {
2933 "rType": "identify_inventory_object",
2934 "fType": "identify_led_group"
2935 },
2936 "paths":
2937 [
2938 "/xyz/openbmc_project/led/groups/ddimm16_identify"
2939 ]
2940 }
2941 ]
2942 },
2943 {
2944 "path": "system/chassis/motherboard/dimm17",
2945 "endpoints":
2946 [
2947 {
2948 "types":
2949 {
2950 "rType": "fault_inventory_object",
2951 "fType": "fault_led_group"
2952 },
2953 "paths":
2954 [
2955 "/xyz/openbmc_project/led/groups/ddimm17_fault"
2956 ]
2957 },
2958 {
2959 "types":
2960 {
2961 "rType": "identify_inventory_object",
2962 "fType": "identify_led_group"
2963 },
2964 "paths":
2965 [
2966 "/xyz/openbmc_project/led/groups/ddimm17_identify"
2967 ]
2968 }
2969 ]
2970 },
2971 {
2972 "path": "system/chassis/motherboard/dimm18",
2973 "endpoints":
2974 [
2975 {
2976 "types":
2977 {
2978 "rType": "fault_inventory_object",
2979 "fType": "fault_led_group"
2980 },
2981 "paths":
2982 [
2983 "/xyz/openbmc_project/led/groups/ddimm18_fault"
2984 ]
2985 },
2986 {
2987 "types":
2988 {
2989 "rType": "identify_inventory_object",
2990 "fType": "identify_led_group"
2991 },
2992 "paths":
2993 [
2994 "/xyz/openbmc_project/led/groups/ddimm18_identify"
2995 ]
2996 }
2997 ]
2998 },
2999 {
3000 "path": "system/chassis/motherboard/dimm19",
3001 "endpoints":
3002 [
3003 {
3004 "types":
3005 {
3006 "rType": "fault_inventory_object",
3007 "fType": "fault_led_group"
3008 },
3009 "paths":
3010 [
3011 "/xyz/openbmc_project/led/groups/ddimm19_fault"
3012 ]
3013 },
3014 {
3015 "types":
3016 {
3017 "rType": "identify_inventory_object",
3018 "fType": "identify_led_group"
3019 },
3020 "paths":
3021 [
3022 "/xyz/openbmc_project/led/groups/ddimm19_identify"
3023 ]
3024 }
3025 ]
3026 },
3027 {
3028 "path": "system/chassis/motherboard/dimm20",
3029 "endpoints":
3030 [
3031 {
3032 "types":
3033 {
3034 "rType": "fault_inventory_object",
3035 "fType": "fault_led_group"
3036 },
3037 "paths":
3038 [
3039 "/xyz/openbmc_project/led/groups/ddimm20_fault"
3040 ]
3041 },
3042 {
3043 "types":
3044 {
3045 "rType": "identify_inventory_object",
3046 "fType": "identify_led_group"
3047 },
3048 "paths":
3049 [
3050 "/xyz/openbmc_project/led/groups/ddimm20_identify"
3051 ]
3052 }
3053 ]
3054 },
3055 {
3056 "path": "system/chassis/motherboard/dimm21",
3057 "endpoints":
3058 [
3059 {
3060 "types":
3061 {
3062 "rType": "fault_inventory_object",
3063 "fType": "fault_led_group"
3064 },
3065 "paths":
3066 [
3067 "/xyz/openbmc_project/led/groups/ddimm21_fault"
3068 ]
3069 },
3070 {
3071 "types":
3072 {
3073 "rType": "identify_inventory_object",
3074 "fType": "identify_led_group"
3075 },
3076 "paths":
3077 [
3078 "/xyz/openbmc_project/led/groups/ddimm21_identify"
3079 ]
3080 }
3081 ]
3082 },
3083 {
3084 "path": "system/chassis/motherboard/dimm22",
3085 "endpoints":
3086 [
3087 {
3088 "types":
3089 {
3090 "rType": "fault_inventory_object",
3091 "fType": "fault_led_group"
3092 },
3093 "paths":
3094 [
3095 "/xyz/openbmc_project/led/groups/ddimm22_fault"
3096 ]
3097 },
3098 {
3099 "types":
3100 {
3101 "rType": "identify_inventory_object",
3102 "fType": "identify_led_group"
3103 },
3104 "paths":
3105 [
3106 "/xyz/openbmc_project/led/groups/ddimm22_identify"
3107 ]
3108 }
3109 ]
3110 },
3111 {
3112 "path": "system/chassis/motherboard/dimm23",
3113 "endpoints":
3114 [
3115 {
3116 "types":
3117 {
3118 "rType": "fault_inventory_object",
3119 "fType": "fault_led_group"
3120 },
3121 "paths":
3122 [
3123 "/xyz/openbmc_project/led/groups/ddimm23_fault"
3124 ]
3125 },
3126 {
3127 "types":
3128 {
3129 "rType": "identify_inventory_object",
3130 "fType": "identify_led_group"
3131 },
3132 "paths":
3133 [
3134 "/xyz/openbmc_project/led/groups/ddimm23_identify"
3135 ]
3136 }
3137 ]
3138 },
3139 {
3140 "path": "system/chassis/motherboard/dimm24",
3141 "endpoints":
3142 [
3143 {
3144 "types":
3145 {
3146 "rType": "fault_inventory_object",
3147 "fType": "fault_led_group"
3148 },
3149 "paths":
3150 [
3151 "/xyz/openbmc_project/led/groups/ddimm24_fault"
3152 ]
3153 },
3154 {
3155 "types":
3156 {
3157 "rType": "identify_inventory_object",
3158 "fType": "identify_led_group"
3159 },
3160 "paths":
3161 [
3162 "/xyz/openbmc_project/led/groups/ddimm24_identify"
3163 ]
3164 }
3165 ]
3166 },
3167 {
3168 "path": "system/chassis/motherboard/dimm25",
3169 "endpoints":
3170 [
3171 {
3172 "types":
3173 {
3174 "rType": "fault_inventory_object",
3175 "fType": "fault_led_group"
3176 },
3177 "paths":
3178 [
3179 "/xyz/openbmc_project/led/groups/ddimm25_fault"
3180 ]
3181 },
3182 {
3183 "types":
3184 {
3185 "rType": "identify_inventory_object",
3186 "fType": "identify_led_group"
3187 },
3188 "paths":
3189 [
3190 "/xyz/openbmc_project/led/groups/ddimm25_identify"
3191 ]
3192 }
3193 ]
3194 },
3195 {
3196 "path": "system/chassis/motherboard/dimm26",
3197 "endpoints":
3198 [
3199 {
3200 "types":
3201 {
3202 "rType": "fault_inventory_object",
3203 "fType": "fault_led_group"
3204 },
3205 "paths":
3206 [
3207 "/xyz/openbmc_project/led/groups/ddimm26_fault"
3208 ]
3209 },
3210 {
3211 "types":
3212 {
3213 "rType": "identify_inventory_object",
3214 "fType": "identify_led_group"
3215 },
3216 "paths":
3217 [
3218 "/xyz/openbmc_project/led/groups/ddimm26_identify"
3219 ]
3220 }
3221 ]
3222 },
3223 {
3224 "path": "system/chassis/motherboard/dimm27",
3225 "endpoints":
3226 [
3227 {
3228 "types":
3229 {
3230 "rType": "fault_inventory_object",
3231 "fType": "fault_led_group"
3232 },
3233 "paths":
3234 [
3235 "/xyz/openbmc_project/led/groups/ddimm27_fault"
3236 ]
3237 },
3238 {
3239 "types":
3240 {
3241 "rType": "identify_inventory_object",
3242 "fType": "identify_led_group"
3243 },
3244 "paths":
3245 [
3246 "/xyz/openbmc_project/led/groups/ddimm27_identify"
3247 ]
3248 }
3249 ]
3250 },
3251 {
3252 "path": "system/chassis/motherboard/dimm28",
3253 "endpoints":
3254 [
3255 {
3256 "types":
3257 {
3258 "rType": "fault_inventory_object",
3259 "fType": "fault_led_group"
3260 },
3261 "paths":
3262 [
3263 "/xyz/openbmc_project/led/groups/ddimm28_fault"
3264 ]
3265 },
3266 {
3267 "types":
3268 {
3269 "rType": "identify_inventory_object",
3270 "fType": "identify_led_group"
3271 },
3272 "paths":
3273 [
3274 "/xyz/openbmc_project/led/groups/ddimm28_identify"
3275 ]
3276 }
3277 ]
3278 },
3279 {
3280 "path": "system/chassis/motherboard/dimm29",
3281 "endpoints":
3282 [
3283 {
3284 "types":
3285 {
3286 "rType": "fault_inventory_object",
3287 "fType": "fault_led_group"
3288 },
3289 "paths":
3290 [
3291 "/xyz/openbmc_project/led/groups/ddimm29_fault"
3292 ]
3293 },
3294 {
3295 "types":
3296 {
3297 "rType": "identify_inventory_object",
3298 "fType": "identify_led_group"
3299 },
3300 "paths":
3301 [
3302 "/xyz/openbmc_project/led/groups/ddimm29_identify"
3303 ]
3304 }
3305 ]
3306 },
3307 {
3308 "path": "system/chassis/motherboard/dimm30",
3309 "endpoints":
3310 [
3311 {
3312 "types":
3313 {
3314 "rType": "fault_inventory_object",
3315 "fType": "fault_led_group"
3316 },
3317 "paths":
3318 [
3319 "/xyz/openbmc_project/led/groups/ddimm30_fault"
3320 ]
3321 },
3322 {
3323 "types":
3324 {
3325 "rType": "identify_inventory_object",
3326 "fType": "identify_led_group"
3327 },
3328 "paths":
3329 [
3330 "/xyz/openbmc_project/led/groups/ddimm30_identify"
3331 ]
3332 }
3333 ]
3334 },
3335 {
3336 "path": "system/chassis/motherboard/dimm31",
3337 "endpoints":
3338 [
3339 {
3340 "types":
3341 {
3342 "rType": "fault_inventory_object",
3343 "fType": "fault_led_group"
3344 },
3345 "paths":
3346 [
3347 "/xyz/openbmc_project/led/groups/ddimm31_fault"
3348 ]
3349 },
3350 {
3351 "types":
3352 {
3353 "rType": "identify_inventory_object",
3354 "fType": "identify_led_group"
3355 },
3356 "paths":
3357 [
3358 "/xyz/openbmc_project/led/groups/ddimm31_identify"
3359 ]
3360 }
3361 ]
3362 },
3363 {
3364 "path": "system/chassis/motherboard/dimm32",
3365 "endpoints":
3366 [
3367 {
3368 "types":
3369 {
3370 "rType": "fault_inventory_object",
3371 "fType": "fault_led_group"
3372 },
3373 "paths":
3374 [
3375 "/xyz/openbmc_project/led/groups/ddimm32_fault"
3376 ]
3377 },
3378 {
3379 "types":
3380 {
3381 "rType": "identify_inventory_object",
3382 "fType": "identify_led_group"
3383 },
3384 "paths":
3385 [
3386 "/xyz/openbmc_project/led/groups/ddimm32_identify"
3387 ]
3388 }
3389 ]
3390 },
3391 {
3392 "path": "system/chassis/motherboard/dimm33",
3393 "endpoints":
3394 [
3395 {
3396 "types":
3397 {
3398 "rType": "fault_inventory_object",
3399 "fType": "fault_led_group"
3400 },
3401 "paths":
3402 [
3403 "/xyz/openbmc_project/led/groups/ddimm33_fault"
3404 ]
3405 },
3406 {
3407 "types":
3408 {
3409 "rType": "identify_inventory_object",
3410 "fType": "identify_led_group"
3411 },
3412 "paths":
3413 [
3414 "/xyz/openbmc_project/led/groups/ddimm33_identify"
3415 ]
3416 }
3417 ]
3418 },
3419 {
3420 "path": "system/chassis/motherboard/dimm34",
3421 "endpoints":
3422 [
3423 {
3424 "types":
3425 {
3426 "rType": "fault_inventory_object",
3427 "fType": "fault_led_group"
3428 },
3429 "paths":
3430 [
3431 "/xyz/openbmc_project/led/groups/ddimm34_fault"
3432 ]
3433 },
3434 {
3435 "types":
3436 {
3437 "rType": "identify_inventory_object",
3438 "fType": "identify_led_group"
3439 },
3440 "paths":
3441 [
3442 "/xyz/openbmc_project/led/groups/ddimm34_identify"
3443 ]
3444 }
3445 ]
3446 },
3447 {
3448 "path": "system/chassis/motherboard/dimm35",
3449 "endpoints":
3450 [
3451 {
3452 "types":
3453 {
3454 "rType": "fault_inventory_object",
3455 "fType": "fault_led_group"
3456 },
3457 "paths":
3458 [
3459 "/xyz/openbmc_project/led/groups/ddimm35_fault"
3460 ]
3461 },
3462 {
3463 "types":
3464 {
3465 "rType": "identify_inventory_object",
3466 "fType": "identify_led_group"
3467 },
3468 "paths":
3469 [
3470 "/xyz/openbmc_project/led/groups/ddimm35_identify"
3471 ]
3472 }
3473 ]
3474 },
3475 {
3476 "path": "system/chassis/motherboard/dimm36",
3477 "endpoints":
3478 [
3479 {
3480 "types":
3481 {
3482 "rType": "fault_inventory_object",
3483 "fType": "fault_led_group"
3484 },
3485 "paths":
3486 [
3487 "/xyz/openbmc_project/led/groups/ddimm36_fault"
3488 ]
3489 },
3490 {
3491 "types":
3492 {
3493 "rType": "identify_inventory_object",
3494 "fType": "identify_led_group"
3495 },
3496 "paths":
3497 [
3498 "/xyz/openbmc_project/led/groups/ddimm36_identify"
3499 ]
3500 }
3501 ]
3502 },
3503 {
3504 "path": "system/chassis/motherboard/dimm37",
3505 "endpoints":
3506 [
3507 {
3508 "types":
3509 {
3510 "rType": "fault_inventory_object",
3511 "fType": "fault_led_group"
3512 },
3513 "paths":
3514 [
3515 "/xyz/openbmc_project/led/groups/ddimm37_fault"
3516 ]
3517 },
3518 {
3519 "types":
3520 {
3521 "rType": "identify_inventory_object",
3522 "fType": "identify_led_group"
3523 },
3524 "paths":
3525 [
3526 "/xyz/openbmc_project/led/groups/ddimm37_identify"
3527 ]
3528 }
3529 ]
3530 },
3531 {
3532 "path": "system/chassis/motherboard/dimm38",
3533 "endpoints":
3534 [
3535 {
3536 "types":
3537 {
3538 "rType": "fault_inventory_object",
3539 "fType": "fault_led_group"
3540 },
3541 "paths":
3542 [
3543 "/xyz/openbmc_project/led/groups/ddimm38_fault"
3544 ]
3545 },
3546 {
3547 "types":
3548 {
3549 "rType": "identify_inventory_object",
3550 "fType": "identify_led_group"
3551 },
3552 "paths":
3553 [
3554 "/xyz/openbmc_project/led/groups/ddimm38_identify"
3555 ]
3556 }
3557 ]
3558 },
3559 {
3560 "path": "system/chassis/motherboard/dimm39",
3561 "endpoints":
3562 [
3563 {
3564 "types":
3565 {
3566 "rType": "fault_inventory_object",
3567 "fType": "fault_led_group"
3568 },
3569 "paths":
3570 [
3571 "/xyz/openbmc_project/led/groups/ddimm39_fault"
3572 ]
3573 },
3574 {
3575 "types":
3576 {
3577 "rType": "identify_inventory_object",
3578 "fType": "identify_led_group"
3579 },
3580 "paths":
3581 [
3582 "/xyz/openbmc_project/led/groups/ddimm39_identify"
3583 ]
3584 }
3585 ]
3586 },
3587 {
3588 "path": "system/chassis/motherboard/dimm40",
3589 "endpoints":
3590 [
3591 {
3592 "types":
3593 {
3594 "rType": "fault_inventory_object",
3595 "fType": "fault_led_group"
3596 },
3597 "paths":
3598 [
3599 "/xyz/openbmc_project/led/groups/ddimm40_fault"
3600 ]
3601 },
3602 {
3603 "types":
3604 {
3605 "rType": "identify_inventory_object",
3606 "fType": "identify_led_group"
3607 },
3608 "paths":
3609 [
3610 "/xyz/openbmc_project/led/groups/ddimm40_identify"
3611 ]
3612 }
3613 ]
3614 },
3615 {
3616 "path": "system/chassis/motherboard/dimm41",
3617 "endpoints":
3618 [
3619 {
3620 "types":
3621 {
3622 "rType": "fault_inventory_object",
3623 "fType": "fault_led_group"
3624 },
3625 "paths":
3626 [
3627 "/xyz/openbmc_project/led/groups/ddimm41_fault"
3628 ]
3629 },
3630 {
3631 "types":
3632 {
3633 "rType": "identify_inventory_object",
3634 "fType": "identify_led_group"
3635 },
3636 "paths":
3637 [
3638 "/xyz/openbmc_project/led/groups/ddimm41_identify"
3639 ]
3640 }
3641 ]
3642 },
3643 {
3644 "path": "system/chassis/motherboard/dimm42",
3645 "endpoints":
3646 [
3647 {
3648 "types":
3649 {
3650 "rType": "fault_inventory_object",
3651 "fType": "fault_led_group"
3652 },
3653 "paths":
3654 [
3655 "/xyz/openbmc_project/led/groups/ddimm42_fault"
3656 ]
3657 },
3658 {
3659 "types":
3660 {
3661 "rType": "identify_inventory_object",
3662 "fType": "identify_led_group"
3663 },
3664 "paths":
3665 [
3666 "/xyz/openbmc_project/led/groups/ddimm42_identify"
3667 ]
3668 }
3669 ]
3670 },
3671 {
3672 "path": "system/chassis/motherboard/dimm43",
3673 "endpoints":
3674 [
3675 {
3676 "types":
3677 {
3678 "rType": "fault_inventory_object",
3679 "fType": "fault_led_group"
3680 },
3681 "paths":
3682 [
3683 "/xyz/openbmc_project/led/groups/ddimm43_fault"
3684 ]
3685 },
3686 {
3687 "types":
3688 {
3689 "rType": "identify_inventory_object",
3690 "fType": "identify_led_group"
3691 },
3692 "paths":
3693 [
3694 "/xyz/openbmc_project/led/groups/ddimm43_identify"
3695 ]
3696 }
3697 ]
3698 },
3699 {
3700 "path": "system/chassis/motherboard/dimm44",
3701 "endpoints":
3702 [
3703 {
3704 "types":
3705 {
3706 "rType": "fault_inventory_object",
3707 "fType": "fault_led_group"
3708 },
3709 "paths":
3710 [
3711 "/xyz/openbmc_project/led/groups/ddimm44_fault"
3712 ]
3713 },
3714 {
3715 "types":
3716 {
3717 "rType": "identify_inventory_object",
3718 "fType": "identify_led_group"
3719 },
3720 "paths":
3721 [
3722 "/xyz/openbmc_project/led/groups/ddimm44_identify"
3723 ]
3724 }
3725 ]
3726 },
3727 {
3728 "path": "system/chassis/motherboard/dimm45",
3729 "endpoints":
3730 [
3731 {
3732 "types":
3733 {
3734 "rType": "fault_inventory_object",
3735 "fType": "fault_led_group"
3736 },
3737 "paths":
3738 [
3739 "/xyz/openbmc_project/led/groups/ddimm45_fault"
3740 ]
3741 },
3742 {
3743 "types":
3744 {
3745 "rType": "identify_inventory_object",
3746 "fType": "identify_led_group"
3747 },
3748 "paths":
3749 [
3750 "/xyz/openbmc_project/led/groups/ddimm45_identify"
3751 ]
3752 }
3753 ]
3754 },
3755 {
3756 "path": "system/chassis/motherboard/dimm46",
3757 "endpoints":
3758 [
3759 {
3760 "types":
3761 {
3762 "rType": "fault_inventory_object",
3763 "fType": "fault_led_group"
3764 },
3765 "paths":
3766 [
3767 "/xyz/openbmc_project/led/groups/ddimm46_fault"
3768 ]
3769 },
3770 {
3771 "types":
3772 {
3773 "rType": "identify_inventory_object",
3774 "fType": "identify_led_group"
3775 },
3776 "paths":
3777 [
3778 "/xyz/openbmc_project/led/groups/ddimm46_identify"
3779 ]
3780 }
3781 ]
3782 },
3783 {
3784 "path": "system/chassis/motherboard/dimm47",
3785 "endpoints":
3786 [
3787 {
3788 "types":
3789 {
3790 "rType": "fault_inventory_object",
3791 "fType": "fault_led_group"
3792 },
3793 "paths":
3794 [
3795 "/xyz/openbmc_project/led/groups/ddimm47_fault"
3796 ]
3797 },
3798 {
3799 "types":
3800 {
3801 "rType": "identify_inventory_object",
3802 "fType": "identify_led_group"
3803 },
3804 "paths":
3805 [
3806 "/xyz/openbmc_project/led/groups/ddimm47_identify"
3807 ]
3808 }
3809 ]
3810 },
3811 {
3812 "path": "system/chassis/motherboard/dimm48",
3813 "endpoints":
3814 [
3815 {
3816 "types":
3817 {
3818 "rType": "fault_inventory_object",
3819 "fType": "fault_led_group"
3820 },
3821 "paths":
3822 [
3823 "/xyz/openbmc_project/led/groups/ddimm48_fault"
3824 ]
3825 },
3826 {
3827 "types":
3828 {
3829 "rType": "identify_inventory_object",
3830 "fType": "identify_led_group"
3831 },
3832 "paths":
3833 [
3834 "/xyz/openbmc_project/led/groups/ddimm48_identify"
3835 ]
3836 }
3837 ]
3838 },
3839 {
3840 "path": "system/chassis/motherboard/dimm49",
3841 "endpoints":
3842 [
3843 {
3844 "types":
3845 {
3846 "rType": "fault_inventory_object",
3847 "fType": "fault_led_group"
3848 },
3849 "paths":
3850 [
3851 "/xyz/openbmc_project/led/groups/ddimm49_fault"
3852 ]
3853 },
3854 {
3855 "types":
3856 {
3857 "rType": "identify_inventory_object",
3858 "fType": "identify_led_group"
3859 },
3860 "paths":
3861 [
3862 "/xyz/openbmc_project/led/groups/ddimm49_identify"
3863 ]
3864 }
3865 ]
3866 },
3867 {
3868 "path": "system/chassis/motherboard/dimm50",
3869 "endpoints":
3870 [
3871 {
3872 "types":
3873 {
3874 "rType": "fault_inventory_object",
3875 "fType": "fault_led_group"
3876 },
3877 "paths":
3878 [
3879 "/xyz/openbmc_project/led/groups/ddimm50_fault"
3880 ]
3881 },
3882 {
3883 "types":
3884 {
3885 "rType": "identify_inventory_object",
3886 "fType": "identify_led_group"
3887 },
3888 "paths":
3889 [
3890 "/xyz/openbmc_project/led/groups/ddimm50_identify"
3891 ]
3892 }
3893 ]
3894 },
3895 {
3896 "path": "system/chassis/motherboard/dimm51",
3897 "endpoints":
3898 [
3899 {
3900 "types":
3901 {
3902 "rType": "fault_inventory_object",
3903 "fType": "fault_led_group"
3904 },
3905 "paths":
3906 [
3907 "/xyz/openbmc_project/led/groups/ddimm51_fault"
3908 ]
3909 },
3910 {
3911 "types":
3912 {
3913 "rType": "identify_inventory_object",
3914 "fType": "identify_led_group"
3915 },
3916 "paths":
3917 [
3918 "/xyz/openbmc_project/led/groups/ddimm51_identify"
3919 ]
3920 }
3921 ]
3922 },
3923 {
3924 "path": "system/chassis/motherboard/dimm52",
3925 "endpoints":
3926 [
3927 {
3928 "types":
3929 {
3930 "rType": "fault_inventory_object",
3931 "fType": "fault_led_group"
3932 },
3933 "paths":
3934 [
3935 "/xyz/openbmc_project/led/groups/ddimm52_fault"
3936 ]
3937 },
3938 {
3939 "types":
3940 {
3941 "rType": "identify_inventory_object",
3942 "fType": "identify_led_group"
3943 },
3944 "paths":
3945 [
3946 "/xyz/openbmc_project/led/groups/ddimm52_identify"
3947 ]
3948 }
3949 ]
3950 },
3951 {
3952 "path": "system/chassis/motherboard/dimm53",
3953 "endpoints":
3954 [
3955 {
3956 "types":
3957 {
3958 "rType": "fault_inventory_object",
3959 "fType": "fault_led_group"
3960 },
3961 "paths":
3962 [
3963 "/xyz/openbmc_project/led/groups/ddimm53_fault"
3964 ]
3965 },
3966 {
3967 "types":
3968 {
3969 "rType": "identify_inventory_object",
3970 "fType": "identify_led_group"
3971 },
3972 "paths":
3973 [
3974 "/xyz/openbmc_project/led/groups/ddimm53_identify"
3975 ]
3976 }
3977 ]
3978 },
3979 {
3980 "path": "system/chassis/motherboard/dimm54",
3981 "endpoints":
3982 [
3983 {
3984 "types":
3985 {
3986 "rType": "fault_inventory_object",
3987 "fType": "fault_led_group"
3988 },
3989 "paths":
3990 [
3991 "/xyz/openbmc_project/led/groups/ddimm54_fault"
3992 ]
3993 },
3994 {
3995 "types":
3996 {
3997 "rType": "identify_inventory_object",
3998 "fType": "identify_led_group"
3999 },
4000 "paths":
4001 [
4002 "/xyz/openbmc_project/led/groups/ddimm54_identify"
4003 ]
4004 }
4005 ]
4006 },
4007 {
4008 "path": "system/chassis/motherboard/dimm55",
4009 "endpoints":
4010 [
4011 {
4012 "types":
4013 {
4014 "rType": "fault_inventory_object",
4015 "fType": "fault_led_group"
4016 },
4017 "paths":
4018 [
4019 "/xyz/openbmc_project/led/groups/ddimm55_fault"
4020 ]
4021 },
4022 {
4023 "types":
4024 {
4025 "rType": "identify_inventory_object",
4026 "fType": "identify_led_group"
4027 },
4028 "paths":
4029 [
4030 "/xyz/openbmc_project/led/groups/ddim55_identify"
4031 ]
4032 }
4033 ]
4034 },
4035 {
4036 "path": "system/chassis/motherboard/dimm56",
4037 "endpoints":
4038 [
4039 {
4040 "types":
4041 {
4042 "rType": "fault_inventory_object",
4043 "fType": "fault_led_group"
4044 },
4045 "paths":
4046 [
4047 "/xyz/openbmc_project/led/groups/ddimm56_fault"
4048 ]
4049 },
4050 {
4051 "types":
4052 {
4053 "rType": "identify_inventory_object",
4054 "fType": "identify_led_group"
4055 },
4056 "paths":
4057 [
4058 "/xyz/openbmc_project/led/groups/ddimm56_identify"
4059 ]
4060 }
4061 ]
4062 },
4063 {
4064 "path": "system/chassis/motherboard/dimm57",
4065 "endpoints":
4066 [
4067 {
4068 "types":
4069 {
4070 "rType": "fault_inventory_object",
4071 "fType": "fault_led_group"
4072 },
4073 "paths":
4074 [
4075 "/xyz/openbmc_project/led/groups/ddimm57_fault"
4076 ]
4077 },
4078 {
4079 "types":
4080 {
4081 "rType": "identify_inventory_object",
4082 "fType": "identify_led_group"
4083 },
4084 "paths":
4085 [
4086 "/xyz/openbmc_project/led/groups/ddimm57_identify"
4087 ]
4088 }
4089 ]
4090 },
4091 {
4092 "path": "system/chassis/motherboard/dimm58",
4093 "endpoints":
4094 [
4095 {
4096 "types":
4097 {
4098 "rType": "fault_inventory_object",
4099 "fType": "fault_led_group"
4100 },
4101 "paths":
4102 [
4103 "/xyz/openbmc_project/led/groups/ddimm58_fault"
4104 ]
4105 },
4106 {
4107 "types":
4108 {
4109 "rType": "identify_inventory_object",
4110 "fType": "identify_led_group"
4111 },
4112 "paths":
4113 [
4114 "/xyz/openbmc_project/led/groups/ddimm58_identify"
4115 ]
4116 }
4117 ]
4118 },
4119 {
4120 "path": "system/chassis/motherboard/dimm59",
4121 "endpoints":
4122 [
4123 {
4124 "types":
4125 {
4126 "rType": "fault_inventory_object",
4127 "fType": "fault_led_group"
4128 },
4129 "paths":
4130 [
4131 "/xyz/openbmc_project/led/groups/ddimm59_fault"
4132 ]
4133 },
4134 {
4135 "types":
4136 {
4137 "rType": "identify_inventory_object",
4138 "fType": "identify_led_group"
4139 },
4140 "paths":
4141 [
4142 "/xyz/openbmc_project/led/groups/ddimm59_identify"
4143 ]
4144 }
4145 ]
4146 },
4147 {
4148 "path": "system/chassis/motherboard/dimm60",
4149 "endpoints":
4150 [
4151 {
4152 "types":
4153 {
4154 "rType": "fault_inventory_object",
4155 "fType": "fault_led_group"
4156 },
4157 "paths":
4158 [
4159 "/xyz/openbmc_project/led/groups/ddimm60_fault"
4160 ]
4161 },
4162 {
4163 "types":
4164 {
4165 "rType": "identify_inventory_object",
4166 "fType": "identify_led_group"
4167 },
4168 "paths":
4169 [
4170 "/xyz/openbmc_project/led/groups/ddimm60_identify"
4171 ]
4172 }
4173 ]
4174 },
4175 {
4176 "path": "system/chassis/motherboard/dimm61",
4177 "endpoints":
4178 [
4179 {
4180 "types":
4181 {
4182 "rType": "fault_inventory_object",
4183 "fType": "fault_led_group"
4184 },
4185 "paths":
4186 [
4187 "/xyz/openbmc_project/led/groups/ddimm61_fault"
4188 ]
4189 },
4190 {
4191 "types":
4192 {
4193 "rType": "identify_inventory_object",
4194 "fType": "identify_led_group"
4195 },
4196 "paths":
4197 [
4198 "/xyz/openbmc_project/led/groups/ddimm61_identify"
4199 ]
4200 }
4201 ]
4202 },
4203 {
4204 "path": "system/chassis/motherboard/dimm62",
4205 "endpoints":
4206 [
4207 {
4208 "types":
4209 {
4210 "rType": "fault_inventory_object",
4211 "fType": "fault_led_group"
4212 },
4213 "paths":
4214 [
4215 "/xyz/openbmc_project/led/groups/ddimm62_fault"
4216 ]
4217 },
4218 {
4219 "types":
4220 {
4221 "rType": "identify_inventory_object",
4222 "fType": "identify_led_group"
4223 },
4224 "paths":
4225 [
4226 "/xyz/openbmc_project/led/groups/ddimm62_identify"
4227 ]
4228 }
4229 ]
4230 },
4231 {
4232 "path": "system/chassis/motherboard/dimm63",
4233 "endpoints":
4234 [
4235 {
4236 "types":
4237 {
4238 "rType": "fault_inventory_object",
4239 "fType": "fault_led_group"
4240 },
4241 "paths":
4242 [
4243 "/xyz/openbmc_project/led/groups/ddimm63_fault"
4244 ]
4245 },
4246 {
4247 "types":
4248 {
4249 "rType": "identify_inventory_object",
4250 "fType": "identify_led_group"
4251 },
4252 "paths":
4253 [
4254 "/xyz/openbmc_project/led/groups/ddimm63_identify"
4255 ]
4256 }
4257 ]
4258 },
4259 {
4260 "path": "system/chassis/motherboard/capi_conn0",
4261 "endpoints":
4262 [
4263 {
4264 "types":
4265 {
4266 "rType": "fault_inventory_object",
4267 "fType": "fault_led_group"
4268 },
4269 "paths":
4270 [
4271 "/xyz/openbmc_project/led/groups/opencapi_connector0_fault"
4272 ]
4273 },
4274 {
4275 "types":
4276 {
4277 "rType": "identify_inventory_object",
4278 "fType": "identify_led_group"
4279 },
4280 "paths":
4281 [
4282 "/xyz/openbmc_project/led/groups/opencapi_connector0_identify"
4283 ]
4284 }
4285 ]
4286 },
4287 {
4288 "path": "system/chassis/motherboard/capi_conn1",
4289 "endpoints":
4290 [
4291 {
4292 "types":
4293 {
4294 "rType": "fault_inventory_object",
4295 "fType": "fault_led_group"
4296 },
4297 "paths":
4298 [
4299 "/xyz/openbmc_project/led/groups/opencapi_connector1_fault"
4300 ]
4301 },
4302 {
4303 "types":
4304 {
4305 "rType": "identify_inventory_object",
4306 "fType": "identify_led_group"
4307 },
4308 "paths":
4309 [
4310 "/xyz/openbmc_project/led/groups/opencapi_connector1_identify"
4311 ]
4312 }
4313 ]
4314 },
4315 {
4316 "path": "system/chassis/motherboard/capi_conn2",
4317 "endpoints":
4318 [
4319 {
4320 "types":
4321 {
4322 "rType": "fault_inventory_object",
4323 "fType": "fault_led_group"
4324 },
4325 "paths":
4326 [
4327 "/xyz/openbmc_project/led/groups/opencapi_connector2_fault"
4328 ]
4329 },
4330 {
4331 "types":
4332 {
4333 "rType": "identify_inventory_object",
4334 "fType": "identify_led_group"
4335 },
4336 "paths":
4337 [
4338 "/xyz/openbmc_project/led/groups/opencapi_connector2_identify"
4339 ]
4340 }
4341 ]
4342 },
4343 {
4344 "path": "system/chassis/motherboard/capi_conn3",
4345 "endpoints":
4346 [
4347 {
4348 "types":
4349 {
4350 "rType": "fault_inventory_object",
4351 "fType": "fault_led_group"
4352 },
4353 "paths":
4354 [
4355 "/xyz/openbmc_project/led/groups/opencapi_connector3_fault"
4356 ]
4357 },
4358 {
4359 "types":
4360 {
4361 "rType": "identify_inventory_object",
4362 "fType": "identify_led_group"
4363 },
4364 "paths":
4365 [
4366 "/xyz/openbmc_project/led/groups/opencapi_connector3_identify"
4367 ]
4368 }
4369 ]
4370 },
4371 {
4372 "path": "system/chassis/motherboard/capi_conn4",
4373 "endpoints":
4374 [
4375 {
4376 "types":
4377 {
4378 "rType": "fault_inventory_object",
4379 "fType": "fault_led_group"
4380 },
4381 "paths":
4382 [
4383 "/xyz/openbmc_project/led/groups/opencapi_connector4_fault"
4384 ]
4385 },
4386 {
4387 "types":
4388 {
4389 "rType": "identify_inventory_object",
4390 "fType": "identify_led_group"
4391 },
4392 "paths":
4393 [
4394 "/xyz/openbmc_project/led/groups/opencapi_connector4_identify"
4395 ]
4396 }
4397 ]
4398 },
4399 {
4400 "path": "system/chassis/motherboard/capi_conn5",
4401 "endpoints":
4402 [
4403 {
4404 "types":
4405 {
4406 "rType": "fault_inventory_object",
4407 "fType": "fault_led_group"
4408 },
4409 "paths":
4410 [
4411 "/xyz/openbmc_project/led/groups/opencapi_connector5_fault"
4412 ]
4413 },
4414 {
4415 "types":
4416 {
4417 "rType": "identify_inventory_object",
4418 "fType": "identify_led_group"
4419 },
4420 "paths":
4421 [
4422 "/xyz/openbmc_project/led/groups/opencapi_connector5_identify"
4423 ]
4424 }
4425 ]
4426 },
4427 {
Vishwanatha Subbannad261efa2021-05-11 08:04:58 -05004428 "path": "system/chassis/motherboard/dasd_backplane",
4429 "endpoints":
4430 [
4431 {
4432 "types":
4433 {
4434 "rType": "fault_inventory_object",
4435 "fType": "fault_led_group"
4436 },
4437 "paths":
4438 [
4439 "/xyz/openbmc_project/led/groups/dasd_backplane_fault"
4440 ]
4441 },
4442 {
4443 "types":
4444 {
4445 "rType": "identify_inventory_object",
4446 "fType": "identify_led_group"
4447 },
4448 "paths":
4449 [
4450 "/xyz/openbmc_project/led/groups/dasd_backplane_identify"
4451 ]
4452 }
4453 ]
Lakshminarayana R. Kammath0de4c7f2021-06-09 12:18:56 -05004454 },
Matt Spinlerff916a62022-02-04 16:21:59 -06004455 {
Lakshminarayana R. Kammath0de4c7f2021-06-09 12:18:56 -05004456 "path": "system/chassis/motherboard/dasd_backplane/panel0",
Matt Spinlerff916a62022-02-04 16:21:59 -06004457 "endpoints":
4458 [
4459 {
4460 "types":
4461 {
4462 "rType": "fault_inventory_object",
4463 "fType": "fault_led_group"
4464 },
4465 "paths":
4466 [
Lakshminarayana R. Kammath0de4c7f2021-06-09 12:18:56 -05004467 "/xyz/openbmc_project/led/groups/op_panel_base_fault"
Matt Spinlerff916a62022-02-04 16:21:59 -06004468 ]
4469 },
4470 {
4471 "types":
4472 {
4473 "rType": "identify_inventory_object",
4474 "fType": "identify_led_group"
4475 },
4476 "paths":
4477 [
Lakshminarayana R. Kammath0de4c7f2021-06-09 12:18:56 -05004478 "/xyz/openbmc_project/led/groups/op_panel_base_identify"
4479 ]
Matt Spinlerff916a62022-02-04 16:21:59 -06004480 },
4481 {
4482 "types":
4483 {
4484 "rType": "inventory",
4485 "fType": "sensors"
4486 },
4487 "paths":
4488 [
4489 "/xyz/openbmc_project/sensors/temperature/Ambient_0_Temp",
4490 "/xyz/openbmc_project/sensors/temperature/Ambient_1_Temp",
4491 "/xyz/openbmc_project/sensors/temperature/Ambient_2_Temp",
4492 "/xyz/openbmc_project/sensors/pressure/Station_Pressure",
4493 "/xyz/openbmc_project/sensors/humidity/Relative_Humidity"
4494 ]
4495 }
4496 ]
Matt Spinler47162542021-03-02 15:00:09 -06004497 }
Matt Spinlerff916a62022-02-04 16:21:59 -06004498 ]
4499}