Package fr.gouv.vitam.logbook.rest
Class LogbookAdminResource
java.lang.Object
fr.gouv.vitam.logbook.rest.LogbookAdminResource
-
Constructor Summary
ConstructorDescriptionLogbookAdminResource
(VitamRepositoryProvider vitamRepositoryProvider, LogbookConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
API to access and lanch the Check logbook coherence service.
-
Constructor Details
-
LogbookAdminResource
public LogbookAdminResource(VitamRepositoryProvider vitamRepositoryProvider, LogbookConfiguration configuration)
-
-
Method Details
-
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
-