blob: 1f6036ea6c4b9441475ceff289369dff07f84487 [file] [log] [blame]
Deepak Kodihalli6e51e372020-06-19 03:49:07 -05001{
2 "record_details":
3 {
4 "fru_record_type" : 1,
5 "fru_encoding_type": 1,
6 "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Board.Motherboard"
7 },
8 "fru_fields":[
9 {
10 "fru_field_type" : 2,
11 "dbus":
12 {
13 "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset",
14 "property_name" : "Model",
15 "property_type" : "string"
16 }
17 },
18 {
19 "fru_field_type" : 3,
20 "dbus":
21 {
22 "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset",
23 "property_name" : "PartNumber",
24 "property_type" : "string"
25 }
26 },
27 {
28 "fru_field_type" : 4,
29 "dbus":
30 {
31 "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset",
32 "property_name" : "SerialNumber",
33 "property_type" : "string"
34 }
35 },
36 {
37 "fru_field_type" : 5,
38 "dbus":
39 {
40 "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset",
41 "property_name" : "Manufacturer",
42 "property_type" : "string"
43 }
44 },
45 {
46 "fru_field_type" : 8,
47 "dbus":
48 {
49 "interface" : "xyz.openbmc_project.Inventory.Item",
50 "property_name" : "PrettyName",
51 "property_type" : "string"
52 }
53 },
54 {
55 "fru_field_type" : 11,
56 "dbus":
57 {
58 "interface" : "xyz.openbmc_project.Inventory.Decorator.AssetTag",
59 "property_name" : "AssetTag",
60 "property_type" : "string"
61 }
62 }
63 ]
64}
65