suppress_recommended_patch
Suppresses Enterprise Manager Compliance recommended patches for a given target type and/or target name.
Format
 emcli suppress_recommended_patch
       -patch_name="patch_name"
       -target_type="target_type"
       [-target_name="target_name"]
       [-force]
       [-revert]Options
- patch_name
                        Specifies the patch name. 
- target_type
                        Specifies the target type. 
- target_name
                        Specifies the target name. 
- force
                        Will suppress the patch recommendations unconditionally 
- revert
                        Will revert all suppressions for a given target type and/or target name. 
Examples
Example 1In this example a database patch recommendation for patch 1234567 is suppressed:
Example 2emcli suppress_recommended_patch -patch_name="1234567" -target_type="oracle_database"In this example database patch suppressed recommendations for database patch 1234567 are reactivated:
               emcli suppress_recommended_patch -patch_name="1234567"
-target_type="oracle_database" -revert