Class 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:
    solomax, sebawagner
    • Constructor Detail

      • InfoWebService

        public InfoWebService()
    • Method Detail

      • getVersion

        @GET
        @Path("/version")
        public Info getVersion()
        Method to get current OpenMeetings version
        Returns:
        - version
      • getHealth

        @GET
        @Path("/health")
        public Health 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()