Apache CloudStack 4.23.0.0 Root Admin API Reference
updateEgressFirewallRule
Updates egress firewall rule
Request parameters
| Parameter Name | Description | Required |
| id | The ID of the egress firewall rule | true |
| customid | An optional field, in case you want to set a custom id to the resource. Allowed to Root Admins only | false |
| fordisplay | An optional field, whether to the display the rule to the end user or not | false |
Response Tags
| Response Name | Description |
| id | The ID of the firewall rule |
| cidrlist | The CIDR list to forward traffic from. Multiple entries are separated by a single comma character (,). |
| destcidrlist | The CIDR list to forward traffic to. Multiple entries are separated by a single comma character (,). |
| endport | The ending port of firewall rule's port range |
| fordisplay | Is rule for display to the regular user |
| icmpcode | Error code for this ICMP message |
| icmptype | Type of the ICMP message being sent |
| ipaddress | The public IP address for the firewall rule |
| ipaddressid | The public IP address ID for the firewall rule |
| networkid | The Network ID of the firewall rule |
| protocol | The protocol of the firewall rule |
| startport | The starting port of firewall rule's port range |
| state | The state of the rule |
| traffictype | The traffic type for the firewall rule |
| vpcid | The VPC ID of the firewall rule |
| tags(*) | The list of resource tags associated with the rule |
| 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 |
| domainpath | Path 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 |