查询指定地域已创建的弹性 IP 请求示例 POST /v4/eip/list?regionIDxxx&clientTokenxxxx 请求体body 响应示例 json { "statusCode": 800, "errorCode": "SUCCESS", "message": "success", "description": "", "returnObj": { "eips": [ { "ID": "eipgyl69v26yx", "name": "turntest11", "eipAddress": "100.124.16.204", "associationID": "natgwor5g08lk8z", "associationType": "PORTFORWARDING", "privateIpAddress": "", "bandwidth": 100, "status": "ACTIVE", "tags": "", "createdAt": "20221117T11:06:38Z", "updatedAt": "20221117T11:11:23Z", "expiredAt": "20221217T11:06:38Z" }, { "ID": "eipttc46rbdtb", "name": "turntest10", "eipAddress": "100.124.16.191", "associationID": "natgwl03gnhsct9", "associationType": "PORTFORWARDING", "privateIpAddress": "", "bandwidth": 0, "status": "ACTIVE", "tags": "", "createdAt": "20221117T10:10:21Z", "updatedAt": "20221117T10:11:25Z", "expiredAt": null }, { "ID": "eipzy8vg0kfow", "name": "turntest8", "eipAddress": "100.124.16.200", "associationID": null, "associationType": null, "privateIpAddress": null, "bandwidth": 0, "status": "BANGDINGORUNBANDING", "tags": "", "createdAt": "20221117T10:03:05Z", "updatedAt": "20221122T03:36:02Z", "expiredAt": null }, { "ID": "eip8epskb8s6z", "name": "turntest7", "eipAddress": "100.124.16.199", "associationID": null, "associationType": null, "privateIpAddress": null, "bandwidth": 0, "status": "BANGDINGORUNBANDING", "tags": "", "createdAt": "20221117T10:00:31Z", "updatedAt": "20221122T03:37:54Z", "expiredAt": null }, { "ID": "eipjvtemnv9ej", "name": "turntest6", "eipAddress": "100.124.16.193", "associationID": null, "associationType": null, "privateIpAddress": null, "bandwidth": 0, "status": "BANGDINGORUNBANDING", "tags": "", "createdAt": "20221117T09:57:55Z", "updatedAt": "20221122T02:53:16Z", "expiredAt": null }, { "ID": "eiprymcu5n283", "name": "turntest5", "eipAddress": "100.124.16.72", "associationID": "", "associationType": null, "privateIpAddress": "", "bandwidth": 100, "status": "BANGDINGORUNBANDING", "tags": "", "createdAt": "20221117T09:49:34Z", "updatedAt": "20221122T03:07:49Z", "expiredAt": "21221117T09:49:34Z" }, { "ID": "eipz03o5an2o9", "name": "turntest4", "eipAddress": "100.124.16.197", "associationID": "", "associationType": null, "privateIpAddress": "", "bandwidth": 100, "status": "DOWN", "tags": "", "createdAt": "20221117T09:41:43Z", "updatedAt": "20221117T09:46:54Z", "expiredAt": "20230517T09:41:43Z" }, { "ID": "ipv6n19eucosil", "name": "", "eipAddress": "100:1:1a4:f400:ba0f:5e72:339d:965f", "associationID": "6d3867dd58841e0801e8f4a7cc711f04", "associationType": "INSTANCE", "privateIpAddress": "100:1:1a4:f400:ba0f:5e72:339d:965f", "bandwidth": 0, "status": "DOWN", "tags": "", "createdAt": "20221117T09:36:14Z", "updatedAt": "20221117T09:36:14Z", "expiredAt": null }, { "ID": "eip3k14yhjcsa", "name": "turntest3", "eipAddress": "100.124.16.71", "associationID": "", "associationType": "", "privateIpAddress": "", "bandwidth": 100, "status": "DOWN", "tags": "", "createdAt": "20221117T08:04:07Z", "updatedAt": "20221117T08:08:48Z", "expiredAt": "20230517T08:04:07Z" }, { "ID": "eipjodpct3k9h", "name": "turntest2", "eipAddress": "100.124.16.174", "associationID": "", "associationType": null, "privateIpAddress": "", "bandwidth": 100, "status": "DOWN", "tags": "", "createdAt": "20221117T08:02:07Z", "updatedAt": "20221117T08:08:55Z", "expiredAt": "20221217T08:02:07Z" } ] }, "currentCount": 10, "totalCount": 75, "totalPage": 8 }