Interface StatusResource


@Path("") public interface StatusResource
  • Method Details

    • getHealthStatus

      @Path("health") @GET @Produces("application/json") @RolesAllowed("read:admin") Map<String,Object> getHealthStatus()
    • getInfo

      @Path("info") @GET @Produces("application/json") Map<String,Object> getInfo()