NSX-T Data Center Global Manager REST API
IdsSignatureRateFilter (schema)
IDS signature rate filter
Rate filter for IDS signature can be used to change signature action when thresholds are met.
| Name | Description | Type | Notes |
|---|---|---|---|
| count | Rate filter threshold count Number of signature hits before rate filter is activated. |
integer | Required Minimum: 1 Maximum: 60 |
| new_action | New action for rate filter Indicates the new action to be applied when rate filter is activated for the signature. DROP - Traffic will be dropped when rate filter is activated. |
string | Enum: DROP Default: "DROP" |
| time_period | Rate filter time period in seconds Time period (in seconds) during which signature must be hit 'count' number of times in order to activate rate filter. |
integer | Required Minimum: 1 Maximum: 3600 |
| timeout | Rate filter activation timeout in seconds Time period (in seconds) during which rate filter will remain active once activated. |
integer | Required Minimum: 1 Maximum: 3600 |