It seems like your browser didn't download the required fonts. Please revise your security settings and try again.

End-of-Sale/Renewals for Models 100 and 200

As of October 4th, 2020, new sales for models 100 and 200 of the Barracuda Email Security Gateway ceased. As of November 30, 2023, renewals for models 100 and 200 of the Barracuda Email Security Gateway have ceased. 

Config.reload

  • Last updated on

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>