NSX-T Data Center REST API

AggregatedFeatureStateDetails (type)

{
  "additionalProperties": false,
  "description": "Feature state aggregating both feature flag and license information including API details",
  "id": "AggregatedFeatureStateDetails",
  "module_id": "PolicyFeatureFlags",
  "properties": {
    "apis": {
      "description": "The list of APIs included in the named feature",
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "APIs in feature",
      "type": "array"
    },
    "attributes": {
      "description": "The list of DTO attributes included in the named feature",
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "DTO attributes in feature",
      "type": "array"
    },
    "enum_values": {
      "description": "The list of DTO attribute enum values included in the named feature",
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "DTO attribute enums in feature",
      "type": "array"
    },
    "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 Details",
  "type": "object"
}