Exporting a Telemetry gateway list to XML
After you create and save a Telemetry gateway list, the Export button displays, and you can export the list to a configuration file in XML format.
To export a Telemetry gateway list to XML:
- Go to Telemetry Gateway Lists > Manage Telemetry Gateway Lists.
- Click a list.
- Click the Export button. EMS downloads a
gateway_list_<list_name>.conf
file 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>