set configuration
Set configuration to the product. Result of status may be { success, error }
Command line
ermm.exe set configuration --file C:\tmp\conf.xml --format xml --password pass
Parameters
| 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) | 
Example
| call | 
| { "command":"set_configuration", "id":1, "version":"1", "params":{ "format":"xml", "file":"C:\\tmp\\conf.xml", "password": "pass" } } | 
| result | 
| { "id":1, "result":{ }, "error":null } | 
