Exporting gateway lists to XML
After you create and save a gateway list, the Export XML button displays, and you can export the list to a configuration file in XML format.
- Go to Gateway Lists > Manage Gateway Lists.
- Click a list.
- Click the Export button.
A
<filename>.conf
file is downloaded to your computer. Following is an example of the XML:<?xml version="1.0" encoding="utf-8"?>
<forticlient_configuration>
<endpoint_control>
<fortigates>
<fortigate>
<name>FortiGate</name>
<registration_password></registration_password>
<addresses>1.1.1.1:8013</addresses>
</fortigate>
</fortigates>
<notification_server>
<registration_password></registration_password>
<address>1.1.1.1:8013</address>
</notification_server>
</endpoint_control>
</forticlient_configuration>