Tom Joseph | 151d533 | 2019-11-17 22:21:45 +0530 | [diff] [blame] | 1 | { |
| 2 | "record_details": |
| 3 | { |
| 4 | "fru_record_type" : 1, |
| 5 | "fru_encoding_type": 1, |
| 6 | "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Board" |
| 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 | } |
| 29 | |