LogEvent.toRepresentation()
. Querying existing audit log events: http://host:port/auditlog/receive - Return all known events http://host:port/auditlog/receive?tid=myid - Return all known events belonging to the specified target ID http://host:port/auditlog/receive?tid=myid&logid=2374623874 - Return all known events belonging to the specified target ID If the request is not correctly formatted or other problems arise error code HttpServletResponse.SC_NOT_FOUND
will be sent in the response.
|
|