Home > Configuration > SSL VPN > addvpnurlpolicy

addvpnurlpolicy

Use this method to creates a new urlPolicy that, if bound, determines whether the URL is accessible or not.

Syntax



Parameters

name

Name for the new urlPolicy.
This is mandatory parameter.

rule

Expression, or name of a named expression, specifying the traffic that matches the policy. The following requirements apply only to the NetScaler CLI: * If the expression includes one or more spaces, enclose the entire expression in double quotation marks. * If the expression itself includes double quotation marks, 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.
This is mandatory parameter.

actioN

Action to be applied by the new urlPolicy if the rule criteria are met.
This is mandatory parameter.

comment

Any comments to preserve information about this policy.

logaction

Name of messagelog action to use when a request matches this policy.

Return Value

Returns simpleResult

See Also