HealthCheckResult Data Type

Properties
name data type constraints description
healthCheckType HealthCheckType  
healthy boolean required
responseTimeMillis number required

Example

{
  "healthCheckType" : "CACHE_SERVICE_CHECK",
  "healthy" : true,
  "responseTimeMillis" : 12345
}