getrewritepolicylabelResult Structure Definition

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

rewritepolicylabelList

List of rewritepolicylabels


rewritepolicylabel Structure Definition

The rewritepolicylabel structure defines the actual return type values for getrewritepolicylabel API.

Syntax



Members

labelname

Name of the rewrite policy label.

transform

Types of transformations allowed by the policies bound to the label. For Rewrite, the following types are supported: * http_req - HTTP requests * http_res - HTTP responses * othertcp_req - Non-HTTP TCP requests * othertcp_res - Non-HTTP TCP responses * url - URLs * text - Text strings * clientless_vpn_req - Citrix ADC clientless VPN requests * clientless_vpn_res - Citrix ADC clientless VPN responses * sipudp_req - SIP requests * sipudp_res - SIP responses * diameter_req - DIAMETER requests * diameter_res - DIAMETER responses * radius_req - RADIUS requests * radius_res - RADIUS responses * dns_req - DNS requests * dns_res - DNS responses * mqtt_req - MQTT requests * mqtt_res - MQTT responses

numpol

Number of polices bound to label.

hits

Number of times policy label was invoked.

policyname

Name of the rewrite 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

Suspend 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. * resvserver - Forward the response to the specified response virtual server. * policylabel - Invoke the specified policy label.

labelname2

* If labelType is policylabel, name of the policy label to invoke. * If labelType is reqvserver or resvserver, name of the virtual server to which to forward the request or response.

flowtype

Flowtype of the bound rewrite policy.

description

Description of the policylabel

comment

Any comments to preserve information about this rewrite policy label.

builtin

Flag to determine if rewrite policy label is built-in or not

_nextgenapiresource


rwpolicylabelname


boundpriority


boundgotoprioexpression


boundinvokelabeltype


boundinvokelabelname


See Also