获取旧版 IP 列表
ListClassicEip
method && URL
METHOD | URL |
---|---|
GET | /eip?Action=ListClassicEip&Version=2017-12-14 |
参数说明
参数 | 类型 | 是否必填 | 备注 |
---|---|---|---|
Action | 是 | ListClassicEip | |
Version | 是 | 2017-12-14 | |
Offset | int | 否 | 列表起始记录偏移,默认为0,必须为正数 |
Limit | int | 否 | 列表每页大小,1-100,默认为 20 |
Status | String Enum | 否 | 根据状态过滤,可选 Available/InUse/Associating/Unassociating |
Keyword | String | 否 | 模糊匹配IP地址或者IPID,限制为:36个长度以内的字母(大小写不限)、数字、 - 和 . 的组合,如果Keyword格式错误,返回空列表 |
InstanceId | String | 否 | 根据绑定资源ID过滤,全匹配 |
InstanceType | String Enum | 否 | 根据绑定的类型过滤,可选 nvs/srv |
错误说明
错误码 | 说明 |
---|---|
InternalServerError | 服务器内部错误 |