Apache CloudStack 4.23.0.0 Root Admin API Reference
createNetworkACLList
Creates a Network ACL. If no VPC is given, then it creates a global ACL that can be used by everyone.
Request parameters
| Parameter Name | Description | Required |
| name | Name of the Network ACL list | true |
| description | Description of the Network ACL list | false |
| fordisplay | An optional field, whether to the display the list to the end User or not | false |
| vpcid | ID of the VPC associated with this Network ACL list | 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 |
| vpcname | Name of the VPC this ACL is associated with |