Administration objects and their help in wsadmin
 Welcome to Jython exclusive blog developed for the WebSphere Admins only. Here in this post we can explore more about the real-time wsadmin Objects. Which are most critical to develop the automate WebSphere server side.  wsadmin>print AdminConfig.help()   WASX7053I: The AdminConfig object communicates with the Config Service in a         WebSphere server to manipulate configuration data for a WebSphere         installation.  AdminConfig has commands to list, create, remove,         display, and modify configuration data, as well as commands to display         information about configuration data types.          Most of the commands supported by AdminConfig operate in two modes:         the default mode is one in which AdminConfig communicates with the         WebSphere server to accomplish its tasks.  A local mode is also         possible, in which no server communication takes place.  The local         mode of operation is invoked by bringing up the scripting client with      ...