CloudStack v2.2.13 - 2.2.14 Domain Admin API Reference

createLoadBalancerRule

Creates a load balancer rule

Request parameters

Parameter NameDescriptionRequired
algorithmload balancer algorithm (source, roundrobin, leastconn)true
namename of the load balancer ruletrue
privateportthe private port of the private ip address/virtual machine where the network traffic will be load balanced totrue
publicportthe public port from where the network traffic will be load balanced fromtrue
accountthe account associated with the load balancer. Must be used with the domainId parameter.false
cidrlistthe cidr list to forward traffic fromfalse
descriptionthe description of the load balancer rulefalse
domainidthe domain ID associated with the load balancerfalse
networkidThe guest network this rule will be created forfalse
openfirewallif true, firewall rule for source/end pubic port is automatically created; if false - firewall rule has to be created explicitely. Has value true by defaultfalse
publicipidpublic ip address id from where the network traffic will be load balanced fromfalse
zoneidzone where the load balancer is going to be created. This parameter is required when LB service provider is ElasticLoadBalancerVmfalse

Response Tags

Response NameDescription
idthe load balancer rule ID
accountthe account of the load balancer rule
algorithmthe load balancer algorithm (source, roundrobin, leastconn)
cidrlistthe cidr list to forward traffic from
descriptionthe description of the load balancer
domainthe domain of the load balancer rule
domainidthe domain ID of the load balancer rule
namethe name of the load balancer
privateportthe private port
projectthe project name of the load balancer
projectidthe project id of the load balancer
publicipthe public ip address
publicipidthe public ip address id
publicportthe public port
statethe state of the rule
zoneidthe id of the zone the rule belongs to