CloudStack v2.2.13 - 2.2.14 Root Admin API Reference
listLoadBalancerRules
Lists load balancer rules.
Request parameters
Parameter Name | Description | Required |
id | the ID of the load balancer rule | false |
name | the name of the load balancer rule | false |
projectid | list firewall rules by project | false |
publicipid | the public IP address id of the load balancer rule | false |
virtualmachineid | the ID of the virtual machine of the load balancer rule | false |
zoneid | the availability zone ID | false |
Response Tags
Response Name | Description |
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 |
description | the description of the load balancer |
domain | the domain of the load balancer rule |
domainid | the domain ID of the load balancer rule |
name | the name of the load balancer |
privateport | the private port |
project | the project name of the load balancer |
projectid | the project id of the load balancer |
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 |