ESET Online nápověda

Hledat Čeština
Změnit kapitolu

set configuration

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

Příkazový řádek

ermm.exe set configuration --file C:\tmp\conf.xml --format xml --password pass

Parametry – parametry, s nimiž bude aplikace spuštěna (nepovinné).

Name

Value

file

the path where the configuration file will be saved

password

password for configuration

value

configuration data from the argument (encoded in base64)

Příklad

call

{

"command":"set_configuration",

"id":1,

"version":"1",

"params":{

"format":"xml",

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

"password": "pass"

}

}

result

{

"id":1,

"result":{

},

"error":null

}