listWXSDefinitions command

Use the listWXSDefinition command to return a list of all the WebSphere® eXtreme Scale (eXtreme Scale) definitions that exist in the cell.

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

The listWXSDefinition 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

listWXSDefinitions

Parameters

None.

Example

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