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