cleanup_config_extension

Cleans up corrupted configuration extensions by removing all associations of a given Configuration extension with the given target.

Format

emcli cleanup_config_extension
-ce_name="<ce_name>"
-target_name="<target_name>" 
-target_type="<target_type>"

Options

  • -ce_name

    The name of the Configuration Extension to be cleaned up.

  • -target_name

    Name of the target.

  • -target_type

    Target type associated with the compliance standard rule.

Example

emcli cleanup_config_extension -ce_name="Custom STIG Configuration"
    -target_name="my_target" -target_type="oracle_database"