虚拟私有云 VPC-查询安全组规则列表:URI

时间:2025-01-08 09:51:31

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}&ethertype={ethertype}&tenant_id ={tenant_id}

分页查询样例:

GET https://{Endpoint}/v2.0/networks?limit=2&marker=07adc044-3f21-4eeb-bd57-5e5eb6024b7f&page_reverse=False

参数说明请参见表1

表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配合使用:

  • 若不传入marker和limit参数,查询结果返回第一页全部资源记录。
  • 若不传入marker参数,limit为10,查询结果返回第1~10条资源记录。
  • 若marker为第10条记录的资源ID,limit为10,查询结果返回第11~20条资源记录。
  • 若marker为第10条记录的资源ID,不传入limit参数,查询结果返回第11~2000条(limit默认值2000)资源记录。

limit

Integer

分页查询每页返回的记录个数,取值范围为0~intmax(2^31-1),默认值2000。

limit需要和marker配合使用,详细规则请见marker的参数说明。

support.huaweicloud.com/api-vpc/vpc_sg02_0006.html