本接口用于获取外网防火墙所有出方向和入方向规则。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeSecurityGroupRules | 公共参数。该参数表示接口名称。取值:DescribeSecurityGroupRules |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
group_identity | String | 是 | veew-sg-2551200256591525**** | 外网防火墙的 ID。您可以通过 DescribeSecurityGroups 接口查询外网防火墙的 ID。 |
direction | String | 是 | ingress | 外网防火墙规则的方向:
|
page | Integer | 否 | 1 | 规则列表的页码。 |
limit | Integer | 否 | 10 | 分页查询时设置的每页行数。 |
order_by | Integer | 否 | 1 | 查询出来的外网防火墙规则的排列顺序,按照创建时间排序。取值范围:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
total_count | Integer | 1 | 查询出来的外网防火墙规则的数量。 |
rules | 请参见返回示例 | 规则列表。 |
GET https://veenedge.volcengineapi.com/?Action=DescribeSecurityGroupRules&Version=2021-04-30 &group_identity=veew-sgr-5931197925305709**** &direction=egress &<其他公共参数>
{ "ResponseMetadata": { "RequestId": "202305191805053FBD5E8050BF9D76****", "Action": "DescribeSecurityGroupRules", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "total_count": 1, "rules": [ { "rule_identity": "veew-sgr-5931197925305709****", "direction": "egress", "rule": "reject", "protocol": "TCP", "ports": "22", "ip_type": "ipv4", "ip_cidr": "0.0.0.0/0", "remark": "test", "group_identity": "veew-sg-925050555151820****", "status": 2, "create_time": 1684489815, "update_time": 1684489820 } ] } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。