NSX-T Data Center REST API
IdsSignatureThreshold (schema)
IDS signature threshold values
Threshold values for IDS signature can be used to control IDS event generation frequency.
Name | Description | Type | Notes |
---|---|---|---|
count | Threshold count Number of signature hits for threshold. |
integer | Required Minimum: 1 Maximum: 60 |
threshold_type | Threshold type THRESHOLD - An IDS event is generated if signature is hit at least 'count' times within specified time period. LIMIT - At most 'count' number of IDS events are generated for this signature within specified time period. BOTH - A single IDS event is generated if signature is hit at least 'count' times within specified time period. |
string | Required Enum: THRESHOLD, LIMIT, BOTH |
time_period | Time period (in seconds) for threshold Time period (in seconds) for signature threshold. |
integer | Required Minimum: 1 Maximum: 3600 |
track_by | Signature threshold tracking type This property is read-only and shows existing track by value from the signature. SOURCE - Track signature matches for threshold by source. DESTINATION - Track signature matches for threshold by destination. |
string | Readonly Enum: SOURCE, DESTINATION |