listWXSDefinitions command

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
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.