enable_config_history

Enables configuration history computation for a target type.

Format

emcli enable_config_history -target_type="{target type|'*'}"

Options

  • target_type

    Target type for which the configuration history is being enabled. The value should be the internal name or "*" to indicate all target types.

Examples

Example 1

This example enables configuration history computation for the host target type.

emcli enable_config_history -target_type="host" 

Example 2

This example enables configuration history computation for all target types.

emcli enable_config_history -target_type="*"