Network ACL (V3)
| Permission | API | Action |
|---|---|---|
| Creating a network ACL | POST /v3/{project_id}/vpc/firewalls | vpc:firewalls:create |
| Querying network ACLs | GET /v3/{project_id}/vpc/firewalls | vpc:firewalls:list |
| Querying the details of a network ACL | GET /v3/{project_id}/vpc/firewalls/{firewall_id} | vpc:firewalls:get |
| Updating a network ACL | PUT /v3/{project_id}/vpc/firewalls/{firewall_id} | vpc:firewalls:update |
| Deleting a network ACL | DELETE /v3/{project_id}/vpc/firewalls/{firewall_id} | vpc:firewalls:delete |
| Updating a network ACL rule | PUT /v3/{project_id}/vpc/firewalls/{firewall_id}/update-rules | vpc:firewalls:update |
| Inserting a network ACL rule | PUT /v3/{project_id}/vpc/firewalls/{firewall_id}/insert-rules | vpc:firewalls:update |
| Deleting a network ACL rule | PUT /v3/{project_id}/vpc/firewalls/{firewall_id}/remove-rules | vpc:firewalls:update |
| Associating a subnet with a network ACL | PUT /v3/{project_id}/vpc/firewalls/{firewall_id}/associate-subnets | vpc:firewalls:update |
| Disassociating a subnet from a network ACL | PUT /v3/{project_id}/vpc/firewalls/{firewall_id}/disassociate-subnets | vpc:firewalls:update |
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot