| getnslimitsessionsResult Structure Definition |
The getnslimitsessionsResult structure defines the return type for getnslimitsessions API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nslimitsessionsList |
List of nslimitsessionss |
| nslimitsessions Structure Definition |
The nslimitsessions structure defines the actual return type values for getnslimitsessions API. |
Syntax |
Members |
limitidentifier |
Name of the rate limit identifier for which to display the sessions. |
detail |
Show the individual hash values. |
timeout |
The time remaining on the session before a flush can be attempted. If active transactions are present the session will not be flushed |
hits |
The number of times this entry was hit. |
drop |
The number of times action was taken. |
number |
The hash of the matched selectlets. |
name |
The string formed by gathering selectlet values. |
unit |
Total computed hash of the matched selectlets. |
flags |
Used internally to identify ip addresses. |
referencecount |
Total number of transactions pointing to this entry. Its the sum total of the connection and bandwidth references |
maxbandwidth |
The current bandwidth |
selectoripv61 |
First IPV6 address gathered. |
selectoripv62 |
Second IPV6 address gathered. |
flag |
Used internally to identify ipv6 addresses. |
_nextgenapiresource |
See Also |