Apache CloudStack 4.15.0.0 Root Admin API Reference
					
                                        
                                        
                                    
                                updateNetworkACLItem
Updates ACL item with specified ID
Request parameters
| Parameter Name | Description | Required | 
| id | the ID of the network ACL item | true | 
| action | scl entry action, allow or deny | false | 
| cidrlist | the cidr list to allow traffic from/to. Multiple entries must be separated by a single comma character (,). | false | 
| customid | an optional field, in case you want to set a custom id to the resource. Allowed to Root Admins only | false | 
| endport | the ending port of ACL | false | 
| fordisplay | an optional field, whether to the display the rule to the end user or not | false | 
| icmpcode | error code for this ICMP message | false | 
| icmptype | type of the ICMP message being sent | false | 
| number | The network of the vm the ACL will be created for | false | 
| partialupgrade | Indicates if the ACL rule is to be updated partially (merging the parameters sent with current configuration) or completely (disconsidering all of the current configurations). The default value is 'true'. | false | 
| protocol | the protocol for the ACL rule. Valid values are TCP/UDP/ICMP/ALL or valid protocol number | false | 
| reason | A description indicating why the ACL rule is required. | false | 
| startport | the starting port of ACL | false | 
| traffictype | the traffic type for the ACL, can be Ingress or Egress, defaulted to Ingress if not specified | false | 
Response Tags
| Response Name | Description | 
| id | the ID of the ACL Item | 
| aclid | the ID of the ACL this item belongs to | 
| aclname | the name of the ACL this item belongs to | 
| action | Action of ACL Item. Allow/Deny | 
| cidrlist | the cidr list to forward traffic from. Multiple entries are separated by a single comma character (,). | 
| endport | the ending port of ACL'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 | 
| number | Number of the ACL Item | 
| protocol | the protocol of the ACL | 
| reason | an explanation on why this ACL rule is being applied | 
| startport | the starting port of ACL's port range | 
| state | the state of the rule | 
| traffictype | the traffic type for the ACL | 
| tags(*) | the list of resource tags associated with the network ACLs | 
| 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 | 
| 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 |