FortiWeb
A FortiWeb can be configured to join a Security Fabric through the root or downstream FortiGate.
kmak
Staff
Staff
Article Id 292624
Description This article describes how to download WAD (Web Anti-Defacement) debug logs using API.
Scope
  • FortiWeb Firmware version 7.4.1 or later.
  • Admin user requires at least Read Only permission to Web Anti-Defacement Management access control.
Solution

FortiWeb Web Anti-Defacement (WAD) debug log is not retrievable from the GUI access. To export the Web Anti-Defacement debug log, may use the API method to check the list of wad debug logs and download the log file.

 

  1. The API to check the list of WAD debug log files.

https://<IP>/api/v2.0/wad/antidefacement.debuglog.list

 

  • Using the Postman app.

 

kmak_0-1704414883051.jpeg

 

  • Using cURL.

 

kmak_1-1704414883063.jpeg

 

  1. The API to export the debug log file.

https://<IP>/api/v2.0/wad/antidefacement.debuglog.detail?log_name=<log-file-name>

 

  • Using the Postman app.

 

kmak_2-1704414883074.jpeg

 

  • Using cURL.

 

kmak_3-1704414883080.jpeg

 

Related document:

Anti-defacement

Contributors