| setnslimitidentifier_threshold |
Use this method to set maximum number of requests that are allowed in the given timeslice when requests (mode is set as REQUEST_RATE) are tracked per timeslice. When connections (mode is set as CONNECTION) are tracked, it is the total number of connections that would be let through. |
Syntax |
Parameters |
limitidentifier |
Name of the rate limit identifier to be modified. This is mandatory parameter. |
threshold |
Maximum number of requests that are allowed in the given timeslice when requests (mode is set as REQUEST_RATE) are tracked per timeslice.
When connections (mode is set as CONNECTION) are tracked, it is the total number of connections that would be let through. Default value = 1. Minimum value = 1. |
Return Value |
Returns simpleResult |
See Also |