Home > Configuration > Transform > addtransformaction

addtransformaction

Use this method to creates a URL Transformation action, which defines how a specific element in URLs in the request or response is to be modified.
NOTE: In the URL Transformation feature (unlike all other Citrix ADC features), “profile” and “action” are not synonymous but refer to distinct entities. You must create the profile first, and then the actions.

Syntax



Parameters

name

Name for the URL transformation action. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after the URL Transformation action is added. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “my transform action” or ‘my transform action).
This is mandatory parameter.

profilename

Name of the URL Transformation profile with which to associate this action.
This is mandatory parameter.

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.
This is mandatory parameter.
Minimum value = 1.
Maximum value = 2147483647.

state

Enable or disable this action.
Default value = GENENABLED.

Return Value

Returns simpleResult

See Also