最近更新时间:2021-12-24
请求方法:GET
接口描述: 使用 DescribeSecurityGroupRuleList 获取安全组规则列表。
名称 | 类型 | 是否必选 | 描述 |
Action | String | 是 | 系统规定参数。取值:DescribeSecurityGroupRuleList |
RegionId | String | 是 | 地域ID。 |
SgId | String | 是 | 安全组ID。 |
Direction | String | 否 | 规则方向,ingress或egress。 |
SgRuleId | String | 否 | 安全组规则ID。 |
Page | Integer | 否 | 页码。 |
Size | Integer | 否 | 大小。 |
名称 | 类型 | 描述 |
RequestId | String | 请求 ID。 |
Code | String | 操作结果编码。 |
Msg | String | 操作结果描述。 |
Res | Object | |
SgRules | Array | 规则数组。 |
PortRangeMin | Integer | 协议相关的端口范围最小值。 |
RemoteIpPrefix | String | |
Id | String | 安全组规则ID。 |
RemoteGroupId | String | 授权对象。 |
Direction | String | 规则方向。 |
IsDeny | Integer | 授权策略。 |
SecurityGroupId | String | 安全组ID。 |
Protocol | String | 协议。 |
Priority | Integer | 优先级。 |
EtherType | String | IPv4。 |
PortRangeMax | Integer | 协议相关的端口范围最大值。 |
GET https://api.unicloud.com/networks/securitygroup?Action=DescribeSecurityGroupRuleList &RegionId=HB1-BJMY &SgId=sg-69dulv22372ob &<公共请求参数> |
JSON 格式
{ "Code": "Network.Success", "Msg": "获取安全组规则成功", "Res": { "SgRules": [ { "PortRangeMin": 15, "RemoteIpPrefix": "", "Id": "8470bb4cc3e04a28baf74b4e1b0cefb9", "RemoteGroupId": "10.1.0.0/16,10.2.0.0/16", "Direction": "ingress", "IsDeny": 0, "SecurityGroupId": "sg-69dulv22372ob", "Protocol": "tcp", "Priority": 11, "EtherType": "IPv4", "PortRangeMax": 20 } ], "TotalCount": 1 }, "RequestId": "956b04d3-dbe9-444e-a554-81ec2ad6c48c" } |