Class OMRSAuditLogRESTServices

java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.server.OMRSAuditLogRESTServices

public class OMRSAuditLogRESTServices extends Object
OMRSAuditLogRESTServices provides the server-side logic to support the query interface for the audit log.
  • Constructor Details

    • OMRSAuditLogRESTServices

      public OMRSAuditLogRESTServices()
      Default constructor
  • Method Details

    • getSeverityList

      public AuditLogSeveritiesResponse getSeverityList(String serverName, String userId)
      Return the details of the severities defined for audit log records from this server.
      Parameters:
      serverName - name of server
      userId - calling user
      Returns:
      list of severity definitions
    • getAuditLogReport

      public AuditLogReportResponse getAuditLogReport(String serverName, String userId)
      Return the report from the audit log for this server.
      Parameters:
      serverName - name of server
      userId - calling user
      Returns:
      report of the audit log