export_config_search

Exports the saved configuration search to an XML file.

Format

emcli export_config_search  
      -name="<Configuration Search UI Name>" 
      -output_file="<XML file name>" 

Options

  • name

    Display name of the configuration search. It is a mandatory parameter.

  • output_file

    The name of the xml file with an absolute path. It is a mandatory parameter.

Example

The following example exports the configuration to the testSearch.xml file:

emcli export_config_search       -name="testSearch" 
      -output_file="/tmp/testSearch.xml"