get_instances

Displays a list of procedure instances.

Format

emcli get_instances 
      [-type=<procedure_type>]

[  ]  indicates that the parameter is optional

Options

  • type

    Displays all the procedure instances of type procedure_type.

Output Columns

Instance GUID, Execution GUID, Procedure Type, Instance Name, Status

Examples

Example 1

This example lists all procedure instances:

emcli get_instances

Example 2

This example lists all procedure instances of type 'PatchOracleSoftware':

emcli get_instances -type=PatchOracleSoftware