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 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.