DescribeUnmanagedEgressIps
1. 接口描述
2. 请求参数
参数名称
必选
类型
描述
3. 响应结果
参数名称
类型
描述
4. 代码示例
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeUnmanagedEgressIps
<Common Request Params>
Request:
{
"unmanagedEgressIpIds": ["unmanagedEgressIp-xxx1", "unmanagedEgressIp-xxx2"],
"regionId": "asia-east-1",
"vpcId": "vpc-xxxxxx",
"pageSize": 20,
"pageNum": 1
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"totalCount": 2,
"dataSet": [
{
"unmanagedEgressIpId": "unmanagedEgressIp-xxx1",
"ip": "1.1.1.1",
"regionId": "asia-east-1",
"vpcId": "vpc-xxxxxx",
"status": "AVAILABLE",
"networkLineType": "BGPLine",
"internetChargeType": "ByBandwidth",
"bandwidthCap": 100,
"rateLimitMode": "LOOSE",
"createTime": "2026-04-30T10:00:00Z"
},
{
"unmanagedEgressIpId": "unmanagedEgressIp-xxx2",
"ip": "1.1.1.2",
"regionId": "asia-east-1",
"vpcId": "vpc-xxxxxx",
"status": "AVAILABLE",
"networkLineType": "BGPLine",
"internetChargeType": "ByTrafficPackage",
"bandwidthCap": 200,
"rateLimitMode": "LOOSE",
"createTime": "2026-04-30T10:00:00Z"
}
]
}
}5. 开发者工具
6. 错误码
最后更新于