Package org.alfresco.rest.model
Class RestSyncServiceHealthCheckModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestSyncServiceHealthCheckModel
- All Implemented Interfaces:
org.alfresco.utility.model.Model
public class RestSyncServiceHealthCheckModel
extends org.alfresco.utility.model.TestModel
Base Path {@linkplain /alfresco/healthcheck}
- Author:
- Meenal Bhave Example: { "activeMQConnection": { "healthy": true, "message": "ActiveMQ connection Ok" }, "databaseConnection": { "healthy": true, "message": "Database connection Ok" }, "deadlocks": { "healthy": true }, "eventsHealthCheck": { "healthy": true, "message": "Ok" }, "minimumClientVersion": { "healthy": true, "message": "1.0.1" }, "repositoryConnection": { "healthy": true, "message": "Repository connection Ok" }, "syncServiceIdCheck": { "healthy": true, "message": "41ca6903-3b40-3154-b9ae-a406d83e02c9" }, "versionCheck": { "healthy": true, "message": "2.2-SNAPSHOT (2017-10-04T08:41:58Z)" } }
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toString
-
Constructor Details
-
RestSyncServiceHealthCheckModel
public RestSyncServiceHealthCheckModel()
-
-
Method Details
-
getActiveMQConnection
-
getDatabaseConnection
-
getDeadlocks
-
getEventsHealthCheck
-
getMinimumClientVersion
-
getRepositoryConnection
-
getSyncServiceIdCheck
-
getVersionCheck
-