List attributes of configuration objects using wsadmin
Before starting this task, the wsadmin tool must be running.
- List the attributes of a given configuration object type, using the attributes command...
- Jacl...
$AdminConfig attributes type- Jython...
AdminConfig.attributes('type')- List JDBCProvider attributes...
- Jacl...
$AdminConfig attributes JDBCProvider- Jython...
AdminConfig.attributes('JDBCProvider')
- List required attributes of a configuration object...
To get a list of required attributes for the JDBCProvider type...
- List attributes with defaults of a given configuration object type, using the defaults command...
List default attributes for JDBCProvider type...
Related tasks
Use the AdminConfig object for scripted administration
Related
Commands for the AdminConfig object