跳到主要内容

查询公网IP列表

描述

查询用户自己购买的公网 IP 信息,可添加多个查询条件检索IP信息。

请求参数

参数名参数类型是否必填参数说明
ActionString操作方法:DescribeEips
RegionString机房标识,取值参见地域列表
OffsetInteger偏移量,默认为0
CountInteger查询数量,默认为全部
Eip.NString公网IP地址,支持批量,N为自然数,格式:&Eip.0=xxx0&Eip.1=xxx1
NameString名称
StartTimeString到期开始时间。 格式yyyy-MM-dd HH:mm:ss
EndTimeString到期结束时间。 格式yyyy-MM-dd HH:mm:ss
ProductStatusString产品状态,取值范围:
  • NORMAL:正常
  • OVERTIMER:过期
  • ARREARAGE:欠费
  • PayTypeString付费类型。取值范围:
  • PREPAID:包年包月
  • 返回参数

    名称类型说明
    ActionString执行的操作
    TaskIdString请求标识
    EipSetEipItemType由EipItemType组成的数组格式,返回公网IP信息
    EipUsedInteger已使用的IP数量

    EipItemType

    公网IP信息的数据类型

    名称类型说明
    IdString公网IP标识
    EipString公网IP地址
    NameString名称
    BandwidthString带宽
    DeviceIdString设备ID
    DeviceTypeString设备类型,INSTANCE:云主机;ROUTER:路由器;LOADBALANCE:负载均衡器;IRONIC:裸机
    DeviceNameString设备名称
    RemarkString备注
    ProductStatusString产品状态,NORMAL:正常;OVERTIMER:过期;ARREARAGE:欠费
    PayTypeString支付类型,ONDEMAND:按量付费;PREPAID:包年包月;PROBATION:试用
    CreateTimeDateTime创建时间
    AllocateTimeDateTime购买时间
    DueTimeDateTime到期时间
    CloseTimeDateTime关闭时间
    TypeString是否为主ip MASTER主ip, SLAVE 附属ip
    RouterIdString路由器ID
    BandwidthInfoBandwidthInfoIP所属的带宽信息

    BandwidthInfo

    IP所属的带宽信息

    名称类型说明
    IdString宽带ID
    BandwidthintegerIP带宽大小,单位:Mbps
    PayTypeString带宽支付类型 ONDEMAND:按量付费;PREPAID:包年包月;PROBATION 试用;DISCHARGE 按量计费
    DueTimeDateTime带宽到期时间
    ProductTypeString线路类型 线路类型 ChinaTelecom(中国电信),BGP,ChinaUnicom(中国联通),ChinaMobile(中国移动),Oversea(海外)
    ChangedTimeString变更时间
    CloseTimeString关闭时间
    IpGroupIdString共享带宽IP组ID
    IsCommonBandwidthInteger是否共享带宽 0 否 1 是
    CreateTimeDateTime带宽创建时间
    UpdateTimeDateTime带宽更新时间

    请求示例

    https://api.chinac.com/v2/?Action=DescribeEips
    &Region=cn-wuxi1
    &<公共请求参数>

    返回示例

    {
    "code": 10000,
    "message": "",
    "data": {
    "TaskId": "mirrorx1311520170510090017634",
    "Action": "DescribeEips",
    "TotalCount": 3,
    "EipSet": [{
    "Id": "eip-1r9ih49e69589",
    "Eip": "172.16.29.83",
    "Status": "ASSIGNED",
    "Bandwidth": "3",
    "DeviceId": "i-719ih49e6c9p",
    "DeviceType": "INSTANCE",
    "NetworkId": "n-sssssflat",
    "SubnetId": "s-qwertyasdjkl",
    "UseReason": "CUSTOMER",
    "Remark": null,
    "Name": null,
    "DueTime": "2017-05-12T14:06:45 +0800",
    "CloseTime": "2017-05-12T15:06:45 +0800",
    "ProductStatus": "NORMAL",
    "SubnetName": "subnet-flat",
    "PayType": "PROBATION",
    "DeviceName": "cec1705099hXP",
    "CreateTime": "2017-02-08T11:36:19 +0800",
    "AllocateTime": "2017-05-09T14:06:45 +0800",
    "IsPublic": "0",
    "UserId": "18359229"
    }, {
    "Id": "eip-gz9ih3jj93187",
    "Eip": "172.16.29.47",
    "Status": "IDLE",
    "Bandwidth": "3",
    "DeviceId": null,
    "DeviceType": null,
    "NetworkId": "n-sssssflat",
    "SubnetId": "s-qwertyasdjkl",
    "UseReason": "CUSTOMER",
    "Remark": null,
    "Name": null,
    "DueTime": "2017-05-19T19:09:01 +0800",
    "CloseTime": "2017-05-19T19:09:01 +0800",
    "ProductStatus": "NORMAL",
    "SubnetName": "subnet-flat",
    "PayType": "PREPAID",
    "DeviceName": null,
    "CreateTime": "2017-02-08T11:36:18 +0800",
    "AllocateTime": "2017-04-19T19:09:01 +0800",
    "IsPublic": "0",
    "UserId": "18359229"
    }],
    "EipUsed": 1
    }
    }