diff --git a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/MigratableTarget.json b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/MigratableTarget.json index d6850cb0d4..1e1fc225fa 100644 --- a/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/MigratableTarget.json +++ b/core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/MigratableTarget.json @@ -16,7 +16,7 @@ "Critical": [ {"version": "[12.1.3,12.2.1)", "wlst_mode": "online","wlst_name": "Critical", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } , {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "Critical", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ], "DestinationServer": [ {"version": "[12.1.3,)", "wlst_mode": "offline", "wlst_name": "DestinationServer", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "get_method": "LSA"} ], - "HostingServer": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "HostingServer", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "RO", "get_method": "GET", "set_method": "MBEAN.set_server_mbean", "set_mbean_type": "weblogic.management.configuration.ServerMBean" } ], + "HostingServer": [ {"version": "[10,12.2.1.4)", "wlst_mode": "online", "wlst_name": "HostingServer", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "RO", "get_method": "GET", "set_method": "MBEAN.set_server_mbean", "set_mbean_type": "weblogic.management.configuration.ServerMBean" } ], "MigrationPolicy": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "MigrationPolicy", "wlst_path": "WP001", "default_value": "${__NULL__:manual}", "wlst_type": "string" } ], "MillisToSleepBetweenAttempts": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "MillisToSleepBetweenAttempts", "wlst_path": "WP001", "default_value": 300000, "wlst_type": "integer" } ], "NonLocalPostAllowed": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "NonLocalPostAllowed", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],