Home > Configuration > Transform > addtransformprofile

addtransformprofile

Use this method to creates a URL transformation profile, which contains a list of actions that define how the URLs in a request or response are 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 profile. 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 profile 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 profile” or ‘my transform profile’).
This is mandatory parameter.

type

Type of transformation. Always URL for URL Transformation profiles.

Return Value

Returns simpleResult

See Also