IntelligenceServiceHealthProperties (type)

{
  "additionalProperties": false, 
  "id": "IntelligenceServiceHealthProperties", 
  "properties": {
    "druid_health": {
      "$ref": "DruidServiceHealthProperties, 
      "readonly": true, 
      "title": "Druid Service Health"
    }, 
    "health": {
      "enum": [
        "STABLE", 
        "DEGRADED"
      ], 
      "readonly": true, 
      "title": "Service Health", 
      "type": "string"
    }, 
    "reason": {
      "readonly": true, 
      "title": "Reason for service degradation", 
      "type": "string"
    }, 
    "service_name": {
      "readonly": true, 
      "required": true, 
      "title": "Service Name", 
      "type": "string"
    }
  }, 
  "title": "NSX Intelligence Service Health properties", 
  "type": "object"
}