弹性负载均衡 ELB-查询自定义安全策略列表:响应参数

时间:2023-12-14 10:47:19

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

security_policies

Array of SecurityPolicy objects

自定义安全策略列表返回对象。

request_id

String

请求ID。

注:自动生成 。

page_info

PageInfo object

分页信息。

表5 SecurityPolicy

参数

参数类型

描述

id

String

自定义安全安全策略的id。

project_id

String

自定义安全策略的项目id。

name

String

自定义安全策略的名称

description

String

自定义安全策略的描述。

listeners

Array of ListenerRef objects

自定义安全策略关联的监听器。

protocols

Array of strings

自定义安全策略的TLS协议列表。

ciphers

Array of strings

自定义安全策略的加密套件列表。

created_at

String

自定义安全策略的创建时间。

updated_at

String

自定义安全策略的更新时间。

表6 ListenerRef

参数

参数类型

描述

id

String

监听器ID。

表7 PageInfo

参数

参数类型

描述

previous_marker

String

分页查询结果中第一条记录的ID。通常用于配合page_reverse=true查询上一页。

next_marker

String

分页查询结果中最后一条记录的ID。通常用于查询下一页。

current_count

Integer

当前的记录数。

support.huaweicloud.com/api-elb/ListSecurityPolicies.html