• 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

GetNetScalerService

GetNetScalerService

Returns all services on a NetScaler device or returns information about a specific service. Automatically binds to the first NetScalerConnection object preceding this activity.

Properties

Output
Type: Object
Contains all the services on the NetScaler device or information about the service specified in Service Name. This is a read-only output parameter.

Service Name
Type: String
Specifies the service for which information is to be retrieved. When a service name is specified, the `All' and `Internal' parameters must be set to `False'. To retrieve all services on the NetScaler device, omit this optional parameter.

All
Type: Object
Specifies whether to retrieve information for both configured and dynamically-learned services (True) or just configured services (False). This parameter must be set to `False' if a service name is specified. You can also bind this parameter to a conditional. Note: A dynamically-learned service is created when the NetScaler receives traffic using a wildcard-based service.

Internal
Type: Object
Specifies whether to limit the information to internally created named servers (True) or to also include external servers (False). This parameter must be set to `False' if a service name is specified. You can also bind this parameter to a conditional. Note: An internal NetScaler is located between the firewalls and the private network; an external NetScaler is located between the firewalls and the Internet.

NetScalerConnection
Type: NetScalerConnections
Specifies the NetScaler connection to use. If connecting to multiple NetScaler devices in the same workflow, you must bind this property to the NetScalerConnection property of the respective connectToDevice activity.

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