Class OMRSAuditLogRESTServices
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.server.OMRSAuditLogRESTServices
OMRSAuditLogRESTServices provides the server-side logic to support the query interface for the audit log.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAuditLogReport
(String serverName, String userId) Return the report from the audit log for this server.getSeverityList
(String serverName, String userId) Return the details of the severities defined for audit log records from this server.
-
Constructor Details
-
OMRSAuditLogRESTServices
public OMRSAuditLogRESTServices()Default constructor
-
-
Method Details
-
getSeverityList
Return the details of the severities defined for audit log records from this server.- Parameters:
serverName
- name of serveruserId
- calling user- Returns:
- list of severity definitions
-
getAuditLogReport
Return the report from the audit log for this server.- Parameters:
serverName
- name of serveruserId
- calling user- Returns:
- report of the audit log
-