CloudStack v2.2.13 - 2.2.14 Domain Admin API Reference
configureNetscalerLoadBalancer
configures a netscaler load balancer device
Request parameters
| Parameter Name | Description | Required |
| lbdeviceid | Netscaler load balancer device ID | true |
| inline | true if netscaler load balancer is intended to be used in in-line with firewall, false if netscaler load balancer will side-by-side with firewall | false |
| lbdevicecapacity | capacity of the device, Capacity will be interpreted as number of networks device can handle | false |
| lbdevicededicated | true if this netscaler device to dedicated for a account, false if the netscaler device will be shared by multiple accounts | false |
Response Tags
| Response Name | Description |
| inline | true if device is inline with firewall device |
| ipaddress | the management IP address of the external load balancer |
| lbdevicecapacity | device capacity |
| lbdevicededicated | true if device is dedicated for an account |
| lbdeviceid | device id of the netscaler load balancer |
| lbdevicename | device name |
| lbdevicestate | device state |
| physicalnetworkid | the physical network to which this netscaler device belongs to |
| privateinterface | the private interface of the load balancer |
| provider | name of the provider |
| publicinterface | the public interface of the load balancer |