Config.reload

Config.reload

Use this method to re-apply the system configuration, as can be done with the Reload button on the BASIC > Administration page of the web interface. The output of a successful call is a simple '200 OK' response - results are shown below.

Parameters Allowed

The following variable is used by the config.reload method:

  • password – A required parameter which the API uses to authenticate access to a page and which is set by your administrator.

Sample Request
 <?xml version="1.0" encoding="UTF8"?> <methodCall> <methodName>config.reload</methodName> <params> <param> <value> <struct> </struct> </value> </param> </params> </methodCall>