get configuration
Get the product configuration. Result of status may be { success, error }
コマンドライン
ermm.exe get configuration --file C:\tmp\conf.xml --format xml
パラメータ
Name |
Value |
file |
the path where the configuration file will be saved |
format |
format of configuration: json, xml. Default format is xml |
例
call |
{ "command":"get_configuration", "id":1, "version":"1", "params":{ "format":"xml", "file":"C:\\tmp\\conf.xml" } } |
result |
{ "id":1, "result":{ "configuration":"PD94bWwgdmVyc2lvbj0iMS4w==" }, "error":null } |