Skip to main content
Lucas_Piris
New Member
March 14, 2017
Question

FAZ Custom Report - Internet access report

  • March 14, 2017
  • 3 replies
  • 10952 views

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

    hzhao_FTNT
    Staff
    Staff
    March 14, 2017

    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
    New Member
    March 14, 2017

    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
    Staff
    Staff
    March 14, 2017

    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

    Thought Leadership Security Summit. Outpace New Threats with AI - enhanced defense. Tuesday, Septmeber 15, 8:30 AM - 2:30 PM PT. The Golf Club at Newcastle, WA.
    Fortinet Flag the Hack. Wednesday, August 26, 9:00 AM - 5:00 PM ET, COSM, Atlanta, GA.
    Virtual event | September 2026. SASE summit. The age of autonomous trust. Register here!