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
-name="<config_extension_name>"
-target_name="<target_name>" 
-target_type="<target_type>"

Options

  • -name

    The name of the Configuration Extension to be cleaned up.

  • -target_name (Optional)

    Name of the target.

  • -target_type (Optional)

    Target type associated with the compliance standard rule.

Note:

If target_name and target_type are not specified cleanup_config_extension will cleanup the Configuration Extension for all deployed targets deployed showing a bad status.

Parameters

Example

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