NSX-T Data Center REST API

IdsCustomSignatureExportActionParameter (type)

{
  "additionalProperties": false,
  "id": "IdsCustomSignatureExportActionParameter",
  "module_id": "PolicyIDSCustomSignature",
  "properties": {
    "include": {
      "description": "Custom signatures to be exported.",
      "enum": [
        "VALID",
        "INVALID",
        "ALL"
      ],
      "required": true,
      "title": "Custom signatures to be exported",
      "type": "string"
    }
  },
  "title": "Action parameter to export custom signatures",
  "type": "object"
}