IntelligenceFeaturesAndOperationsInfo (type)

{
  "additionalProperties": false, 
  "description": "NSX Intelligence available features and operations. And the permission based on the form factor, license and user's roles.", 
  "id": "IntelligenceFeaturesAndOperationsInfo", 
  "properties": {
    "features": {
      "description": "A list of available features in appliance and it indicates if each feature is available on the current appliance.", 
      "items": {
        "$ref": "IntelligenceFeature
      }, 
      "readonly": true, 
      "title": "A list of available features in appliance", 
      "type": "array"
    }, 
    "operations": {
      "description": "A list of available operations in appliance and it indicates if each operation can be accessed by the logged-in user.", 
      "items": {
        "$ref": "IntelligenceOperation
      }, 
      "readonly": true, 
      "title": "A list of operations and related permission", 
      "type": "array"
    }, 
    "properties": {
      "$ref": "IntelligenceProperties, 
      "description": "Metadata for user and appliance.", 
      "readonly": true, 
      "title": "Metadata for user and appliance"
    }
  }, 
  "title": "NSX Intelligence node available features and operations.", 
  "type": "object"
}