Mohammed_Waked
New Contributor
‎04-13-2025
Last activity: Apr 13, 2025 12:54:46 PM
0 Profile 0% Complete
Most Liked Posts Recent Solutions
No Content Available

User Activity

hello, i have problem when i getting log from FortiAnalyzer This function is designed to retrieve logs from FortiAnalyzer and extract the application names from those logs.However, I'm encountering an issue where not all logs are being retrieved cons...
hello guys, i have this part of script where I try to get all logs from fortianalyzer to save in text file When i run script, i just get the first 100 logs and any other logs can get it Knowing that when I changed the offset value to 500, it returned...
I want to change the API request period in terms of time. I want it to be from now until a month ago. I want to specify the policy ID and also not take all the logs in one request. I want it to take the first 10,000 logs and then take from 10,000 to ...
hello guys i have problem with this api request start = 0 limit=1 all_policies=[] while true: url = f"{base_url}/api/v2/cmdb/firewall/policy?vdom={vdom}&start={start}&rows={limit}" response = requests.get(url, headers=headers, verify=False) if respon...
How can i get application signatures from api request? i want to save all app in varaible