IntelligenceFeature (type)

{
  "additionalProperties": false, 
  "description": "NSX Intelligence available feature and its availability based the form factor and license.", 
  "id": "IntelligenceFeature", 
  "properties": {
    "feature": {
      "description": "String for the feature name", 
      "readonly": true, 
      "title": "The feature name", 
      "type": "string"
    }, 
    "is_available": {
      "description": "Indicated whether the feature is available on the current NSX-Intelligence cluster nodes.", 
      "readonly": true, 
      "title": "Indicated whether the feature is available on the current NSX-Intelligence cluster nodes", 
      "type": "boolean"
    }, 
    "reasons": {
      "description": "The reason why not available on the NSX-Intelligence cluster nodes", 
      "items": {
        "$ref": "IntelligenceNodeReason
      }, 
      "readonly": true, 
      "title": "The reason why not available on the NSX-Intelligence cluster nodes", 
      "type": "array"
    }
  }, 
  "title": "NSX Intelligence node available feature", 
  "type": "object"
}