| addrewritepolicylabel |
Use this method to creates a user-defined rewrite policy label. |
Syntax |
Parameters |
labelname |
Name for the rewrite policy label. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) hash (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after the rewrite policy label 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 rewrite policy label" or 'my rewrite policy label'). This is mandatory parameter. |
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. This is mandatory parameter. |
comment |
Any comments to preserve information about this rewrite policy label. |
Return Value |
Returns simpleResult |
See Also |