Package fr.gouv.vitam.logbook.rest
Class LogbookAdminResource
- java.lang.Object
-
- fr.gouv.vitam.logbook.rest.LogbookAdminResource
-
@Path("/logbook/v1") public class LogbookAdminResource extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogbookAdminResource(VitamRepositoryProvider vitamRepositoryProvider, LogbookConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
checkLogbookCoherence()
API to access and lanch the Check logbook coherence service.
-
-
-
Constructor Detail
-
LogbookAdminResource
public LogbookAdminResource(VitamRepositoryProvider vitamRepositoryProvider, LogbookConfiguration configuration)
-
-
Method Detail
-
checkLogbookCoherence
@Path("/checklogbook") @POST @Consumes("application/json") @Produces("application/json") @VitamAuthentication(authentLevel=BASIC_AUTHENT) public javax.ws.rs.core.Response checkLogbookCoherence()
API to access and lanch the Check logbook coherence service.- Returns:
- OK or error
-
-