gettransformpolicylabelResult Structure Definition

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

transformpolicylabelList

List of transformpolicylabels


transformpolicylabel Structure Definition

The transformpolicylabel structure defines the actual return type values for gettransformpolicylabel API.

Syntax



Members

labelname

Name for the policy label.

policylabeltype

Types of transformations allowed by the policies bound to the label. For URL transformation, always http_req (HTTP Request).

numpol

Number of polices bound to label.

hits

Number of times policy label was invoked.

policyname

Name of the URL Transformation policy to bind to the policy label.

priority

Specifies the priority of the policy.

gotopriorityexpression

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

invoke

If the current policy evaluates to TRUE, terminate evaluation of policies bound to the current policy label, and then forward the request to the specified virtual server or evaluate the specified policy label.

labeltype

Type of invocation. Available settings function as follows: * reqvserver - Forward the request to the specified request virtual server. * policylabel - Invoke the specified policy label.

labelname2

Name of the policy label.

description

Description of the policylabel

_nextgenapiresource


transformpolicylabelname


boundpriority


boundgotoprioexpression


boundinvokelabeltype


boundinvokelabelname


See Also