| statnspbrResult Structure Definition |
The statnspbrResult structure defines the return type for statnspbr 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. |
nspbrList |
Pointer to the nspbr List. |
| nspbrstats Structure Definition |
The nspbrstats structure defines the actual return type values for statnspbr API. |
Syntax |
Members |
name |
Name of the PBR whose statistics you want the Citrix ADC to display. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
pbrtotpktsallowed |
Total packets that matched the PBR (Policy-Based Routes) with action ALLOW |
pbrpktsallowedrate |
Rate packets that matched the PBR (Policy-Based Routes) with action ALLOW |
pbrtotpktsdenied |
Total packets that matched the PBR with action DENY |
pbrpktsdeniedrate |
Rate packets that matched the PBR with action DENY |
pbrtothits |
Total packets that matched one of the configured PBR |
pbrhitsrate |
Rate packets that matched one of the configured PBR |
pbrtotmisses |
Total packets that did not match any PBR |
pbrmissesrate |
Rate packets that did not match any PBR |
pbrtotnulldrop |
Total packets that are dropped due to null nexthop |
pbrnulldroprate |
Rate packets that are dropped due to null nexthop |
pbrperhits |
Number of times the pbr was hit |
pbrperhitsrate |
Rate of times the pbr was hit |
See Also |