blob: 5ad3ad2852d3cffca56fa23ff8295f4d0d8aa485 [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" ],
George Liudaa69232020-09-02 17:22:09 +08007 "readOnly" : false,
Tom Joseph52552ef2019-06-20 09:50:15 +05308 "dbus":
9 {
George Liude195ff2020-07-30 15:58:47 +080010 "object_path" : "/xyz/abc/def",
Tom Joseph52552ef2019-06-20 09:50:15 +053011 "interface" : "xyz.openbmc_project.HMCManaged.State",
12 "property_name" : "State",
13 "property_type" : "string",
14 "property_values" : ["xyz.openbmc_project.State.On", "xyz.openbmc_project.State.Off"]
15 }
16 },
17 {
18 "attribute_name" : "FWBootSide",
19 "possible_values" : [ "Perm", "Temp" ],
20 "default_values" : [ "Perm" ],
George Liudaa69232020-09-02 17:22:09 +080021 "readOnly" : false,
Tom Joseph52552ef2019-06-20 09:50:15 +053022 "dbus":
23 {
24 "object_path" : "/xyz/abc/def",
25 "interface" : "xyz.openbmc.FWBoot.Side",
26 "property_name" : "Side",
27 "property_type" : "bool",
28 "property_values" : [true, false]
29 }
30 },
31 {
32 "attribute_name" : "InbandCodeUpdate",
33 "possible_values" : [ "Allowed", "NotAllowed" ],
34 "default_values" : [ "Allowed" ],
George Liudaa69232020-09-02 17:22:09 +080035 "readOnly" : false,
Tom Joseph52552ef2019-06-20 09:50:15 +053036 "dbus":
37 {
38 "object_path" : "/xyz/abc/def",
39 "interface" : "xyz.openbmc.InBandCodeUpdate",
40 "property_name" : "Policy",
41 "property_type" : "uint8_t",
42 "property_values" : [0, 1]
43 }
44 },
45 {
46 "attribute_name" : "CodeUpdatePolicy",
47 "possible_values" : [ "Concurrent", "Disruptive" ],
George Liudaa69232020-09-02 17:22:09 +080048 "default_values" : [ "Concurrent" ],
49 "readOnly" : true
Tom Joseph52552ef2019-06-20 09:50:15 +053050 }
51 ]
52}