with which I would like to monitor routers log for firewall entries where I “remember” the last ID from last entry from each run and when the log entry ID was “*FF” and using this
/log/print
?=topics=firewall,info
?>.id=*FF
the API doesn’t return new entries although I know there are new entries (with ID *107 for example)
How can I acheive this so when using always the ID from last entry of the run I will get new entries?