You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,11 +145,19 @@ This key element specifies the preferred data type that should be used to put da
145
145
146
146
This key element specifies the name of the path expression used for navigating to the MBean attribute's folder. This name maps to an entry in the parent folder's `"wlst_paths": { }` list.
147
147
148
-
#### `value`
148
+
#### `default_value`
149
+
150
+
This key element specifies the default value of the MBean attribute. For example:
151
+
152
+
`"default_value": "text"`
153
+
154
+
`"default_value": 99`
155
+
156
+
`"default_value": null`
149
157
150
-
This key element is used to specify the default value of the MBean attribute. For example:
158
+
`"default_value": "${__NULL__:1}"`
151
159
152
-
`"value": {"default": "${None:1}"}`
160
+
The `__NULL__` key represents a `null` value when `"${a:b}"` notation is used to specify offline and online values.
0 commit comments