Apache CloudStack 4.14.1.0-SNAPSHOT Root Admin API Reference
listNetworkACLLists
Lists all network ACLs
Request parameters
| Parameter Name | Description | Required |
| account | list resources by account. Must be used with the domainId parameter. | 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 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 | false |
| name | list network ACLs by specified name | false |
| networkid | list network ACLs by network ID | false |
| page | false | |
| pagesize | false | |
| projectid | list objects by project | false |
| vpcid | list network ACLs by VPC ID | false |
Response Tags
| Response Name | Description |
| id | the ID of the ACL |
| description | Description of the ACL |
| fordisplay | is ACL for display to the regular user |
| name | the Name of the ACL |
| vpcid | Id of the VPC this ACL is associated with |