Interface InfoResource


@Path("/info") public interface InfoResource
Resource for access to general info about the system, which are available without a valid session.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get info about the maintenance mode
  • Method Details

    • getMaintenance

      @GET @Path("/maintenance") MaintenanceResponse getMaintenance()
      Get info about the maintenance mode
      Returns:
      info about maintenance mode