虚拟私有云 VPC-查询安全组规则列表:URI
URI
GET /v2.0/security-group-rules
样例:
GET https://{Endpoint}/v2.0/security-group-rules?security_group_id={security_group_id}&remote_group_id={remote_group_id}&direction={direction}&remote_ip_prefix={remote_ip_prefix}&protocol={protocol}&port_range_max={port_range_max}&port_range_min={port_range_min}ðertype={ethertype}&tenant_id ={tenant_id}
分页查询样例:
GET https://{Endpoint}/v2.0/networks?limit=2&marker=07adc044-3f21-4eeb-bd57-5e5eb6024b7f&page_reverse=False
参数说明请参见表1
名称 |
是否必选 |
参数类型 |
说明 |
---|---|---|---|
id |
否 |
String |
按照安全组规则对应的id过滤查询结果 |
description |
否 |
String |
按照description过滤查询结果 |
remote_group_id |
否 |
String |
按照与此安全组规则关联的远端安全组ID过滤查询结果 |
security_group_id |
否 |
String |
按照与此安全组规则所属的安全组ID过滤查询结果 |
direction |
否 |
String |
按照安全组规则的方向过滤查询结果,支持ingress和egress进行过滤 |
protocol |
否 |
String |
按照安全组规则的IP协议过滤查询结果 |
remote_ip_prefix |
否 |
String |
按照与此安全组规则匹配的远端IP网段过滤查询结果 |
ethertype |
否 |
String |
按照网络类型过滤查询结果 |
port_range_max |
否 |
Integer |
按照最大端口过滤查询结果 |
port_range_min |
否 |
Integer |
按照最小端口过滤查询结果 |
tenant_id |
否 |
String |
按照项目ID过滤查询结果 |
marker |
否 |
String |
分页查询的起始资源ID,表示从指定资源的下一条记录开始查询。 marker需要和limit配合使用:
|
limit |
否 |
Integer |
分页查询每页返回的记录个数,取值范围为0~intmax(2^31-1),默认值2000。 limit需要和marker配合使用,详细规则请见marker的参数说明。 |