blob: 99ebd39a45a53217be380cd3590c939961a3895f [file] [log] [blame]
Tom Joseph151d5332019-11-17 22:21:45 +05301{
2 "record_details":
3 {
4 "fru_record_type" : 1
5 "fru_encoding_type": 1,
6 "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Cpu"
7 },
8 "fru_fields":[
9 {
10 "fru_field_type" : 3,
11 "dbus":
12 {
13 "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset",
14 "property_name" : "PartNumber",
15 "property_type" : "string"
16 }
17 },
18 {
19 "fru_field_type" : 4,
20 "dbus":
21 {
22 "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset",
23 "property_name" : "SerialNumber",
24 "property_type" : "string"
25 }
26 }
27 ]
28}