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:
If
it is not a member of a group, it is displayed in the following form:[groupName]propertyName=value:type propertyName=value:typePrerequisites
The following conditions must be met:
Location
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