IntelligenceServiceCategoryProperties (type)

{
  "additionalProperties": false, 
  "id": "IntelligenceServiceCategoryProperties", 
  "properties": {
    "reason": {
      "readonly": true, 
      "title": "Reason for service degradation", 
      "type": "string"
    }, 
    "services": {
      "items": {
        "$ref": "IntelligenceServiceHealthProperties
      }, 
      "required": true, 
      "title": "List of Services in this Category", 
      "type": "array"
    }, 
    "status": {
      "enum": [
        "STABLE", 
        "DEGRADED"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Health Status of this category of services"
    }
  }, 
  "title": "NSX Intelligence Service Category Properties", 
  "type": "object"
}