本接口用于获取负载均衡绑定的弹性公网 IP 的列表。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListLB7EIPs | 接口名称。当前 API 的名称为 ListLB7EIPs 。 |
Version | String | 是 | 2021-04-30 | 接口版本。当前 API 的版本为 2021-04-30 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
lb_identity | String | 是 | veew-lb72422242200104404**** | 负载均衡实例的 ID。您可以调用 ListLB7Instances 获取负载均衡实例的 ID。 |
eip_addr | String | 否 | 123.**.**.158 | 弹性公网 IP 地址。 |
cluster_name | String | 否 |
| 节点名称。 |
cluster_alias | String | 否 |
| 节点的中文名称。 |
pagination | Pagination | 否 | 见下文说明 | 分页查询配置。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
page | Integer | 否 |
| 弹性公网 IP 列表的页码。 |
limit | Integer | 否 |
| 分页查询时设置的每页行数。 |
order_by | Integer | 否 |
| 查询出来的弹性公网 IP 的排列顺序,按照绑定时间排序。取值范围:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
eips | []Eips | 见下文说明 | 弹性公网 IP 的列表。 |
total_count | Long | 2 | 弹性公网 IP 的数量。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
identity | String | eip-h5289j**** | 弹性公网 IP 的 ID。 |
eip_addr | String | 123.**.**.158 | 弹性公网 IP 地址。 |
bandwidth_peak | Long | 500 | 带宽峰值。单位:Mbps。 |
cluster_name | String | ****-zzcu01 | 节点名称。 |
name | String | eip-01 | 弹性公网 IP 的名称。 |
eip_type | Integer |
| 弹性公网 IP 的类型:
|
region | String | CentralChina | 区域。 |
city | String | 410100 | 城市。 |
isp | String | CUCC | 运营商。 |
cluster_alias | String | **联通01 | 节点的中文名称。 |
status | Integer |
| 弹性公网 IP 与负载均衡实例的绑定状态:
|
POST https://veenedge.volcengineapi.com/?Action=ListLB7EIPs&Version=2021-04-30 { "lb_identity": "veew-lb72422242200104404****" }
{ "ResponseMetadata": { "RequestId": "202406171115352F0D4E0C5B102C49****", "Action": "ListLB7EIPs", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "eips": [ { "identity": "eip-7cjc6q****", "eip_addr": "9.**.**.218", "bandwidth_peak": 20, "cluster_name": "**ct05", "name": "eip-lb7-**ct05-CTCC", "eip_type": 1, "region": "EastChina", "city": "330200", "isp": "CTCC", "cluster_alias": "**ct05", "status": 2 } ], "total_count": 1 } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。