gettransformpolicyResult Structure Definition

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

transformpolicyList

List of transformpolicys


transformpolicy Structure Definition

The transformpolicy structure defines the actual return type values for gettransformpolicy API.

Syntax



Members

name

Name of the URL Transformation policy.

rule

Expression, or name of a named expression, against which to evaluate traffic. The following requirements apply only to the Citrix ADC CLI: * If the expression includes blank spaces, the entire expression must be enclosed in double quotation marks. * If the expression itself includes double quotation marks, you must escape the quotations by using the \ character. * Alternatively, you can use single quotation marks to enclose the rule, in which case you do not have to escape the double quotation marks.

profilename

Name of the URL Transformation profile to use to transform requests and responses that match the policy.

priority

Specifies the priority of the policy.

hits

Number of hits.

activepolicy

Indicates whether policy is bound or not.

boundto

Location where policy is bound

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.

comment

Any comments to preserve information about this URL Transformation policy.

logaction

Log server to use to log connections that match this policy.

builtin

Flag to determine if Transform policy is built-in or not

_nextgenapiresource


See Also