export_config_onetimecompare

Exports the saved one-time comparison result from the repository to a zip file.

Format

emcli export_config_onetimecompare  
      -filename="<name_of_output_zip_file>" 
      -name="<comparison_name>" 
      [-result_format="<S|L>"] 
      [-content="<D|A>"] 

[ ]  indicates that the parameter is optional.

Options

  • filename

    Output zip file with absolute path.

  • name

    Name of the saved one-time comparison.

  • result_format

    Providing "S" exports the results in side-by-side format. Providing "L" exports the results in list format. Default value is "S".

  • content

    Exports only differences if the value is "D". Exports all results if the value is "A". Default value is "D".

Example

The following example exports the saved one-time comparison result from the repository to the "/tmp/TestReport.zip" output file with the name "cmp_host1".

emcli export_config_onetimecompare
     -filename="/tmp/TestReport.zip" 
     -name="cmp_host1"