Class HealthMonitorResource
- java.lang.Object
-
- lumis.service.portalmanagement.healthmonitor.HealthMonitorResource
-
@Path("/lum-internal/portaladministration/healthmonitor") public class HealthMonitorResource extends java.lang.Object
Rest API for the health monitor service.- Since:
- 10.1.0
- Version:
- $Revision: 19963 $ $Date: 2017-02-21 19:28:29 -0300 (Tue, 21 Feb 2017) $
-
-
Constructor Summary
Constructors Constructor Description HealthMonitorResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
runHealthCheck(java.lang.String className, java.lang.String methodName)
-
-
-
Method Detail
-
runHealthCheck
@GET @Path("/runhealthcheck") @Produces("application/json") public java.lang.String runHealthCheck(@QueryParam("className") java.lang.String className, @QueryParam("methodName") java.lang.String methodName) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-