get configuration
Get the product configuration. Result of status may be { success, error }
Komut satırı
ermm.exe get configuration --file C:\tmp\conf.xml --format xml
Parametreler
Name  | 
Value  | 
file  | 
the path where the configuration file will be saved  | 
format  | 
format of configuration: json, xml. Default format is xml  | 
Örnek
call  | 
{ "command":"get_configuration", "id":1, "version":"1", "params":{ "format":"xml", "file":"C:\\tmp\\conf.xml" } }  | 
result  | 
{ "id":1, "result":{ "configuration":"PD94bWwgdmVyc2lvbj0iMS4w==" }, "error":null }  | 
