IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)

listSCMConnectivityProviders command

Use the listSCMConnectivityProviders command to return a list of all the parameters for a Service Connectivity Management (SCM) connectivity providers that exist in the cell.

Before you begin

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

Use the following command to list all the Service Connectivity Management administrative commands.

Use the following command to get detailed help on a particular command.

Syntax

>>-wsadmin-- --listSCMConnectivityProviders-------------------><

Purpose

The listSCMConnectivityProviders command returns a list of all the connectivity providers that exist in the cell.

Command name

listSCMConnectivityProviders

Target

Not applicable

Result

Returns:List (javax.management.ObjectName) SCMConnectivityProvider

Parameters

Not applicable.

Example

Use JACL:

$AdminTask listSCMConnectivityProviders

Use Jython:

AdminTask.listSCMConnectivityProviders()

Tip: Add the jython print statement before the command when you want to see formatted output.

Parent topic: Commands (wsadmin scripting)

Related information:

Obtaining online help using wsadmin scripting
Administrative command invocation syntax using wsadmin scripting
Use the wsadmin scripting tool
Jython script library