NSX-T Data Center REST API

SecurityFeature (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "SecurityFeatureBase"
  },
  "id": "SecurityFeature",
  "module_id": "PolicyGatewaySecurityFeature",
  "properties": {
    "enable": {
      "default": false,
      "description": "true - activate the feature, false - deactivate the feture",
      "required": true,
      "title": "Flag to activate/deactivate",
      "type": "boolean"
    },
    "feature": {
      "$ref": "SecurityFeaturesSupported",
      "required": true
    }
  },
  "title": "T1 Security feature entity with feature details",
  "type": "object"
}