Class Healthcheck
- java.lang.Object
-
- org.alfresco.rest.requests.ModelRequest<RestPrivateAPI>
-
- org.alfresco.rest.requests.syncServiceAPI.Healthcheck
-
public class Healthcheck extends ModelRequest<RestPrivateAPI>
Declares all Rest API under the /healthcheck path- Author:
- Meenal Bhave
-
-
Field Summary
-
Fields inherited from class org.alfresco.rest.requests.ModelRequest
restWrapper
-
-
Constructor Summary
Constructors Constructor Description Healthcheck(RestWrapper restWrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestSyncServiceHealthCheckModelgetHealthcheck()Get Healthcheck using GET call on alfresco/healthcheck-
Methods inherited from class org.alfresco.rest.requests.ModelRequest
includePath, usingParams
-
-
-
-
Constructor Detail
-
Healthcheck
public Healthcheck(RestWrapper restWrapper)
-
-
Method Detail
-
getHealthcheck
public RestSyncServiceHealthCheckModel getHealthcheck() throws java.lang.Exception
Get Healthcheck using GET call on alfresco/healthcheck- Returns:
RestSyncServiceHealthCheckModel- Throws:
java.lang.Exception
-
-