get configuration
Get the product configuration. Result of status may be { success, error }
Linha de comando
ermm.exe get configuration --file C:\tmp\conf.xml --format xml
Parâmetros
| Name | Value | 
| file | the path where the configuration file will be saved | 
| format | format of configuration: json, xml. Default format is xml | 
Exemplo
| call | 
| { "command":"get_configuration", "id":1, "version":"1", "params":{ "format":"xml", "file":"C:\\tmp\\conf.xml" } } | 
| result | 
| { "id":1, "result":{ "configuration":"PD94bWwgdmVyc2lvbj0iMS4w==" }, "error":null } | 
