本接口用于获取弹性公网 IP 的列表。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListEIPInstances | 公共参数。该参数表示接口名称。取值:ListEIPInstances。 |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
eip_identity_list | String | 否 | eip-wqjgxf**** | 弹性公网 IP 的 ID 列表。ID 之间用半角逗号(,)分隔 |
cluster_names | String | 否 | ****-zzcu01 | 节点名称。节点之间用半角逗号(,)分隔。 |
fuzzy_identity | String | 否 | eip-wqjg | 弹性公网 IP 的 ID。支持模糊查询。 |
fuzzy_name | String | 否 | nb-eip | 弹性公网 IP 的名称。支持模糊查询。 |
fuzzy_ip | String | 否 | 12.**.**.124 | 弹性公网 IP 的地址。支持模糊查询。 |
fuzzy_binder_name | String | 否 | lb4-ab | 弹性公网 IP 绑定的实例的名称。支持模糊查询。 |
fuzzy_binder_id | String | 否 | veew-lb** | 弹性公网 IP 绑定的实例的 ID。支持模糊查询。 |
with_binder_info | Boolean | 否 | false | 是否列出绑定的实例。
|
page | Integer | 否 | 1 | 弹性公网 IP 列表的页码。 |
limit | Integer | 否 | 10 | 分页查询时设置的每页行数。 |
order_by | String | 否 | 1 | 查询出来的弹性公网 IP 的排列顺序,按照创建时间排序。取值范围:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
eip_instances | 请参见返回示例 | 弹性公网 IP 的列表。 | |
count | Integer | 1 | 弹性公网 IP 的数量。 |
GET https://veenedge.volcengineapi.com/?Action=ListEIPInstances&Version=2021-04-30 &cluster_names=**cm02 &with_binder_info=true &<其他公共参数>
{ "ResponseMetadata": { "RequestId": "20240708111329212E807AFA306D24****", "Action": "ListEIPInstances", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "eip_instances": [ { "account_identity": 210006****, "user_identity": 0, "eip_identity": "eip-kqdl7****", "eip_name": "eip-**cm02-CMCC", "cluster": { "cluster_name": "**cm02", "country": "CN", "region": "Northeast", "province": "LN", "city": "210200", "isp": "CMCC", "level": "2", "alias": "**移动02" }, "eip_type": "IPv4", "eip_addr": "120.**.**.40", "bandwidth_peak": 20, "isp": "CMCC", "network_type": "public", "binder_resource": { "resource_type": "lb7", "resource_identity": "veew-lb73754760243556****", "resource_name": "测试1", "resource_vpc_identity": "vpc-qfj78n****", "resource_vpc_name": "**移动02-默认VPC", "resource_vpc_subnet_cidrs": [ "172.**.**.64/26" ] }, "status": "bound", "desc": "", "billing_config": { "ip_billing_method": "MonthlyPeak", "bandwidth_billing_method": "MonthlyP95" }, "cluster_bwp_id": 5948, "project": "default", "create_time": 1716454644, "update_time": 1716454666 } ], "count": 1 } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。