|
4 | 4 | "wlst_type": "AppDeployment${:s}",
|
5 | 5 | "child_folders_type": "multiple",
|
6 | 6 | "short_name": "App",
|
7 |
| - "folders": {}, |
| 7 | + "folders": { |
| 8 | + "SubDeployment" : { |
| 9 | + "wlst_type": "SubDeployment${:s}", |
| 10 | + "child_folders_type": "multiple", |
| 11 | + "folders": {}, |
| 12 | + "attributes": { |
| 13 | + "CompatibilityName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CompatibilityName", "wlst_path": "WP001", "value": { "default": "None" }, "wlst_type": "string" } ], |
| 14 | + "ModuleType": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ModuleType", "wlst_path": "WP001", "value": { "default": "None" }, "wlst_type": "string" } ], |
| 15 | + "Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": { "default": "None" }, "wlst_type": "string" } ], |
| 16 | + "Target": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "Target", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "delimited_string", "set_method": "MBEAN.set_target_mbeans" }, |
| 17 | + {"version": "[10,)", "wlst_mode": "online", "wlst_name": "Targets", "wlst_path": "WP002", "value": {"default": "None" }, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "delimited_string", "set_method": "MBEAN.set_target_mbeans", "set_mbean_type": "weblogic.management.configuration.TargetMBean"} ], |
| 18 | + "Untargeted": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "Untargeted", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ] |
| 19 | + }, |
| 20 | + "wlst_attributes_path": "WP001", |
| 21 | + "wlst_paths": { |
| 22 | + "WP001": "/AppDeployment${:s}/%APPLICATIONNAME%/SubDeployment${:s}/%SUBDEPLOYMENT%", |
| 23 | + "WP002": "/AppDeployment${:s}/%APPLICATIONNAME%/SubDeployment${:s}/%SUBDEPLOYMENT%/Targets" |
| 24 | + } |
| 25 | + } |
| 26 | + }, |
8 | 27 | "attributes": {
|
9 | 28 | "AbsoluteAltDescriptorDir": [ {"version": "[12.2.1,)", "wlst_mode": "online", "wlst_name": "AbsoluteAltDescriptorDir", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO", "uses_path_tokens": "true" } ],
|
10 | 29 | "AbsoluteAltDescriptorPath": [ {"version": "[12.2.1,)", "wlst_mode": "online", "wlst_name": "AbsoluteAltDescriptorPath", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO", "uses_path_tokens": "true" } ],
|
|
0 commit comments