Apache CloudStack 4.23.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 |