getpolicytracingResult Structure Definition

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

policytracingList

List of policytracings


policytracing Structure Definition

The policytracing structure defines the actual return type values for getpolicytracing API.

Syntax



Members

transactionid

Unique ID to identify the current transaction

detail

Show detailed information of the captured records

filterexpr

Policy tracing filter expression. For example: http.req.url.startswith("/this").

transactionid2

Unique ID to identify the current transaction

packetengineid

The packet engine identifier.

clientip

The IP address of client.

destip

The IP address of destination.

srcport

Source port of the request.

destport

Destination port of the request.

transactiontime

Conveys time at which request processing started.

policytracingmodule

Module or feature for which policy is evaluated

url

Request URL.

policynames

List of the policy names which are evaluated to true for this transaction

isresponse

True if the current policy is evaluated on the request side

isundefpolicy

True if the current policy is evaluated to undef

policytracingrecordcount

Current record number

protocoltype

protocol type for which policy records needs to be collected

capturesslhandshakepolicies

Set it to yes if need to capture the SSL handshake policies

_nextgenapiresource


See Also