stataaaResult Structure Definition

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

aaaList

Pointer to the aaa List.


aaastats Structure Definition

The aaastats structure defines the actual return type values for stataaa API.

Syntax



Members

clearstats

Clear the statsistics / counters

_nextgenapiresource


aaaauthsuccess

Count of authentication successes.

aaaauthsuccessrate

Rate of authentication successes.

aaaauthfail

Count of authentication failures.

aaaauthfailrate

Rate of authentication failures.

aaaauthonlyhttpsuccess

Count of HTTP connections that succeeded authorization.

aaaauthonlyhttpsuccessrate

Rate of HTTP connections that succeeded authorization.

aaaauthonlyhttpfail

Count of HTTP connections that failed authorization.

aaaauthonlyhttpfailrate

Rate of HTTP connections that failed authorization.

aaaauthnonhttpsuccess

Count of non HTTP connections that succeeded authorization.

aaaauthnonhttpsuccessrate

Rate of non HTTP connections that succeeded authorization.

aaaauthnonhttpfail

Count of non HTTP connections that failed authorization.

aaaauthnonhttpfailrate

Rate of non HTTP connections that failed authorization.

aaacursessions

Count of current SmartAccess AAA sessions.

aaacursessionsrate

Rate of current SmartAccess AAA sessions.

aaatotsessions

Count of all SmartAccess AAA sessions.

aaasessionsrate

Rate of all SmartAccess AAA sessions.

aaatotsessiontimeout

Count of AAA sessions that have timed out.

aaasessiontimeoutrate

Rate of AAA sessions that have timed out.

aaacuricasessions

Count of current Basic ICA only sessions.

aaacuricasessionsrate

Rate of current Basic ICA only sessions.

aaacuricaonlyconn

Count of current Basic ICA only connections.

aaacuricaonlyconnrate

Rate of current Basic ICA only connections.

aaacuricaconn

Count of current SmartAccess ICA connections.

aaacuricaconnrate

Rate of current SmartAccess ICA connections.

aaacurtmsessions

Count of current AAATM sessions.

aaacurtmsessionsrate

Rate of current AAATM sessions.

aaatottmsessions

Count of all AAATM sessions.

aaatmsessionsrate

Rate of all AAATM sessions.

aaatotwafblock

Total Number of Requests that are blocked as part of Appfw Validation for AAA

aaawafblockrate

Rate of Requests that are blocked as part of Appfw Validation for AAA

aaatmtotwafblock

Total Number of Requests that are blocked as part of Appfw Validation for AAATM

aaatmwafblockrate

Rate of Requests that are blocked as part of Appfw Validation for AAATM

See Also