Apache CloudStack 4.23.0.0 Root Admin API Reference
authorizeSecurityGroupEgress
Authorizes a particular egress rule for this security group
Request parameters
| Parameter Name | Description | Required |
| account | An optional account for the security group. Must be used with domainId. | false |
| cidrlist | The CIDR list associated. Multiple entries must be separated by a single comma character (,). | false |
| domainid | An optional domainId for the security group. If the account parameter is used, domainId must also be used. | false |
| endport | End port for this egress rule | false |
| icmpcode | Error code for this icmp message | false |
| icmptype | Type of the ICMP message being sent | false |
| projectid | An optional project of the security group | false |
| protocol | TCP is default. UDP is the other supported protocol | false |
| securitygroupid | The ID of the security group. Mutually exclusive with securityGroupName parameter | false |
| securitygroupname | The name of the security group. Mutually exclusive with securityGroupId parameter | false |
| startport | Start port for this egress rule | false |
| usersecuritygrouplist | User to security group mapping | false |
Response Tags
| Response Name | Description |
| account | Account owning the security group rule |
| cidr | The CIDR notation for the base IP address of the security group rule |
| endport | The ending IP of the security group rule |
| icmpcode | The code for the ICMP message response |
| icmptype | The type of the ICMP message response |
| protocol | The protocol of the security group rule |
| ruleid | The ID of the security group rule |
| securitygroupname | Security group name |
| startport | The starting IP of the security group 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 |