• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

ConnectToDevice

ConnectToDevice

Connects to the specified NetScaler device. Subsequent activities in a workflow automatically bind to the first connection defined.

Properties

Output
Type: Object
Contains the management IP address, referred to as the NetScaler IP (NSIP), of the NetScaler device. This is a read-only output parameter.

NetScalerConnection
Type: NetScalerConnections
Contains the connection object for the NetScaler connection. Subsequent activities in a workflow automatically bind to the first connection defined. To override the automatic connection, specify a binding for the NetScalerConnection parameter in subsequent activities. This is a read-only output parameter.

NSIP
Type: String
Specifies the NSIP for the NetScaler device to which you are connecting. NSIP is the NetScaler IP, the IP address used for managing the device.

UserName
Type: String
Specifies the user name for the credentials used to connect to the NetScaler device.

Password
Type: Object
Specifies the password for the credentials used to connect to the NetScaler device.

StatOnly
Type: Object
Indicates whether you want to load only the statistics calls to the NetScaler device (True) or Not (False). You can also bind this parameter to a conditional.

ConfigOnly
Type: Object
Indicates whether you want to load only the configuration calls to the NetScaler device (True) or Not (False). You can also bind this parameter to a conditional.

Stop On Error (SOE)
Type: Boolean
If the task throws an exception and this property is 'True' (the default), workflow execution will be stopped. When 'False', the error will be logged and workflow execution will continue as if no error occurred.

Name
Type: String
Please specify the identifier of the activity. It has to be unique in the workflow.

Enabled
Type: Boolean
Please specify if the activity is enabled or not. If an activity is not enabled it will not participate in the execution and validation.

Description
Type: String
Please specify the description of the activity.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links