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.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
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
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
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
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1662 | |
1077 | |
752 | |
443 | |
220 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.