Technical Tip: Export configuration backup file via RESTful API
| Description | This article describes how to use curl or Postman to export FortiADC configuration through the RESTful API. |
| Scope | FortiADC. |
| Solution | Prerequisite:
RESTful API Request Format:
Note: Define a value for the password to encrypt the configuration file.
cURL:
curl --location 'https://<FADC-IP/Host>/api/downloader/running_config?password=' \
Postman:
For more information, refer to this FortiADC REST API document. |
