listWSRRDefinitions command
Use the listWSRRDefinitions command
to return a list of all the WSRR definitions that exist in the cell.
Use the following command to list all the WSRR administrative
commands:
$AdminTask help SIBXWSRRAdminCommandsThe listWSRRDefinitions command is run using the AdminTask object of the wsadmin scripting client.
Prerequisites
The
following conditions must be met:
- The command must be run on the deployment manager node.
- If the deployment manager is stopped, use the
wsadmin -conntype noneoption to run the command in disconnected mode. - If the deployment manager is running, you must connect with a user ID that has WebSphere® Application Server configurator privileges. Do not use the
wsadmin -conntype noneoption.
Location
Start the wsadmin scripting client from the deployment_manager_profile/bin directory. The listWSRRDefinitions command does not write to a log file, but the wsadmin scripting client always writes a profile_root/logs/wsadmin.traceout log file where you will find exception stack traces and other information.
Syntax
listWSRRDefinitionsParameters
None.
Example
wsadmin>AdminTask.listWSRRDefinitions() Tip: To see formatted output, add the print statement
before the command.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15