Apache CloudStack 4.23.0.0 Root Admin API Reference
updateGlobalLoadBalancerRule
Update global load balancer rules.
Request parameters
| Parameter Name | Description | Required |
| id | The ID of the global load balancer rule | true |
| description | The description of the load balancer rule | false |
| gslblbmethod | Load balancer algorithm (roundrobin, leastconn, proximity) that is used to distributed traffic across the zones participating in global server load balancing, if not specified defaults to 'round robin' | false |
| gslbstickysessionmethodname | Session sticky method (sourceip) if not specified defaults to sourceip | false |
Response Tags
| Response Name | Description |
| id | Global Load balancer rule ID |
| account | The Account of the Load balancer rule |
| description | The description of the global Load balancer rule |
| domain | The domain of the Load balancer rule |
| domainid | The domain ID of the Load balancer rule |
| domainpath | path of the domain to which the load balancer rule belongs |
| gslbdomainname | DNS domain name given for the global Load balancer |
| gslblbmethod | Load balancing method used for the global Load balancer |
| gslbservicetype | GSLB service type |
| gslbstickysessionmethodname | Session persistence method used for the global Load balancer |
| name | Name of the global Load balancer rule |
| project | The project name of the Load balancer |
| projectid | The project ID of the Load balancer |
| regionid | Region ID in which global Load balancer is created |
| loadbalancerrule(*) | List of Load balancer rules that are part of GSLB rule |
| id | The Load balancer rule ID |
| account | The Account of the Load balancer rule |
| algorithm | The Load balancer algorithm (source, roundrobin, leastconn) |
| cidrlist | The CIDR list to allow traffic, all other CIDRs will be blocked. Multiple entries must be separated by a single comma character (,). |
| description | The description of the Load balancer |
| domain | The domain of the Load balancer rule |
| domainid | The domain ID of the Load balancer rule |
| domainpath | path of the domain to which the load balancer rule belongs |
| fordisplay | Is rule for display to the regular user |
| name | The name of the Load balancer |
| networkid | The ID of the guest Network the LB rule belongs to |
| privateport | The private port |
| project | The project name of the Load balancer |
| projectid | The project ID of the Load balancer |
| protocol | The protocol of the Load Balancer rule |
| publicip | The public IP address |
| publicipid | The public IP address ID |
| publicport | The public port |
| state | The state of the rule |
| zoneid | The ID of the zone the rule belongs to |
| zonename | The name of the zone the Load balancer rule belongs to |
| tags(*) | The list of resource tags associated with Load balancer |
| account | The Account associated with the tag |
| customer | Customer associated with the tag |
| domain | The domain associated with the tag |
| domainid | The ID of the domain associated with the tag |
| domainpath | Path of the Domain associated with the tag |
| key | Tag key name |
| project | The project name where tag belongs to |
| projectid | The project ID the tag belongs to |
| resourceid | ID of the resource |
| resourcetype | Resource type |
| value | Tag value |