getcmppolicyResult Structure Definition

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

cmppolicyList

List of cmppolicys


cmppolicy Structure Definition

The cmppolicy structure defines the actual return type values for getcmppolicy API.

Syntax



Members

name

Name of the HTTP compression policy for which to display details.

rule

The request/response rule that will trigger the specified compression action.

reqaction

The compression action to be performed on requests.

resaction

The compression action to be performed on responses.

hits

Number of hits.

txbytes

Number of bytes transferred.

rxbytes

Number of bytes received.

clientttlb

Total client TTLB value.

clienttransactions

Number of client transactions.

serverttlb

Total server TTLB value.

servertransactions

Number of server transactions.

boundto

The name of the entity to which the policy is bound.

activepolicy


priority


gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

labeltype

Type of policy label invocation.

labelname

Name of the label to invoke if the current policy rule evaluates to TRUE.

description

Description of the policy

builtin

Flag to determine if compression policy is builtin or not

_nextgenapiresource


See Also