gettransformactionResult Structure Definition

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

transformactionList

List of transformactions


transformaction Structure Definition

The transformaction structure defines the actual return type values for gettransformaction API.

Syntax



Members

name

Name of the profile.

profilename

Name of the URL Transformation profile with which to associate this action.

priority

Positive integer specifying the priority of the action within the profile. A lower number specifies a higher priority. Must be unique within the list of actions bound to the profile. Policies are evaluated in the order of their priority numbers, and the first policy that matches is applied.

requrlfrom

PCRE-format regular expression that describes the request URL pattern to be transformed.

requrlinto

PCRE-format regular expression that describes the transformation to be performed on URLs that match the reqUrlFrom pattern.

resurlfrom

PCRE-format regular expression that describes the response URL pattern to be transformed.

resurlinto

PCRE-format regular expression that describes the transformation to be performed on URLs that match the resUrlFrom pattern.

cookiedomainfrom

Pattern that matches the domain to be transformed in Set-Cookie headers.

cookiedomaininto

PCRE-format regular expression that describes the transformation to be performed on cookie domains that match the cookieDomainFrom pattern. NOTE: The cookie domain to be transformed is extracted from the request.

continuematching

Continue transforming using the next rule in the list.

state

Enable or disable this action.

comment

Any comments to preserve information about this URL Transformation action.

_nextgenapiresource


See Also