IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)

showSCAModuleProperties command

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

Required parameters

-moduleName moduleName

SCA module name.

Optional parameters

-applicationName applicationName

The name of the application associated with the SCA module. Providing an applicationName improves performance.

-showPropertyTypes true/false

An indicator of whether to show module property data types. The default value is false.

-groupName groupName

An indicator that only module properties that are members of the group groupName should be displayed. The properties are displayed as a list of strings in the form propertyName=value:type.

Example

This example displays the properties of MyModule. Property data types are not shown, and the display is not restricted to any groups.

The output of the example is in the following format:

[myGroup]myProperty=myValue
[myGroup]ourProperty=ourValue

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