虚拟私有云 VPC-查询所有网络ACL规则:响应示例

时间:2025-02-12 15:01:44

响应示例

{    "firewall_rules": [        {            "protocol": "tcp",            "description": "update check parameter",            "source_ip_address": "116.66.184.0/24",             "destination_ip_address": "0.0.0.0/0",             "destination_port": null,             "source_port": null,             "id": "2a193015-4a88-4aa1-84ad-d4955adae707",             "name": "crhfwruleupdate",             "tenant_id": "a1c6f90c94334bd2953d9a61b8031a68",             "project_id": "a1c6f90c94334bd2953d9a61b8031a68",            "enabled": true,             "action": "allow",             "ip_version": 4,             "public": false        },         {            "protocol": "tcp",            "description": "update check parameter",            "source_ip_address": null,             "destination_ip_address": null,             "destination_port": "40:60",             "source_port": "20:50",             "id": "db7a204c-9eb1-40a2-9bd6-ed5cfd3cff32",             "name": "update_firewall-role-tommy",             "tenant_id": "a1c6f90c94334bd2953d9a61b8031a68",             "project_id": "a1c6f90c94334bd2953d9a61b8031a68",            "enabled": false,             "action": "deny",             "ip_version": 4,             "public": false        }    ],    "firewall_rules_links": [       {    "rel": "previous",             "href": "https://{Endpoint}/v2.0/fwaas/firewall_rules?marker=2a193015-4a88-4aa1-84ad-d4955adae707&page_reverse=True"        }    ]}
support.huaweicloud.com/api-vpc/vpc_firewall_0001.html