Vrátí konfiguraci produktu. Možný výsledek:  { success, error }

Get the product configuration. Result of status may be { success, error }

 

Command line

ermm.exe get configuration --file C:\tmp\conf.xml --format xml

 

Název

Name

Value

cesta pro uložení konfigurace

the path where the configuration file will be saved

format

format of configuration: json, xml. Default format is xml

 

Příklad

call

{

 "command":"get_configuration", 

"id":1,

 "version":"1", 

"params":{

"format":"xml",

  "file":"C:\\tmp\\conf.xml" 

}

}

result

{

"id":1,

"result":{

  "configuration":"PD94bWwgdmVyc2lvbj0iMS4w==" 

},

 "error":null 

}