srinidhi12
Dec 20, 2022Cirrostratus
Rest API filter using timestamp
Hi All,
I am trying to collect the F5 BIG-IP logs using rest API and using the below endpoint
https://192.168.10.10/mgmt/tm/sys/log/audit/stats?options=range,2022-12-19T22:45:22Z
I want to get the logs which are greater than specific timestamp, is there any option to achieve it.
Also I am trying to do pagination but the response gives only the self link, and not the next link, is there any other option to do paging?
Thanks!