showSCAModuleProperties 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 showSCAModuleProperties command to display the properties of a Service Component Architecture (SCA) module.
By default, all the module properties are displayed.
If a property is a member of a group, it is displayed in the following form:
[groupName]propertyName=value:type
If it is not a member of a group, it is displayed in the following form:
propertyName=value:type

Prerequisites

The following conditions must be met:

Draft comment:
Does this command run in connected or not connected mode? If it runs in connected mode, include security role information. Make clear if the role is a BPM or WAS role. For a wsadmin command that runs in connected mode, you must specify the user and password parameters in the syntax and example.

Location

Draft comment:
Is this correct?

Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.

Syntax

showSCAModuleProperties
-moduleName moduleName
[-applicationName applicationName]
[-showPropertyTypes true | false ]
[-groupName groupName]

Required parameters

-moduleName moduleName
SCA module name.

Example

This example displays the properties of MyModule. Property data types are not shown, and the display is not restricted to any groups.
AdminTask.showSCAModuleProperties('-moduleName MyModule 
-applicationName myApplication')
Tip: To see formatted output, add the print statement before the command