Apache CloudStack 4.17.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 |
| 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 forward traffic from. Multiple entries are 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 |
| 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 loadbalanacer 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 |
| 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 |