NSX-T Data Center REST API

AggregatedFeatureState (type)

{
  "additionalProperties": false, 
  "description": "Feature state aggregating both feature flag and license information", 
  "id": "AggregatedFeatureState", 
  "module_id": "PolicyFeatureFlags", 
  "properties": {
    "feature_name": {
      "required": true, 
      "title": "feature name", 
      "type": "string"
    }, 
    "state": {
      "enum": [
        "INCOMPATIBLE", 
        "DISABLED_AND_UNLICENSED", 
        "ENABLED_ONLY", 
        "LICENSED_ONLY", 
        "ENABLED_AND_LICENSED"
      ], 
      "required": true, 
      "title": "Aggregated feature state", 
      "type": "string"
    }
  }, 
  "title": "Aggregated Feature State", 
  "type": "object"
}