blob: 0b48be73dabd032f67290050727a41ad6b4fe81d [file] [log] [blame]
Tom Joseph52552ef2019-06-20 09:50:15 +05301{
2 "entries":[
3 {
4 "attribute_name" : "HMCManagedState",
5 "possible_values" : [ "On", "Off" ],
6 "default_values" : [ "On" ],
7 "object_path" : "/xyz/abc/def",
8 "dbus":
9 {
10 "interface" : "xyz.openbmc_project.HMCManaged.State",
11 "property_name" : "State",
12 "property_type" : "string",
13 "property_values" : ["xyz.openbmc_project.State.On", "xyz.openbmc_project.State.Off"]
14 }
15 },
16 {
17 "attribute_name" : "FWBootSide",
18 "possible_values" : [ "Perm", "Temp" ],
19 "default_values" : [ "Perm" ],
20 "dbus":
21 {
22 "object_path" : "/xyz/abc/def",
23 "interface" : "xyz.openbmc.FWBoot.Side",
24 "property_name" : "Side",
25 "property_type" : "bool",
26 "property_values" : [true, false]
27 }
28 },
29 {
30 "attribute_name" : "InbandCodeUpdate",
31 "possible_values" : [ "Allowed", "NotAllowed" ],
32 "default_values" : [ "Allowed" ],
33 "dbus":
34 {
35 "object_path" : "/xyz/abc/def",
36 "interface" : "xyz.openbmc.InBandCodeUpdate",
37 "property_name" : "Policy",
38 "property_type" : "uint8_t",
39 "property_values" : [0, 1]
40 }
41 },
42 {
43 "attribute_name" : "CodeUpdatePolicy",
44 "possible_values" : [ "Concurrent", "Disruptive" ],
45 "default_values" : [ "Concurrent" ]
46 }
47 ]
48}