show_engr_sys_patching_history
Shows the history of recent patching operations for a member target of an engineered system target.
Format
emcli show_engr_sys_patching_history 
       -system_target_name="system_target_name" 
       -system_target_type="system_target_type" 
       -target_name="target_name" 
       -target_type="target_type" 
       [-operation=analyze | deploy | rollback] 
       [-numrows="number_rows"] 
[ ]  indicates that the parameter is optional.Options
- 
                        system_target_name Specifies the engineered system target name. 
- 
                        system_target_type Specifies the engineered system target type. 
- 
                        target_name Specifies the target name. 
- 
                        target_type Specifies the target name. 
- 
                        system_patch_composite_id Specifies a target type. 
- 
                        operation Specifies the operation for which history will be displayed. The possible values for this option are analyze, deploy, and rollback. 
- 
                        numrows Specifies the number of rows of history to be shown. 
Examples
The following example displays history of last 10 'Analyze' operations performed for the member target "clusteradm0102.example.com":"cluster" in the engineered system "slcm12adm01.example.com":"oracle_dbmachine":
emcli  show_engr_sys_patching_history  
       -system_target_name="slcm12adm01.example.com" 
       -system_target_type="oracle_dbmachine" 
       -target_name="clusteradm0102.example.com" 
       -target_type="cluster" 
       -action=analyze 
       -numrows="10"