Apache CloudStack 4.23.0.0 Root Admin API Reference
addNetscalerLoadBalancer
Adds a netscaler load balancer device
Request parameters
| Parameter Name | Description | Required |
| networkdevicetype | Netscaler device type supports NetscalerMPXLoadBalancer, NetscalerVPXLoadBalancer, NetscalerSDXLoadBalancer | true |
| password | Credentials to reach netscaler load balancer device | true |
| physicalnetworkid | The Physical Network ID | true |
| url | URL of the netscaler load balancer appliance. | true |
| username | Credentials to reach netscaler load balancer device | true |
| gslbprovider | True if NetScaler device being added is for providing GSLB service | false |
| gslbproviderprivateip | Private IP of the site | false |
| gslbproviderpublicip | Public IP of the site | false |
| isexclusivegslbprovider | True if NetScaler device being added is for providing GSLB service exclusively and can not be used for LB | false |
Response Tags
| Response Name | Description |
| gslbprovider | True if NetScaler device is provisioned to be a GSLB service provider |
| gslbproviderprivateip | Private IP of the NetScaler representing GSLB site |
| gslbproviderpublicip | Public IP of the NetScaler representing GSLB site |
| ipaddress | The management IP address of the external load balancer |
| isexclusivegslbprovider | True if NetScaler device is provisioned exclusively to be a GSLB service provider |
| 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 |
| podids | Used when NetScaler device is provider of EIP service. This parameter represents the list of pod's, for which there exists a policy based route on datacenter L3 router to route pod's subnet IP to a NetScaler device. |
| privateinterface | The private interface of the load balancer |
| provider | Name of the provider |
| publicinterface | The public interface of the load balancer |