Hi,
Anyone has idea of using auditlog API?
On calling it with normal GET method, it gives “unknown request method”.
Upon calling /api/help it lists /api/auditlog, however there are no documentation available for methods and its usage.
Hi,
Anyone has idea of using auditlog API?
On calling it with normal GET method, it gives “unknown request method”.
Upon calling /api/help it lists /api/auditlog, however there are no documentation available for methods and its usage.
Hi @ashok13691 this is a route that is used to record the logout event in WebUI.
In your server_audit.log, you would see the following events when this route is called upon:
1|Tue, 29 Jul 2025 09:11:02 -0400|INFO|<USER>|WEBUI|AUTHZ|LOGOUT|<IP ADDRESS>|Logging out user. (WebUI Connection)
-Gus.
@gus Could you please let me know how I can fetch data using this API?
Which are available methods for this API?
Other than this, do we have any API call which can provide console audit logs as well?
@ashok13691 this route is used to post the logout events for WebUI. This route does not allow you to fetch data from the server_audit.log file. Unfortunately we do not currently have a route that allows you to retrieve console audit logs. You can open a BigFix Ideas for this request.
-Gus