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...