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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MaintenanceResponse
getMaintenance()
Get info about the maintenance mode
-
-
-
Method Detail
-
getMaintenance
@GET @Path("/maintenance") MaintenanceResponse getMaintenance()
Get info about the maintenance mode- Returns:
- info about maintenance mode
-
-