Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Nitzan_Massad
Employee
Employee

Hi, it's indeed possible to query Audit logs in a separate query. 

here is an example: 

mgmt_cli show logs new-query.time-frame "today" new-query.max-logs-per-request "2" new-query.type "audit" --format json

this query will retrieve 2 Audit logs from today as a result.

you can see documentation for this in our API documentation under a type of log 

https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-logs~v1.7%20

 

View solution in original post

(2)
Who rated this post