export_config_compare_template

Exports the comparison template to a file with the name provided as the argument to "filename".

Format

emcli export_config_compare_template  
      -template_id="<id_of_template>" 
      -filename="<name_of_xml_file>"

Options

  • template_id

    Identifier of the comparison template to be exported.

  • filename

    Output XML file with absolute path.

Example

The following example exports the comparison template with the identifier "1" to the file "TestHost.xml".

emcli export_config_compare_template 
      -template_id="1" 
      -output_file="/tmp/TestHost.xml"