blob: 8231e6c4762a41b4e6893879ab160af8c5e04f9f [file] [log] [blame]
Matt Spinler1b3a22a2019-03-11 16:35:35 -05001[
2 {
3 "path": "system/chassis/motherboard/powersupply0",
4 "endpoints":
5 [
6 {
7 "types":
8 {
9 "rType": "inventory",
10 "fType": "sensors"
11 },
12 "paths":
13 [
14 "/xyz/openbmc_project/sensors/power/ps0_input_power",
15 "/xyz/openbmc_project/sensors/voltage/ps0_input_voltage",
16 "/xyz/openbmc_project/sensors/current/ps0_output_current",
17 "/xyz/openbmc_project/sensors/voltage/ps0_output_voltage"
18 ]
19 },
20 {
21 "types":
22 {
23 "rType": "inventory",
24 "fType": "leds"
25 },
26 "paths":
27 [
28 "/xyz/openbmc_project/led/physical/cffps1_69"
29 ]
30 }
31 ]
32 },
33 {
34 "path": "system/chassis/motherboard/powersupply1",
35 "endpoints":
36 [
37 {
38 "types":
39 {
40 "rType": "inventory",
41 "fType": "sensors"
42 },
43 "paths":
44 [
45 "/xyz/openbmc_project/sensors/power/ps1_input_power",
46 "/xyz/openbmc_project/sensors/voltage/ps1_input_voltage",
47 "/xyz/openbmc_project/sensors/current/ps1_output_current",
48 "/xyz/openbmc_project/sensors/voltage/ps1_output_voltage"
49 ]
50 },
51 {
52 "types":
53 {
54 "rType": "inventory",
55 "fType": "leds"
56 },
57 "paths":
58 [
59 "/xyz/openbmc_project/led/physical/cffps1_68"
60 ]
61 }
62
63 ]
64 },
65 {
66 "path": "system/chassis/motherboard/fan0",
67 "endpoints":
68 [
69 {
70 "types":
71 {
72 "rType": "inventory",
73 "fType": "sensors"
74 },
75 "paths":
76 [
77 "/xyz/openbmc_project/sensors/fan_tach/fan0_0",
78 "/xyz/openbmc_project/sensors/fan_tach/fan0_1"
79 ]
80 },
81 {
82 "types":
83 {
84 "rType": "inventory",
85 "fType": "leds"
86 },
87 "paths":
88 [
89 "/xyz/openbmc_project/led/physical/fan0"
90 ]
91 }
92 ]
93 },
94 {
95 "path": "system/chassis/motherboard/fan1",
96 "endpoints":
97 [
98 {
99 "types":
100 {
101 "rType": "inventory",
102 "fType": "sensors"
103 },
104 "paths":
105 [
106 "/xyz/openbmc_project/sensors/fan_tach/fan1_0",
107 "/xyz/openbmc_project/sensors/fan_tach/fan1_1"
108 ]
109 },
110 {
111 "types":
112 {
113 "rType": "inventory",
114 "fType": "leds"
115 },
116 "paths":
117 [
118 "/xyz/openbmc_project/led/physical/fan1"
119 ]
120 }
121 ]
122 },
123 {
124 "path": "system/chassis/motherboard/fan2",
125 "endpoints":
126 [
127 {
128 "types":
129 {
130 "rType": "inventory",
131 "fType": "sensors"
132 },
133 "paths":
134 [
135 "/xyz/openbmc_project/sensors/fan_tach/fan2_0",
136 "/xyz/openbmc_project/sensors/fan_tach/fan2_1"
137 ]
138 },
139 {
140 "types":
141 {
142 "rType": "inventory",
143 "fType": "leds"
144 },
145 "paths":
146 [
147 "/xyz/openbmc_project/led/physical/fan2"
148 ]
149 }
150 ]
151 },
152 {
153 "path": "system/chassis/motherboard/fan3",
154 "endpoints":
155 [
156 {
157 "types":
158 {
159 "rType": "inventory",
160 "fType": "sensors"
161 },
162 "paths":
163 [
164 "/xyz/openbmc_project/sensors/fan_tach/fan3_0",
165 "/xyz/openbmc_project/sensors/fan_tach/fan3_1"
166 ]
167 },
168 {
169 "types":
170 {
171 "rType": "inventory",
172 "fType": "leds"
173 },
174 "paths":
175 [
176 "/xyz/openbmc_project/led/physical/fan3"
177 ]
178 }
179 ]
180 },
181 {
182 "path": "system/chassis/motherboard",
183 "endpoints":
184 [
185 {
186 "types":
187 {
188 "rType": "inventory",
189 "fType": "sensors"
190 },
191 "paths":
192 [
193 "/xyz/openbmc_project/sensors/temperature/ambient",
194 "/xyz/openbmc_project/sensors/temperature/pcie"
195 ]
196 }
197 ]
198 },
199 {
200 "path": "system/chassis/motherboard/gv100card0",
201 "endpoints":
202 [
203 {
204 "types":
205 {
206 "rType": "inventory",
207 "fType": "sensors"
208 },
209 "paths":
210 [
211 "/xyz/openbmc_project/sensors/temperature/gpu0_core_temp",
212 "/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp"
213 ]
214 }
215 ]
216 },
217 {
218 "path": "system/chassis/motherboard/gv100card1",
219 "endpoints":
220 [
221 {
222 "types":
223 {
224 "rType": "inventory",
225 "fType": "sensors"
226 },
227 "paths":
228 [
229 "/xyz/openbmc_project/sensors/temperature/gpu1_core_temp",
230 "/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp"
231 ]
232 }
233 ]
234 },
235 {
236 "path": "system/chassis/motherboard/gv100card2",
237 "endpoints":
238 [
239 {
240 "types":
241 {
242 "rType": "inventory",
243 "fType": "sensors"
244 },
245 "paths":
246 [
247 "/xyz/openbmc_project/sensors/temperature/gpu2_core_temp",
248 "/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp"
249 ]
250 }
251 ]
252 },
253 {
254 "path": "system/chassis/motherboard/gv100card3",
255 "endpoints":
256 [
257 {
258 "types":
259 {
260 "rType": "inventory",
261 "fType": "sensors"
262 },
263 "paths":
264 [
265 "/xyz/openbmc_project/sensors/temperature/gpu3_core_temp",
266 "/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp"
267 ]
268 }
269 ]
270 },
271 {
272 "path": "system/chassis/motherboard/gv100card4",
273 "endpoints":
274 [
275 {
276 "types":
277 {
278 "rType": "inventory",
279 "fType": "sensors"
280 },
281 "paths":
282 [
283 "/xyz/openbmc_project/sensors/temperature/gpu4_core_temp",
284 "/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp"
285 ]
286 }
287 ]
288 },
289 {
290 "path": "system/chassis/motherboard/gv100card5",
291 "endpoints":
292 [
293 {
294 "types":
295 {
296 "rType": "inventory",
297 "fType": "sensors"
298 },
299 "paths":
300 [
301 "/xyz/openbmc_project/sensors/temperature/gpu5_core_temp",
302 "/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp"
303 ]
304 }
305 ]
306 },
307
308 {
309 "path": "system/chassis/motherboard/cpu0/core0",
310 "endpoints":
311 [
312 {
313 "types":
314 {
315 "rType": "inventory",
316 "fType": "sensors"
317 },
318 "paths":
319 [
320 "/xyz/openbmc_project/sensors/temperature/p0_core0_temp"
321 ]
322 }
323 ]
324 },
325 {
326 "path": "system/chassis/motherboard/cpu0/core1",
327 "endpoints":
328 [
329 {
330 "types":
331 {
332 "rType": "inventory",
333 "fType": "sensors"
334 },
335 "paths":
336 [
337 "/xyz/openbmc_project/sensors/temperature/p0_core1_temp"
338 ]
339 }
340 ]
341 },
342 {
343 "path": "system/chassis/motherboard/cpu0/core2",
344 "endpoints":
345 [
346 {
347 "types":
348 {
349 "rType": "inventory",
350 "fType": "sensors"
351 },
352 "paths":
353 [
354 "/xyz/openbmc_project/sensors/temperature/p0_core2_temp"
355 ]
356 }
357 ]
358 },
359 {
360 "path": "system/chassis/motherboard/cpu0/core3",
361 "endpoints":
362 [
363 {
364 "types":
365 {
366 "rType": "inventory",
367 "fType": "sensors"
368 },
369 "paths":
370 [
371 "/xyz/openbmc_project/sensors/temperature/p0_core3_temp"
372 ]
373 }
374 ]
375 },
376 {
377 "path": "system/chassis/motherboard/cpu0/core4",
378 "endpoints":
379 [
380 {
381 "types":
382 {
383 "rType": "inventory",
384 "fType": "sensors"
385 },
386 "paths":
387 [
388 "/xyz/openbmc_project/sensors/temperature/p0_core4_temp"
389 ]
390 }
391 ]
392 },
393 {
394 "path": "system/chassis/motherboard/cpu0/core5",
395 "endpoints":
396 [
397 {
398 "types":
399 {
400 "rType": "inventory",
401 "fType": "sensors"
402 },
403 "paths":
404 [
405 "/xyz/openbmc_project/sensors/temperature/p0_core5_temp"
406 ]
407 }
408 ]
409 },
410 {
411 "path": "system/chassis/motherboard/cpu0/core6",
412 "endpoints":
413 [
414 {
415 "types":
416 {
417 "rType": "inventory",
418 "fType": "sensors"
419 },
420 "paths":
421 [
422 "/xyz/openbmc_project/sensors/temperature/p0_core6_temp"
423 ]
424 }
425 ]
426 },
427 {
428 "path": "system/chassis/motherboard/cpu0/core7",
429 "endpoints":
430 [
431 {
432 "types":
433 {
434 "rType": "inventory",
435 "fType": "sensors"
436 },
437 "paths":
438 [
439 "/xyz/openbmc_project/sensors/temperature/p0_core7_temp"
440 ]
441 }
442 ]
443 },
444 {
445 "path": "system/chassis/motherboard/cpu0/core8",
446 "endpoints":
447 [
448 {
449 "types":
450 {
451 "rType": "inventory",
452 "fType": "sensors"
453 },
454 "paths":
455 [
456 "/xyz/openbmc_project/sensors/temperature/p0_core8_temp"
457 ]
458 }
459 ]
460 },
461 {
462 "path": "system/chassis/motherboard/cpu0/core9",
463 "endpoints":
464 [
465 {
466 "types":
467 {
468 "rType": "inventory",
469 "fType": "sensors"
470 },
471 "paths":
472 [
473 "/xyz/openbmc_project/sensors/temperature/p0_core9_temp"
474 ]
475 }
476 ]
477 },
478 {
479 "path": "system/chassis/motherboard/cpu0/core10",
480 "endpoints":
481 [
482 {
483 "types":
484 {
485 "rType": "inventory",
486 "fType": "sensors"
487 },
488 "paths":
489 [
490 "/xyz/openbmc_project/sensors/temperature/p0_core10_temp"
491 ]
492 }
493 ]
494 },
495 {
496 "path": "system/chassis/motherboard/cpu0/core11",
497 "endpoints":
498 [
499 {
500 "types":
501 {
502 "rType": "inventory",
503 "fType": "sensors"
504 },
505 "paths":
506 [
507 "/xyz/openbmc_project/sensors/temperature/p0_core11_temp"
508 ]
509 }
510 ]
511 },
512 {
513 "path": "system/chassis/motherboard/cpu0/core12",
514 "endpoints":
515 [
516 {
517 "types":
518 {
519 "rType": "inventory",
520 "fType": "sensors"
521 },
522 "paths":
523 [
524 "/xyz/openbmc_project/sensors/temperature/p0_core12_temp"
525 ]
526 }
527 ]
528 },
529 {
530 "path": "system/chassis/motherboard/cpu0/core13",
531 "endpoints":
532 [
533 {
534 "types":
535 {
536 "rType": "inventory",
537 "fType": "sensors"
538 },
539 "paths":
540 [
541 "/xyz/openbmc_project/sensors/temperature/p0_core13_temp"
542 ]
543 }
544 ]
545 },
546 {
547 "path": "system/chassis/motherboard/cpu0/core14",
548 "endpoints":
549 [
550 {
551 "types":
552 {
553 "rType": "inventory",
554 "fType": "sensors"
555 },
556 "paths":
557 [
558 "/xyz/openbmc_project/sensors/temperature/p0_core14_temp"
559 ]
560 }
561 ]
562 },
563 {
564 "path": "system/chassis/motherboard/cpu0/core15",
565 "endpoints":
566 [
567 {
568 "types":
569 {
570 "rType": "inventory",
571 "fType": "sensors"
572 },
573 "paths":
574 [
575 "/xyz/openbmc_project/sensors/temperature/p0_core15_temp"
576 ]
577 }
578 ]
579 },
580 {
581 "path": "system/chassis/motherboard/cpu0/core16",
582 "endpoints":
583 [
584 {
585 "types":
586 {
587 "rType": "inventory",
588 "fType": "sensors"
589 },
590 "paths":
591 [
592 "/xyz/openbmc_project/sensors/temperature/p0_core16_temp"
593 ]
594 }
595 ]
596 },
597 {
598 "path": "system/chassis/motherboard/cpu0/core17",
599 "endpoints":
600 [
601 {
602 "types":
603 {
604 "rType": "inventory",
605 "fType": "sensors"
606 },
607 "paths":
608 [
609 "/xyz/openbmc_project/sensors/temperature/p0_core17_temp"
610 ]
611 }
612 ]
613 },
614 {
615 "path": "system/chassis/motherboard/cpu0/core18",
616 "endpoints":
617 [
618 {
619 "types":
620 {
621 "rType": "inventory",
622 "fType": "sensors"
623 },
624 "paths":
625 [
626 "/xyz/openbmc_project/sensors/temperature/p0_core18_temp"
627 ]
628 }
629 ]
630 },
631 {
632 "path": "system/chassis/motherboard/cpu0/core19",
633 "endpoints":
634 [
635 {
636 "types":
637 {
638 "rType": "inventory",
639 "fType": "sensors"
640 },
641 "paths":
642 [
643 "/xyz/openbmc_project/sensors/temperature/p0_core19_temp"
644 ]
645 }
646 ]
647 },
648 {
649 "path": "system/chassis/motherboard/cpu0/core20",
650 "endpoints":
651 [
652 {
653 "types":
654 {
655 "rType": "inventory",
656 "fType": "sensors"
657 },
658 "paths":
659 [
660 "/xyz/openbmc_project/sensors/temperature/p0_core20_temp"
661 ]
662 }
663 ]
664 },
665 {
666 "path": "system/chassis/motherboard/cpu0/core21",
667 "endpoints":
668 [
669 {
670 "types":
671 {
672 "rType": "inventory",
673 "fType": "sensors"
674 },
675 "paths":
676 [
677 "/xyz/openbmc_project/sensors/temperature/p0_core21_temp"
678 ]
679 }
680 ]
681 },
682 {
683 "path": "system/chassis/motherboard/cpu0/core22",
684 "endpoints":
685 [
686 {
687 "types":
688 {
689 "rType": "inventory",
690 "fType": "sensors"
691 },
692 "paths":
693 [
694 "/xyz/openbmc_project/sensors/temperature/p0_core22_temp"
695 ]
696 }
697 ]
698 },
699 {
700 "path": "system/chassis/motherboard/cpu0/core23",
701 "endpoints":
702 [
703 {
704 "types":
705 {
706 "rType": "inventory",
707 "fType": "sensors"
708 },
709 "paths":
710 [
711 "/xyz/openbmc_project/sensors/temperature/p0_core23_temp"
712 ]
713 }
714 ]
715 },
716
717 {
718 "path": "system/chassis/motherboard/cpu1/core0",
719 "endpoints":
720 [
721 {
722 "types":
723 {
724 "rType": "inventory",
725 "fType": "sensors"
726 },
727 "paths":
728 [
729 "/xyz/openbmc_project/sensors/temperature/p1_core0_temp"
730 ]
731 }
732 ]
733 },
734 {
735 "path": "system/chassis/motherboard/cpu1/core1",
736 "endpoints":
737 [
738 {
739 "types":
740 {
741 "rType": "inventory",
742 "fType": "sensors"
743 },
744 "paths":
745 [
746 "/xyz/openbmc_project/sensors/temperature/p1_core1_temp"
747 ]
748 }
749 ]
750 },
751 {
752 "path": "system/chassis/motherboard/cpu1/core2",
753 "endpoints":
754 [
755 {
756 "types":
757 {
758 "rType": "inventory",
759 "fType": "sensors"
760 },
761 "paths":
762 [
763 "/xyz/openbmc_project/sensors/temperature/p1_core2_temp"
764 ]
765 }
766 ]
767 },
768 {
769 "path": "system/chassis/motherboard/cpu1/core3",
770 "endpoints":
771 [
772 {
773 "types":
774 {
775 "rType": "inventory",
776 "fType": "sensors"
777 },
778 "paths":
779 [
780 "/xyz/openbmc_project/sensors/temperature/p1_core3_temp"
781 ]
782 }
783 ]
784 },
785 {
786 "path": "system/chassis/motherboard/cpu1/core4",
787 "endpoints":
788 [
789 {
790 "types":
791 {
792 "rType": "inventory",
793 "fType": "sensors"
794 },
795 "paths":
796 [
797 "/xyz/openbmc_project/sensors/temperature/p1_core4_temp"
798 ]
799 }
800 ]
801 },
802 {
803 "path": "system/chassis/motherboard/cpu1/core5",
804 "endpoints":
805 [
806 {
807 "types":
808 {
809 "rType": "inventory",
810 "fType": "sensors"
811 },
812 "paths":
813 [
814 "/xyz/openbmc_project/sensors/temperature/p1_core5_temp"
815 ]
816 }
817 ]
818 },
819 {
820 "path": "system/chassis/motherboard/cpu1/core6",
821 "endpoints":
822 [
823 {
824 "types":
825 {
826 "rType": "inventory",
827 "fType": "sensors"
828 },
829 "paths":
830 [
831 "/xyz/openbmc_project/sensors/temperature/p1_core6_temp"
832 ]
833 }
834 ]
835 },
836 {
837 "path": "system/chassis/motherboard/cpu1/core7",
838 "endpoints":
839 [
840 {
841 "types":
842 {
843 "rType": "inventory",
844 "fType": "sensors"
845 },
846 "paths":
847 [
848 "/xyz/openbmc_project/sensors/temperature/p1_core7_temp"
849 ]
850 }
851 ]
852 },
853 {
854 "path": "system/chassis/motherboard/cpu1/core8",
855 "endpoints":
856 [
857 {
858 "types":
859 {
860 "rType": "inventory",
861 "fType": "sensors"
862 },
863 "paths":
864 [
865 "/xyz/openbmc_project/sensors/temperature/p1_core8_temp"
866 ]
867 }
868 ]
869 },
870 {
871 "path": "system/chassis/motherboard/cpu1/core9",
872 "endpoints":
873 [
874 {
875 "types":
876 {
877 "rType": "inventory",
878 "fType": "sensors"
879 },
880 "paths":
881 [
882 "/xyz/openbmc_project/sensors/temperature/p1_core9_temp"
883 ]
884 }
885 ]
886 },
887 {
888 "path": "system/chassis/motherboard/cpu1/core10",
889 "endpoints":
890 [
891 {
892 "types":
893 {
894 "rType": "inventory",
895 "fType": "sensors"
896 },
897 "paths":
898 [
899 "/xyz/openbmc_project/sensors/temperature/p1_core10_temp"
900 ]
901 }
902 ]
903 },
904 {
905 "path": "system/chassis/motherboard/cpu1/core11",
906 "endpoints":
907 [
908 {
909 "types":
910 {
911 "rType": "inventory",
912 "fType": "sensors"
913 },
914 "paths":
915 [
916 "/xyz/openbmc_project/sensors/temperature/p1_core11_temp"
917 ]
918 }
919 ]
920 },
921 {
922 "path": "system/chassis/motherboard/cpu1/core12",
923 "endpoints":
924 [
925 {
926 "types":
927 {
928 "rType": "inventory",
929 "fType": "sensors"
930 },
931 "paths":
932 [
933 "/xyz/openbmc_project/sensors/temperature/p1_core12_temp"
934 ]
935 }
936 ]
937 },
938 {
939 "path": "system/chassis/motherboard/cpu1/core13",
940 "endpoints":
941 [
942 {
943 "types":
944 {
945 "rType": "inventory",
946 "fType": "sensors"
947 },
948 "paths":
949 [
950 "/xyz/openbmc_project/sensors/temperature/p1_core13_temp"
951 ]
952 }
953 ]
954 },
955 {
956 "path": "system/chassis/motherboard/cpu1/core14",
957 "endpoints":
958 [
959 {
960 "types":
961 {
962 "rType": "inventory",
963 "fType": "sensors"
964 },
965 "paths":
966 [
967 "/xyz/openbmc_project/sensors/temperature/p1_core14_temp"
968 ]
969 }
970 ]
971 },
972 {
973 "path": "system/chassis/motherboard/cpu1/core15",
974 "endpoints":
975 [
976 {
977 "types":
978 {
979 "rType": "inventory",
980 "fType": "sensors"
981 },
982 "paths":
983 [
984 "/xyz/openbmc_project/sensors/temperature/p1_core15_temp"
985 ]
986 }
987 ]
988 },
989 {
990 "path": "system/chassis/motherboard/cpu1/core16",
991 "endpoints":
992 [
993 {
994 "types":
995 {
996 "rType": "inventory",
997 "fType": "sensors"
998 },
999 "paths":
1000 [
1001 "/xyz/openbmc_project/sensors/temperature/p1_core16_temp"
1002 ]
1003 }
1004 ]
1005 },
1006 {
1007 "path": "system/chassis/motherboard/cpu1/core17",
1008 "endpoints":
1009 [
1010 {
1011 "types":
1012 {
1013 "rType": "inventory",
1014 "fType": "sensors"
1015 },
1016 "paths":
1017 [
1018 "/xyz/openbmc_project/sensors/temperature/p1_core17_temp"
1019 ]
1020 }
1021 ]
1022 },
1023 {
1024 "path": "system/chassis/motherboard/cpu1/core18",
1025 "endpoints":
1026 [
1027 {
1028 "types":
1029 {
1030 "rType": "inventory",
1031 "fType": "sensors"
1032 },
1033 "paths":
1034 [
1035 "/xyz/openbmc_project/sensors/temperature/p1_core18_temp"
1036 ]
1037 }
1038 ]
1039 },
1040 {
1041 "path": "system/chassis/motherboard/cpu1/core19",
1042 "endpoints":
1043 [
1044 {
1045 "types":
1046 {
1047 "rType": "inventory",
1048 "fType": "sensors"
1049 },
1050 "paths":
1051 [
1052 "/xyz/openbmc_project/sensors/temperature/p1_core19_temp"
1053 ]
1054 }
1055 ]
1056 },
1057 {
1058 "path": "system/chassis/motherboard/cpu1/core20",
1059 "endpoints":
1060 [
1061 {
1062 "types":
1063 {
1064 "rType": "inventory",
1065 "fType": "sensors"
1066 },
1067 "paths":
1068 [
1069 "/xyz/openbmc_project/sensors/temperature/p1_core20_temp"
1070 ]
1071 }
1072 ]
1073 },
1074 {
1075 "path": "system/chassis/motherboard/cpu1/core21",
1076 "endpoints":
1077 [
1078 {
1079 "types":
1080 {
1081 "rType": "inventory",
1082 "fType": "sensors"
1083 },
1084 "paths":
1085 [
1086 "/xyz/openbmc_project/sensors/temperature/p1_core21_temp"
1087 ]
1088 }
1089 ]
1090 },
1091 {
1092 "path": "system/chassis/motherboard/cpu1/core22",
1093 "endpoints":
1094 [
1095 {
1096 "types":
1097 {
1098 "rType": "inventory",
1099 "fType": "sensors"
1100 },
1101 "paths":
1102 [
1103 "/xyz/openbmc_project/sensors/temperature/p1_core22_temp"
1104 ]
1105 }
1106 ]
1107 },
1108 {
1109 "path": "system/chassis/motherboard/cpu1/core23",
1110 "endpoints":
1111 [
1112 {
1113 "types":
1114 {
1115 "rType": "inventory",
1116 "fType": "sensors"
1117 },
1118 "paths":
1119 [
1120 "/xyz/openbmc_project/sensors/temperature/p1_core23_temp"
1121 ]
1122 }
1123 ]
1124 },
1125
1126 {
1127 "path": "system/chassis/motherboard/dimm0",
1128 "endpoints":
1129 [
1130 {
1131 "types":
1132 {
1133 "rType": "inventory",
1134 "fType": "sensors"
1135 },
1136 "paths":
1137 [
1138 "/xyz/openbmc_project/sensors/temperature/dimm0_temp"
1139 ]
1140 }
1141 ]
1142 },
1143 {
1144 "path": "system/chassis/motherboard/dimm1",
1145 "endpoints":
1146 [
1147 {
1148 "types":
1149 {
1150 "rType": "inventory",
1151 "fType": "sensors"
1152 },
1153 "paths":
1154 [
1155 "/xyz/openbmc_project/sensors/temperature/dimm1_temp"
1156 ]
1157 }
1158 ]
1159 },
1160 {
1161 "path": "system/chassis/motherboard/dimm2",
1162 "endpoints":
1163 [
1164 {
1165 "types":
1166 {
1167 "rType": "inventory",
1168 "fType": "sensors"
1169 },
1170 "paths":
1171 [
1172 "/xyz/openbmc_project/sensors/temperature/dimm2_temp"
1173 ]
1174 }
1175 ]
1176 },
1177 {
1178 "path": "system/chassis/motherboard/dimm3",
1179 "endpoints":
1180 [
1181 {
1182 "types":
1183 {
1184 "rType": "inventory",
1185 "fType": "sensors"
1186 },
1187 "paths":
1188 [
1189 "/xyz/openbmc_project/sensors/temperature/dimm3_temp"
1190 ]
1191 }
1192 ]
1193 },
1194 {
1195 "path": "system/chassis/motherboard/dimm4",
1196 "endpoints":
1197 [
1198 {
1199 "types":
1200 {
1201 "rType": "inventory",
1202 "fType": "sensors"
1203 },
1204 "paths":
1205 [
1206 "/xyz/openbmc_project/sensors/temperature/dimm4_temp"
1207 ]
1208 }
1209 ]
1210 },
1211 {
1212 "path": "system/chassis/motherboard/dimm5",
1213 "endpoints":
1214 [
1215 {
1216 "types":
1217 {
1218 "rType": "inventory",
1219 "fType": "sensors"
1220 },
1221 "paths":
1222 [
1223 "/xyz/openbmc_project/sensors/temperature/dimm5_temp"
1224 ]
1225 }
1226 ]
1227 },
1228 {
1229 "path": "system/chassis/motherboard/dimm6",
1230 "endpoints":
1231 [
1232 {
1233 "types":
1234 {
1235 "rType": "inventory",
1236 "fType": "sensors"
1237 },
1238 "paths":
1239 [
1240 "/xyz/openbmc_project/sensors/temperature/dimm6_temp"
1241 ]
1242 }
1243 ]
1244 },
1245 {
1246 "path": "system/chassis/motherboard/dimm7",
1247 "endpoints":
1248 [
1249 {
1250 "types":
1251 {
1252 "rType": "inventory",
1253 "fType": "sensors"
1254 },
1255 "paths":
1256 [
1257 "/xyz/openbmc_project/sensors/temperature/dimm7_temp"
1258 ]
1259 }
1260 ]
1261 },
1262 {
1263 "path": "system/chassis/motherboard/dimm8",
1264 "endpoints":
1265 [
1266 {
1267 "types":
1268 {
1269 "rType": "inventory",
1270 "fType": "sensors"
1271 },
1272 "paths":
1273 [
1274 "/xyz/openbmc_project/sensors/temperature/dimm8_temp"
1275 ]
1276 }
1277 ]
1278 },
1279 {
1280 "path": "system/chassis/motherboard/dimm9",
1281 "endpoints":
1282 [
1283 {
1284 "types":
1285 {
1286 "rType": "inventory",
1287 "fType": "sensors"
1288 },
1289 "paths":
1290 [
1291 "/xyz/openbmc_project/sensors/temperature/dimm9_temp"
1292 ]
1293 }
1294 ]
1295 },
1296 {
1297 "path": "system/chassis/motherboard/dimm10",
1298 "endpoints":
1299 [
1300 {
1301 "types":
1302 {
1303 "rType": "inventory",
1304 "fType": "sensors"
1305 },
1306 "paths":
1307 [
1308 "/xyz/openbmc_project/sensors/temperature/dimm10_temp"
1309 ]
1310 }
1311 ]
1312 },
1313 {
1314 "path": "system/chassis/motherboard/dimm11",
1315 "endpoints":
1316 [
1317 {
1318 "types":
1319 {
1320 "rType": "inventory",
1321 "fType": "sensors"
1322 },
1323 "paths":
1324 [
1325 "/xyz/openbmc_project/sensors/temperature/dimm11_temp"
1326 ]
1327 }
1328 ]
1329 },
1330 {
1331 "path": "system/chassis/motherboard/dimm12",
1332 "endpoints":
1333 [
1334 {
1335 "types":
1336 {
1337 "rType": "inventory",
1338 "fType": "sensors"
1339 },
1340 "paths":
1341 [
1342 "/xyz/openbmc_project/sensors/temperature/dimm12_temp"
1343 ]
1344 }
1345 ]
1346 },
1347 {
1348 "path": "system/chassis/motherboard/dimm13",
1349 "endpoints":
1350 [
1351 {
1352 "types":
1353 {
1354 "rType": "inventory",
1355 "fType": "sensors"
1356 },
1357 "paths":
1358 [
1359 "/xyz/openbmc_project/sensors/temperature/dimm13_temp"
1360 ]
1361 }
1362 ]
1363 },
1364 {
1365 "path": "system/chassis/motherboard/dimm14",
1366 "endpoints":
1367 [
1368 {
1369 "types":
1370 {
1371 "rType": "inventory",
1372 "fType": "sensors"
1373 },
1374 "paths":
1375 [
1376 "/xyz/openbmc_project/sensors/temperature/dimm14_temp"
1377 ]
1378 }
1379 ]
1380 },
1381 {
1382 "path": "system/chassis/motherboard/dimm15",
1383 "endpoints":
1384 [
1385 {
1386 "types":
1387 {
1388 "rType": "inventory",
1389 "fType": "sensors"
1390 },
1391 "paths":
1392 [
1393 "/xyz/openbmc_project/sensors/temperature/dimm15_temp"
1394 ]
1395 }
1396 ]
1397 }
1398]