本接口用于获取一个监听器下的某条转发规则的信息。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetRule | 接口名称。当前 API 的名称为 GetRule 。 |
Version | String | 是 | 2021-04-30 | 接口版本。当前 API 的版本为 2021-04-30 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
lb7_identity | String | 是 | veew-lb79442102222490330**** | 负载均衡实例的 ID。您可以调用 ListLB7Instances 接口查询负载均衡实例的 ID。 |
listener_identity | String | 是 | res-0094030018300329**** | 监听器的 ID。您可以调用 ListLB7Listener 接口查询监听器的 ID。 |
forwarding_rule_identity | String | 是 | res-6226330220230000**** | 转发规则的 ID。您可以调用 ListRule 接口查询转发规则的 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
rule | Rule | 见下文说明 | 转发规则的信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
identity | String | res-6226330220230000**** | 转发规则的 ID。 |
name | String | rule_01 | 转发规则的名称。 |
enable | Boolean |
| 转发规则是否已启用:
|
domain | String | www.example.com | 域名。 |
ssl_type | Integer |
| SSL 解析方式:
说明 该参数仅适用于 HTTPS 监听器。 |
client_cert_ref | String |
| 客户端 CA 证书的 ID。 说明 该参数仅适用于 HTTPS 监听器。 |
custom_param |
| 自定义参数。 说明 该参数仅适用于以下场景:后端服务器为边缘容器。 | |
custom_retry_list |
| 自定义重试规则。 说明 该参数仅适用于以下场景:后端服务器为边缘容器。 | |
server_cert_ref_list | []String |
| 服务器证书的 ID。 说明 该参数仅适用于 HTTPS 监听器。 |
create_time | Long | 1635327375 | 转发规则的创建时间,以 UNIX 时间戳形式显示。单位:秒。 |
update_time | Long | 1635327375 | 转发规则的更新时间,以 UNIX 时间戳格式显示。单位:秒。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
proxy_body_size | String | 1024k | 代理服务器接收的请求体大小。取值范围:1~1024。取值需要包含单位:k/K,m/M 或 g/G。 |
ssl_buffer_size | String |
| 缓冲区大小。取值范围:
说明 该参数仅适用于 HTTPS 监听器。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
status_code | String | 500 | 状态码。 |
application_identity | String | veecc-255622122036230**** | 边缘应用 ID。 |
workload_identity | String | res-4201065452244652**** | 工作负载 ID。 |
port | Integer | 80 | Service 端口。 |
workload_name | String | default | 工作负载名称。 |
POST https://veenedge.volcengineapi.com/?Action=GetRule&Version=2021-04-30 { "lb7_identity": "veew-lb70204100444012074****", "listener_identity": "res-4044414421464414****", "forwarding_rule_identity": "res-044441440019029****" }
{ "ResponseMetadata": { "RequestId": "202406191457163EA4E65FFCDC2100****", "Action": "GetRule", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "rule": { "identity": "res-0444414400190294****", "name": "rule_01", "enable": true, "domain": "www.example.com", "cname": "", "path_list": null, "ssl_type": null, "client_cert_ref": "", "server_cert_ref": "", "custom_param": null, "custom_retry_list": null, "server_cert_ref_list": null, "create_time": 1718777369, "update_time": 1718777369 } } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。