Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Lucas_Piris
New Contributor

FAZ Custom Report - Internet access report

I need to customize an internet access report, organized by day, containing the websites that users have accessed.

 

I created one that already does this, however I need to generate a report for each user, as image1.jpg:

 

 

Has anyone ever created one that brings this information, but to multiple users at the same time? I tried creating one using drill-down too, but I could not evolve much.

3 REPLIES 3
hzhao_FTNT
Staff
Staff

Hi there, we do not support user customized drill-down chart since 5.0. Please clone your report and set report filter to different users.

 

regards,

hz

Lucas_Piris

hzhao_FTNT wrote:

Hi there, we do not support user customized drill-down chart since 5.0. Please clone your report and set report filter to different users.

 

regards,

hz

Hi hzhao_FTNT,

 

Yes, I do this, but, We have 200 users. :(

 

Any other option?

 

Regards

Lucas

hzhao_FTNT

Hi Lucas,

 

In this case, you may need XML API runFazReport. You can use soapUI to send a set of run report requests:

Sample request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:r20="http://r200806.ws.fmg.fortinet.com/"> <soapenv:Header/> <soapenv:Body> <r20:runFazReport> <!--Optional:--> <servicePass> <!--Optional:--> <userID>admin</userID> <!--Optional:--> <password></password> </servicePass> <!--Optional:--> <adom>root</adom> <!--Optional:--> <reportTemplate>Admin and System Events Report</reportTemplate> <!--Zero or more repetitions:--> <filter>user=USER001</filter> </r20:runFazReport> </soapenv:Body> </soapenv:Envelope>

 

Please check our XML Reference at http://docs.fortinet.com/uploaded/files/2619/FortiAnalyzer%205.2.4%20XML%20API%20Reference.pdf for more details.

 

Regards,

hz

Labels
Top Kudoed Authors