showSCMConnectivityProvider command

Use the showSCMConnectivityProvider command to return a list of all the parameters for a Service Connectivity Management (SCM) connectivity provider.

The showSCMConnectivityProvider command returns a list of all the parameters for a connectivity provider, given its name or target object.

An exception is thrown if a connectivity provider is not found with the name that you specify, or if the target object does not represent a connectivity provider.

Use the following command to list all the Service Connectivity Management administrative commands:
print AdminTask.help('SCMAdminCommands')

The showSCMConnectivityProvider command is run using the AdminTask object of the wsadmin scripting client.

Prerequisites

The following conditions must be met:
  • The command must be run on the deployment manager node.
  • If the deployment manager is stopped, use the wsadmin -conntype none option to run the command in disconnected mode.
  • If the deployment manager is running, you must connect with a user ID that has WebSphere Application Server configurator privileges. Do not use the wsadmin -conntype none option.

Location

Start the wsadmin scripting client from the deployment_manager_profile/bin directory. The showSCMConnectivityProvider command does not write to a log file, but the wsadmin scripting client always writes a profile_root/logs/wsadmin.traceout log file where you will find exception stack traces and other information.

Syntax

showSCMConnectivityProvider
-name connectivityProviderName | target

Parameters

-name connectivityProviderName
A required parameter that specifies the name of the connectivity provider, as a string.
target
A required parameter that specifies the connectivity provider target object.

Example

wsadmin>AdminTask.showSCMConnectivityProvider( ['-name', 'myProvider'] )
Tip: To see formatted output, add the Jython print statement before the command.