Skip to content

vpn-urlAction

The following operations can be performed on "vpn-urlAction":

add| rm| set| unset| show| rename|

add vpn urlAction

Creates a bookmark link to an external or internal resource that appears on the Access Interface, according to type, as a web site link or file share link.

Synopsis

add vpn urlAction <name> -linkName <string> -actualURL <string> [-vServerName <string>] [-clientlessAccess ( ON | OFF )] [-comment <string>] [-iconURL <URL>] [-ssotype <ssotype>] [-applicationtype <applicationtype>] [-samlSSOProfile <string>]

Arguments

name

Name of the bookmark link.

linkName

Description of the bookmark link. The description appears in the Access Interface.

actualURL

Web address for the bookmark link.

vServerName

Name of the associated vserver to handle selfAuth SSO

clientlessAccess

If clientless access to the resource hosting the link is allowed, also use clientless access for the bookmarked web address in the Secure Client Access based session. Allows single sign-on and other HTTP processing on NetScaler Gateway for HTTPS resources.

Possible values: ON, OFF Default value: OFF

comment

Any comments associated with the bookmark link.

iconURL

URL to fetch icon file for displaying this resource.

ssotype

Single sign on type for unified gateway

Possible values: unifiedgateway, selfauth, samlauth

applicationtype

The type of application this VPN URL represents. Possible values are CVPN/SaaS/VPN

Possible values: CVPN, VPN, SaaS

samlSSOProfile

Profile to be used for doing SAML SSO

Example

add vpn urlAction ggl -linkName search -actualUrl www.google.com.

rm vpn urlAction

Removes a bookmark link to a resource that appears in the Access Interface.

Synopsis

rm vpn urlAction <name>

Arguments

name

Name of the bookmark link.

Example

rm vpn urlAction ggl

set vpn urlAction

Modifies the specified parameters of a bookmark link to a resource that appears in the Access Interface.

Synopsis

set vpn urlAction <name> [-linkName <string>] [-actualURL <string>] [-vServerName <string>] [-clientlessAccess ( ON | OFF )] [-comment <string>] [-iconURL <URL>] [-ssotype <ssotype>] [-applicationtype <applicationtype>] [-samlSSOProfile <string>]

Arguments

name

Name of the bookmark link.

linkName

Description of the bookmark link. The description appears in the Access Interface.

actualURL

Web address for the bookmark link.

vServerName

Name of the associated vserver to handle selfAuth SSO

clientlessAccess

If clientless access to the resource hosting the link is allowed, also use clientless access for the bookmarked web address in the Secure Client Access based session. Allows single sign-on and other HTTP processing on NetScaler Gateway for HTTPS resources.

Possible values: ON, OFF Default value: OFF

comment

Any comments associated with the bookmark link.

iconURL

URL to fetch icon file for displaying this resource.

ssotype

Single sign on type for unified gateway

Possible values: unifiedgateway, selfauth, samlauth

applicationtype

The type of application this VPN URL represents. Possible values are CVPN/SaaS/VPN

Possible values: CVPN, VPN, SaaS

samlSSOProfile

Profile to be used for doing SAML SSO

Example

set vpn urlAction wiurlaction -clientlessAccess on

unset vpn urlAction

Use this command to remove vpn urlAction settings.Refer to the set vpn urlAction command for meanings of the arguments.

Synopsis

unset vpn urlAction <name> [-vServerName] [-clientlessAccess] [-comment] [-iconURL] [-ssotype] [-applicationtype] [-samlSSOProfile]

show vpn urlAction

Displays information about all the configured bookmark links to resources that appear in the Access Interface, or displays detailed information about the specified bookmark link.

Synopsis

show vpn urlAction [<name>]

Arguments

name

Name of the bookmark link for which to display detailed information.

Output

linkName

Description of the bookmark link. The description appears in the Access Interface.

vServerName

Name of the associated vserver to handle selfAuth SSO

actualURL

Web address for the bookmark link.

clientlessAccess

If clientless access to the resource hosting the link is allowed, also use clientless access for the bookmarked web address in the Secure Client Access based session. Allows single sign-on and other HTTP processing on NetScaler Gateway for HTTPS resources.

comment

Any comments associated with the bookmark link.

iconURL

URL to fetch icon file for displaying this resource.

ssotype

Single sign on type for unified gateway

applicationtype

The type of application this VPN URL represents. Possible values are CVPN/SaaS/VPN

samlSSOProfile

Profile to be used for doing SAML SSO

devno

count

stateflag

rename vpn urlAction

Renames the specified vpn urlAction.

Synopsis

rename vpn urlAction <name>@ <newName>@

Arguments

name

Existing name of the vpn urlAction.

newName

New name for the vpn urlAction. 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.

The following requirement applies only to the NetScaler CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my vpnurl action" or 'my vpnurl action').

Example

rename vpn urlAction oldname newname

Was this article helpful?