blob: f02b78817b2a85dfa1723880b3d8fbc83d41c255 [file] [log] [blame]
Archana Kakaniac713ee2024-05-20 01:27:53 -05001{
2 "entries": [
3 {
4 "attribute_type": "enum",
5 "attribute_name": "HMCManagedState",
6 "possible_values": ["On", "Off"],
7 "default_values": ["On"],
8 "readOnly": false,
9 "helpText": "HMCManagedState HelpText",
10 "displayName": "HMCManagedState DisplayName",
11 "dbus": {
12 "object_path": "/xyz/abc/def",
13 "interface": "xyz.openbmc_project.HMCManaged.State",
14 "property_name": "State",
15 "property_type": "string",
16 "property_values": [
17 "xyz.openbmc_project.State.On",
18 "xyz.openbmc_project.State.Off"
19 ]
20 }
21 },
22 {
23 "attribute_type": "enum",
24 "attribute_name": "FWBootSide",
25 "possible_values": ["Perm", "Temp"],
26 "default_values": ["Perm"],
27 "readOnly": false,
28 "helpText": "FWBootSide HelpText",
29 "displayName": "FWBootSide DisplayName",
30 "dbus": {
31 "object_path": "/xyz/abc/def",
32 "interface": "xyz.openbmc.FWBoot.Side",
33 "property_name": "Side",
34 "property_type": "bool",
35 "property_values": [true, false]
36 }
37 },
38 {
39 "attribute_type": "enum",
40 "attribute_name": "InbandCodeUpdate",
41 "possible_values": ["Allowed", "NotAllowed"],
42 "default_values": ["Allowed"],
43 "readOnly": false,
44 "helpText": "InbandCodeUpdate HelpText",
45 "displayName": "InbandCodeUpdate DisplayName",
46 "dbus": {
47 "object_path": "/xyz/abc/def",
48 "interface": "xyz.openbmc.InBandCodeUpdate",
49 "property_name": "Policy",
50 "property_type": "uint8_t",
51 "property_values": [0, 1]
52 }
53 },
54 {
55 "attribute_type": "enum",
56 "attribute_name": "CodeUpdatePolicy",
57 "possible_values": ["Concurrent", "Disruptive"],
58 "default_values": ["Concurrent"],
59 "readOnly": true,
60 "helpText": "CodeUpdatePolicy HelpText",
61 "displayName": "CodeUpdatePolicy DisplayName"
62 },
63 {
64 "attribute_type": "integer",
65 "attribute_name": "VDD_AVSBUS_RAIL",
66 "lower_bound": 0,
67 "upper_bound": 15,
68 "scalar_increment": 1,
69 "default_value": 0,
70 "readOnly": false,
71 "helpText": "VDD_AVSBUS_RAIL HelpText",
72 "displayName": "VDD_AVSBUS_RAIL DisplayName",
73 "dbus": {
74 "object_path": "/xyz/openbmc_project/avsbus",
75 "interface": "xyz.openbmc.AvsBus.Manager",
76 "property_type": "uint8_t",
77 "property_name": "Rail"
78 }
79 },
80 {
81 "attribute_type": "integer",
82 "attribute_name": "SBE_IMAGE_MINIMUM_VALID_ECS",
83 "lower_bound": 1,
84 "upper_bound": 15,
85 "scalar_increment": 1,
86 "default_value": 2,
87 "readOnly": true,
88 "helpText": "SBE_IMAGE_MINIMUM_VALID_ECS HelpText",
89 "displayName": "SBE_IMAGE_MINIMUM_VALID_ECS DisplayName"
90 },
91 {
92 "attribute_type": "integer",
93 "attribute_name": "INTEGER_INVALID_CASE",
94 "lower_bound": 1,
95 "upper_bound": 15,
96 "scalar_increment": 2,
97 "default_value": 3,
98 "readOnly": true,
99 "helpText": "INTEGER_INVALID_CASE HelpText",
100 "displayName": "INTEGER_INVALID_CASE DisplayName"
101 },
102 {
103 "attribute_type": "string",
104 "attribute_name": "str_example1",
105 "string_type": "ASCII",
106 "minimum_string_length": 1,
107 "maximum_string_length": 100,
108 "default_string_length": 3,
109 "default_string": "abc",
110 "readOnly": false,
111 "helpText": "str_example1 HelpText",
112 "displayName": "str_example1 DisplayName",
113 "dbus": {
114 "object_path": "/xyz/abc/def",
115 "interface": "xyz.openbmc_project.str_example1.value",
116 "property_name": "Str_example1",
117 "property_type": "string"
118 }
119 },
120 {
121 "attribute_type": "string",
122 "attribute_name": "str_example2",
123 "string_type": "Hex",
124 "minimum_string_length": 0,
125 "maximum_string_length": 100,
126 "default_string_length": 0,
127 "default_string": "",
128 "readOnly": false,
129 "helpText": "str_example2 HelpText",
130 "displayName": "str_example2 DisplayName",
131 "dbus": {
132 "object_path": "/xyz/abc/def",
133 "interface": "xyz.openbmc_project.str_example2.value",
134 "property_name": "Str_example2",
135 "property_type": "string"
136 }
137 },
138 {
139 "attribute_type": "string",
140 "attribute_name": "str_example3",
141 "string_type": "Unknown",
142 "minimum_string_length": 1,
143 "maximum_string_length": 100,
144 "default_string_length": 2,
145 "default_string": "ef",
146 "readOnly": true,
147 "helpText": "str_example3 HelpText",
148 "displayName": "str_example3 DisplayName"
149 }
150 ]
151}