save_latest_config

Saves the latest configuration of a target.

Format

emcli save_latest_config
      -name="Host Config" 
      -target_type="host" 
      -target_name="test_host" 
      [-description="Save latest configuration of host"]  
    
[ ]  indicates that the parameter is optional. 

Options

  • name

    Name of the configuration which is being saved. The value should be unique and non null.

  • target_type

    Target type for which the configuration is being saved. The value should be the internal name.

  • target_name

    Name of the target.

  • description

    Description of the target's saved configuration. This option is not mandatory.

Example

The following command saves the latest configuration for the host target "test_host" with the description "Save latest configuration of host" and the name of "Host Config":

emcli save_latest_config 
      -name="Host Config"
      -target_type="host" 
      -target_name="test_host" 
      -description="Save latest configuration of host"