statdenylistglobalResult Structure Definition

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

denylistglobalList

Pointer to the denylistglobal List.


denylistglobalstats Structure Definition

The denylistglobalstats structure defines the actual return type values for statdenylistglobal API.

Syntax



Members

type

Name of the denylist label type.

clearstats

Clear the statsistics / counters

_nextgenapiresource


lasthittimelocal

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

evals

Number of times the denylist label is invoked

evalsrate

Rate of times the denylist label is invoked

rulehits

Number of times the rule matched on the denylist label

rulehitsrate

Rate of times the rule matched on the denylist label

ruleundefhits

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

ruleundefhitsrate

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

logs

Number of times the log generated on the denylist label

logsrate

Rate of times the log generated on the denylist label

blocks

Number of times the block generated on the denylist label

blocksrate

Rate of times the block generated on the denylist label

lasthittime

Last time the rule matched on the denylist label

See Also