NSX-T Data Center REST API

OverriddenSignature (type)

{
  "additionalProperties": false, 
  "id": "OverriddenSignature", 
  "module_id": "PolicyIDSCustomSignature", 
  "properties": {
    "action": {
      "description": "It denotes the global action of a IDS custom Signature. This will take precedence over IDS custom signature's action.", 
      "enum": [
        "ALERT", 
        "DROP", 
        "REJECT"
      ], 
      "title": "Global IDS signature's action", 
      "type": "string"
    }, 
    "enable": {
      "default": true, 
      "description": "Flag through which user can Activate/Deactivate a Signature at Global Level.", 
      "title": "Flag to Activate/Deactivate a IDS Signature globally.", 
      "type": "boolean"
    }
  }, 
  "title": "Overridden IDS custom signature", 
  "type": "object"
}