Class InfoWebService
java.lang.Object
org.apache.openmeetings.webservice.InfoWebService
@Service("infoWebService")
@Produces("application/json")
@Path("/info")
public class InfoWebService
extends Object
The Service contains methods to get info about the system and manifest
- Author:
- sebawagner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethod to get health report for this OpenMeetings instanceMethod to get current OpenMeetings version
-
Constructor Details
-
InfoWebService
public InfoWebService()
-
-
Method Details
-
getVersion
Method to get current OpenMeetings version- Returns:
- - version
-
getHealth
Method to get health report for this OpenMeetings instance- Returns:
- - health report
-
getManifest
@GET @Path("/manifest.webmanifest") @Produces("application/manifest+json") public String getManifest()
-