Apache CloudStack 4.15.0.0 Root Admin API Reference
					
                                        
                                        
                                    
                                assignToGlobalLoadBalancerRule
Assign load balancer rule or list of load balancer rules to a global load balancer rules.
Request parameters
| Parameter Name | Description | Required | 
| id | the ID of the global load balancer rule | true | 
| loadbalancerrulelist | the list load balancer rules that will be assigned to global load balancer rule | true | 
| gslblbruleweightsmap | Map of LB rule id's and corresponding weights (between 1-100) in the GSLB rule, if not specified weight of a LB rule is defaulted to 1. Specified as 'gslblbruleweightsmap[0].loadbalancerid=UUID&gslblbruleweightsmap[0].weight=10' | false | 
Response Tags
| Response Name | Description | 
| displaytext | any text associated with the success or failure | 
| success | true if operation is executed successfully |