本接口用于获取负载均衡实例已绑定的弹性公网 IP 列表。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListLBIPs | 公共参数。该参数表示接口名称。取值:ListLBIPs |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
lb_identity | String | 是 | veew-lb2131011027612112**** | 负载均衡实例的 ID。您可以通过 ListLBs 接口查询负载均衡实例的 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ip_list | []IP | 请参见返回示例 | 弹性公网 IP 的 ID 的列表。 |
GET https://veenedge.volcengineapi.com/?Action=ListLBIPs&Version=2021-04-30 &lb_identity=veew-lb2131011027612112**** &<其他公共参数>
{ "ResponseMetadata": { "RequestId": "202305311155519E86D1BDEDF8FCAA****", "Action": "ListLBIPs", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "ip_list": [ { "ipIdentity": "eip-rrfsth****", "ip": "115.**.**.6", "ip_name": "****-zjct-CTCC", "ip_type": "IPv4", "bandwidth_peak": "20", "ack": true, "color": "" } ] } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。