Tom Joseph | 151d533 | 2019-11-17 22:21:45 +0530 | [diff] [blame] | 1 | { |
2 | "record_details": | ||||
3 | { | ||||
4 | "fru_record_type" : 1, | ||||
5 | "encoding_type": 1 | ||||
6 | }, | ||||
7 | "fields":[ | ||||
8 | { | ||||
9 | "field_type" : 3, | ||||
10 | "dbus": | ||||
11 | { | ||||
12 | "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset", | ||||
13 | "property_name" : "PartNumber", | ||||
14 | "property_type" : "string" | ||||
15 | } | ||||
16 | }, | ||||
17 | { | ||||
18 | "field_type" : 4, | ||||
19 | "dbus": | ||||
20 | { | ||||
21 | "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset", | ||||
22 | "property_name" : "SerialNumber", | ||||
23 | "property_type" : "string" | ||||
24 | } | ||||
25 | } | ||||
26 | ] | ||||
27 | } | ||||
28 |