- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Reading audit logs in the Management API
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jump to solution
Reading audit logs in the Management API
Since show-administrators (I'm using the Web API) does not show a last login date, I need to search the audit logs.
show-administrators: https://sc1.checkpoint.com/documents/latest/APIs/index.html?#web/show-administrators~v1.9
The only logs available are under show-logs
show-logs: https://sc1.checkpoint.com/documents/latest/APIs/index.html?#web/show-logs~v1.9
I cannot seem to find how to view the audit logs.
Is there an undocumented feature to read this logs?
MDS R81.10
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The show-logs API is only for Access Logs as far as I know.
Not sure there is an endpoint for Audit Logs… @Omer_Kleinstern ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use type audit in your query.
Kind regards, Amir Senn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I confirmed this is working. Thank you @Amir_Senn
