CloudStack v2.2.13 - 2.2.14 User API Reference
listPortForwardingRules
Lists all port forwarding rules for an IP address.
Request parameters
| Parameter Name | Description | Required |
| id | Lists rule with the specified ID. | false |
| ipaddressid | the id of IP address of the port forwarding services | false |
| projectid | list firewall rules by project | false |
Response Tags
| Response Name | Description |
| id | the ID of the port forwarding rule |
| cidrlist | the cidr list to forward traffic from |
| ipaddress | the public ip address for the port forwarding rule |
| ipaddressid | the public ip address id for the port forwarding rule |
| privateendport | the ending port of port forwarding rule's private port range |
| privateport | the starting port of port forwarding rule's private port range |
| protocol | the protocol of the port forwarding rule |
| publicendport | the ending port of port forwarding rule's private port range |
| publicport | the starting port of port forwarding rule's public port range |
| state | the state of the rule |
| virtualmachinedisplayname | the VM display name for the port forwarding rule |
| virtualmachineid | the VM ID for the port forwarding rule |
| virtualmachinename | the VM name for the port forwarding rule |