Request parameters
| Parameter Name | Description | Required |
| account | List resources by Account. Must be used with the domainId parameter. | false |
| aclid | List network ACL items by ACL ID | false |
| action | List network ACL items by action | false |
| domainid | List only resources belonging to the domain specified | false |
| fordisplay | List resources by display flag; only ROOT admin is eligible to pass this parameter | false |
| id | Lists network ACL Item with the specified ID | false |
| isrecursive | Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| networkid | List network ACL items by network ID | false |
| page | false | |
| pagesize | false | |
| projectid | List objects by project; if projectid=-1 lists All Instances | false |
| protocol | List network ACL items by protocol | false |
| tags | List resources by tags (key/value pairs) | false |
| traffictype | List network ACL items by traffic type - ingress or egress | 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 |
| 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 |