IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
listSCAModules command
Use the listSCAModules command to list the SCA modules deployed to a cell.
This command lists all the SCA modules that have been deployed to the cell and the applications or process applications they are associated with.
Required parameters
None.
Optional parameters
None.
Example
To list all modules deployed to a cell:
- Jython example:
AdminTask.listSCAModules()Tip: Add the jython print statement before the command when you want to see formatted output.
- Jacl example:
$AdminTask listSCAModulesThe output looks similar to the following, depending on which modules you have deployed.
"PADEMO-2.0-SCAM1:PADEMO-2.0-SCAM1App:2.0:SCAM1: :" "PADEMO-2.0-SCAM2:PADEMO-2.0-SCAM2App:2.0:SCAM2: :" "PADEMO-3.0-SCAM1:PADEMO-3.0-SCAM1App:3.0:SCAM1: :" "PADEMO-3.0-SCAM2:PADEMO-3.0-SCAM2App:3.0:SCAM2: :" "PADEMO-6.0DS-SCAM1:PADEMO-6.0DS-SCAM1App:6.0DS:SCAM1: :" "PADEMO-6.0DS-SCAM2:PADEMO-6.0DS-SCAM2App:6.0DS:SCAM2: :" servicemonitor_v6_0_0_synthr:servicemonitor_v6_0_0_synthrApp:6.0.0:servicemonitor:synthr:"
Parent topic: Commands (wsadmin scripting)
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library