statdenylistbindingResult Structure Definition

The statdenylistbindingResult structure defines the return type for statdenylistbinding 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.

denylistbindingList

Pointer to the denylistbinding List.


denylistbindingstats Structure Definition

The denylistbindingstats structure defines the actual return type values for statdenylistbinding API.

Syntax



Members

name

The ruleId of the denylist binding. If not given, statistics are shown for all denylist bindings.

clearstats

Clear the statsistics / counters

_nextgenapiresource


lasthittimelocal

Last time (in local timezone format) the rule matched on the denylist binding

ruleevals

Number of times the rule evaluated the denylist binding

ruleevalsrate

Rate of times the rule evaluated the denylist binding

rulehits

Number of times the rule matched on the denylist binding

rulehitsrate

Rate of times the rule matched on the denylist binding

ruleundefhits

Number of times the rule evaluated to undef on the denylist binding

ruleundefhitsrate

Rate of times the rule evaluated to undef on the denylist binding

logs

Number of times the log generated by the denylist binding

logsrate

Rate of times the log generated by the denylist binding

blocks

Number of times the block generated by the denylist binding

blocksrate

Rate of times the block generated by the denylist binding

lasthittime

Last time the rule matched on the denylist binding

See Also