REST API log filtering/topics
Posted: Wed Aug 30, 2023 6:05 pm
Hello,
Does anyone know the correct POST data format for filtering MT logs? I've come this far: when I send a POST request to /rest/log/print with the JSON data, it responds, but it doesn't filter out the IPsec logs as intended. Instead, it still provides the full log
Does anyone know the correct POST data format for filtering MT logs? I've come this far: when I send a POST request to /rest/log/print with the JSON data
Code: Select all
{"follow":{"where":{"topics":"ipsec"}}}