This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hi @Stromboni,
In a lab Panorama, I just did:
https://{{host}}/api?key={{key}}&type=log&log-type=traffic&query=( time_generated leq '2021/08/20 17:12:33' )
...then retrieved logs with:
https://{{host}}/api?type=log&action=get&key={{key}}&job-id={{job-id}}
...and got the expected logs. I was using Postman for the API calls, with Panorama 10.0.6.
Maybe you can share the API calls you are using?
... View more