List attributes of configuration objects using the wsadmin tool
Overview
Start wsadmin scripting clientList the attributes of a given configuration object type
AdminConfig.attributes('type')List the required attributes
AdminConfig.required('type')List attributes with defaults of a given configuration object type,
AdminConfig.defaults('type')
Procedure
### List attributes for the JDBCProvider type using Jython:
AdminConfig.attributes('JDBCProvider')### List required attributes for the JDBCProvider type using Jython:
AdminConfig.required('JDBCProvider')List of attributes with the defaults displayed for the JDBCProvider type
AdminConfig.defaults('JDBCProvider')
Use the AdminConfig object for scripted administration
Related Reference
Commands for the AdminConfig object