...
- Connection (text box editor type) (type: string): the Citrix Host Session. The Output from Connect to Citrix activity should be used as Input here.
- Address (text box editor type) (type: string): enter the IP Address of the Host (e.g. 10.201.0.21)
- Hostname (text box editor type) (type: string): enter the hostname of the host. Takes Precedence over IP address and can be obtained using List Pool Hosts activity.
- UUID (text box editor type) (type: string): enter the UUID of the host. Takes Precedence over Hostname and can be obtained using List Pool Hosts activity.
The Read Only Output parameters block contains the possible output values that the activity will provide:
- Output CPU Model (type: string): outputs the CPU Model.
- Output DescriptionDescription (type: string): outputs the host description
- Output Label NameOutput PoolName (type: string): outputs the host label name
- Output Pool (type: string): outputs true/false if the host is Master
- Output Result (type: List<KeyValuePair<string,string>): outputs an object of type List<KeyValuePair<string,string>. You can access the following items using as key: name, description, is_enabled,cpu_model, is_pool_master.
For getting each item from the output object we recommend using the Custom ForEach activity of KeyValuePair<String,String>. - Output StateState (type: string): outputs the host state e.g. true, false, unknown.
List Pool Hosts
This activity retrives the pool information
...