1{
2    "Exposes": [
3        {
4            "Address": "0x6a",
5            "Bus": "50",
6            "Name": "M2 SSD1 Temperature",
7            "PowerState": "On",
8            "Thresholds": [
9                {
10                    "Direction": "greater than",
11                    "Name": "upper critical",
12                    "Severity": 1,
13                    "Value": 115
14                },
15                {
16                    "Direction": "greater than",
17                    "Name": "upper non critical",
18                    "Severity": 0,
19                    "Value": 110
20                }
21            ],
22            "Type": "NVME1000"
23        },
24        {
25            "Address": "0x6a",
26            "Bus": "52",
27            "Name": "M2 SSD2 Temperature",
28            "PowerState": "On",
29            "Thresholds": [
30                {
31                    "Direction": "greater than",
32                    "Name": "upper critical",
33                    "Severity": 1,
34                    "Value": 115
35                },
36                {
37                    "Direction": "greater than",
38                    "Name": "upper non critical",
39                    "Severity": 0,
40                    "Value": 110
41                }
42            ],
43            "Type": "NVME1000"
44        }
45    ],
46    "Name": "SBP1 NVMe",
47    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*SBP1'})",
48    "ProductId": 0,
49    "Type": "NVMe",
50    "xyz.openbmc_project.Inventory.Item.Chassis": {}
51}
52