list

You can use the list command to view information about all the installed job and event plug-ins. The command shows details such as, name, ID, type, and version of each plug-in.

Syntax and command line options

You can enter the command as follows:
ocli plugin [list | l ] [plugin_name] ;[type=plugin_type] ;[version=version]
The plugin_name parameter is mandatory. You can add anyone or combination of these parameters to view specific results. You must have LIST_PLUGIN access to run this command. For more information, see Access required to run Orchestration CLI commands.The details required with each parameter are as follows:
plugin_name
You can specify the plug-in name. Wildcard characters are supported.
type=plugin_type
You can specify the plug-in type. The supported values are job, event, or both, and the default value is both.
version
You can specify the version of the plug-in.

Examples

  1. To view all the plug-ins available in your database, run the following command:
    ocli plugin list
  2. To list the 10.2.0.00 version of ServiceNow plug-in, run the following command:
    ocli plugin list ServiceNow type=job version=10.2.0.00