disable_config_history

Disables configuration history computation for a target type.

Format

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

Options

  • target_type

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

Examples

Example 1

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

emcli disable_config_history -target_type="host" 

Example 2

This example disables configuration history computation for all target types.

emcli disable_config_history -target_type="*"