List interfaces

The /ListInterface command either provides detailed information on a particular interface or gives a list containing all interfaces. Use the /Name= and /Version= parameters to get detailed information on a particular interface, including information on its parameters and a list of contract types it is associated with. If none of the parameters is used, a list of all interfaces is shown.

Parameters

This command has the following parameters:

Parameter

Required / Optional Description
/Name Optional

Name of the interface.

/Version Optional Version number of the interface.

Example

The following example demonstrates how a list of all interfaces can be shown.

 ManageCM /ListInterface 

The second example shows how you can get detailed information on the version 1 of the interface Perform.Action.

 ManageCM /ListInterface /Name=Perform.Action
/Version=1