AddNetScalerHTTPService
AddNetScalerHTTPService
Adds an HTTP Service to a server on a NetScaler device. Create a new server by specifying an unused IP address; use an existing server by specifying its server name. Automatically binds to the first NetScalerConnection object preceding this activity
Properties
Service Name
Type: String
Specifies the name of the HTTP service to be added.
IP Address
Type: String
Specifies the IP Address of a server that will be created, to which the HTTP service will be added. This activity will fail if a server with this IP Address already exists. To add the service to an existing server, leave this value blank and enter a name for `Server'.
Server
Type: String
Specifies the name of the existing server to which the HTTP service will be added. To add the service to a new server, leave this value blank and enter an new IP address for `IP Address'.
Port
Type: Object
Specifies the port number to use for the HTTP service.
Cache Type
Type: Object
Specifies the cache type option supported by the cache server for this HTTP service.
State
Type: Object
Specifies the initial state of the HTTP service being added. Defaults to 'Enabled'.
Output
Type: Object
Contains the name of the added HTTP Service. This is a read-only output parameter.
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.
Add Comment