getDefaultWXSDefinition command

Use the getDefaultWXSDefinition command to return the current default WebSphere® eXtreme Scale (eXtreme Scale) definition. If no default is set (that is, when there are no eXtreme Scale definitions), the command will return null.

Use the following command to list all the eXtreme Scale administrative commands:
$AdminTask help WXSAdminCommands

The getDefaultWXSDefinition command is run using the AdminTask object of the wsadmin scripting client.

Location

The wsadmin scripting client is located in the install_root\bin directory.

Syntax

getDefaultWXSDefinition

Required parameters

None.

Example

AdminTask.getDefaultWXSDefinition()
Tip: To see formatted output, add the print statement before the command.