Class AuditLogRest

java.lang.Object
org.duracloud.durastore.rest.BaseRest
org.duracloud.durastore.rest.AuditLogRest

@Path("/audit") @Component public class AuditLogRest extends BaseRest
REST interface for the AuditLogReader.
Author:
Daniel Bernstein Date: Sept 17, 2014
  • Constructor Details

  • Method Details

    • getAuditLog

      @Path("/{spaceId}") @GET public javax.ws.rs.core.Response getAuditLog(@PathParam("spaceId") String spaceId, @QueryParam("storeID") String storeId)