NSX-T Data Center REST API

IdsProfileSignature (type)

{
  "additionalProperties": false,
  "description": "Provides a single IDPS signature's information\u2014its ID, revision, and action. This signature is effective on the given profile.",
  "id": "IdsProfileSignature",
  "module_id": "PolicyIDS",
  "properties": {
    "action": {
      "description": "The action that has to be performed when the signature is matched.",
      "enum": [
        "ALERT",
        "DROP",
        "REJECT"
      ],
      "required": true,
      "title": "IDS signature's action",
      "type": "string"
    },
    "revision": {
      "description": "The revision number of the IDS signature.",
      "required": true,
      "title": "Signature Revision",
      "type": "integer"
    },
    "signature_id": {
      "description": "Represents the IDS Signature's id.",
      "required": true,
      "title": "Signature ID",
      "type": "string"
    }
  },
  "title": "IDS Profile Signature",
  "type": "object"
}