Domain name for API request: vpc.intl.tencentcloudapi.com.
This API (DescribeAddresses) is used to query the information of one or multiple Elastic IPs.
Limit, the default value is 20) of EIPs will be returned.A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeAddresses. |
| Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-bangkok, ap-beijing, ap-chengdu, ap-chongqing, ap-guangzhou, ap-hongkong, ap-jakarta, ap-nanjing, ap-seoul, ap-shanghai, ap-shanghai-fsi, ap-shenzhen-fsi, ap-singapore, ap-tokyo, eu-frankfurt, na-ashburn, na-siliconvalley, sa-saopaulo. |
| AddressIds.N | No | Array of String | List of unique IDs for identifying Elastic IP (EIP). The EIP unique ID is in the format of eip-11112222. You can use the DescribeAddresses API to obtain the AddressId. The parameters AddressIds and Filters.address-id cannot be specified simultaneously. |
| Filters.N | No | Array of Filter | The maximum number of Filters per request is 10, and the maximum number of Filter.Values per request is 100. The detailed filter conditions are as follows:EIP-11112222. you can obtain the address-id through the DescribeAddresses API.CREATING, BINDING, BIND, UNBINDING, UNBIND, OFFLINING, and BIND_ENI.eni-11112222. you can obtain the network-interface-id through the DescribeAddresses API.CVM, NAT, ENI, CLB, HAVIP, DHCPIP, EKS, VPCE, and WAF.Note: when using only the instance-type filter condition, the system returns by default the list of bound resources for all EIP types (including EIP, AnycastEIP, HighQualityEIP, AntiDDoSEIP, and ResidentialEIP). to query bound resources for a specific EIP type or WanIP, specify both the instance-type and address-type parameters to configure.WanIP, EIP, AnycastEIP, HighQualityEIP, AntiDDoSEIP, and ResidentialEIP. default value is EIP.BGP, CMCC, CUCC, and CTCC.cluster-11112222.tag-key. |
| Offset | No | Integer | The Offset. The default value is 0. For more information on Offset, see the relevant section in the API Introduction. |
| Limit | No | Integer | Number of returned results. Default value: 20. Maximum value: 100. For more information on Limit, see the relevant section in the API Introduction. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Number of EIPs meeting the condition. |
| AddressSet | Array of Address | List of EIPs details. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to query EIP information.
POST / HTTP/1.1
Host: vpc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAddresses
<Common request parameters>
{}{
"Response": {
"TotalCount": 2,
"AddressSet": [
{
"AddressId": "eip-qhx8udkc",
"AddressName": "Not named",
"AddressIp": "1.14.91.34",
"AddressStatus": "UNBIND",
"AddressType": "EIP",
"InstanceId": "ins-wf123456",
"InstanceType": null,
"NetworkInterfaceId": "eni-12345678",
"PrivateAddressIp": "10.2.3.4",
"IsArrears": false,
"IsBlocked": false,
"IsEipDirectConnection": false,
"EipAlgType": {
"Ftp": true,
"Sip": true
},
"LocalBgp": false,
"CascadeRelease": false,
"CreatedTime": "2022-08-11T03:57:05Z",
"TagSet": [],
"InternetChargeType": "TRAFFIC_POSTPAID_BY_HOUR",
"Bandwidth": 1,
"DeadlineDate": null,
"Egress": "center_egress1",
"InternetServiceProvider": "BGP"
},
{
"AddressId": "eip-qygpzm9y",
"AddressName": "Not named",
"AddressIp": "1.14.90.212",
"AddressStatus": "UNBIND",
"AddressType": "EIP",
"InstanceId": "ins-12345678",
"InstanceType": null,
"NetworkInterfaceId": "eni-12345678",
"PrivateAddressIp": "10.3.4.5.6",
"IsArrears": false,
"IsBlocked": false,
"IsEipDirectConnection": false,
"Egress": "center_egress1",
"EipAlgType": {
"Ftp": true,
"Sip": true
},
"LocalBgp": false,
"CascadeRelease": false,
"CreatedTime": "2022-08-11T03:47:03Z",
"TagSet": [],
"InternetChargeType": "TRAFFIC_POSTPAID_BY_HOUR",
"Bandwidth": 1,
"DeadlineDate": null,
"InternetServiceProvider": "BGP"
}
],
"RequestId": "4ead34c4-3112-40fe-bbde-2295eee9d664"
}
}
This example shows you how to query a public IP.
https://vpc.intl.tencentcloudapi.com/?Action=DescribeAddresses
&Filters.0.Name=address-type
&Filters.0.Values.0=WanIP
&<Common request parameters>{
"Response": {
"TotalCount": 1,
"AddressSet": [
{
"AddressId": "eip-93gyo275",
"AddressName": "gwlb",
"AddressIp": "122.51.235.39",
"AddressStatus": "BIND",
"AddressType": "WanIP",
"InstanceId": "ins-b2mc0ko1",
"InstanceType": "CVM",
"NetworkInterfaceId": "eni-akohvkv6",
"PrivateAddressIp": "10.0.1.9",
"IsArrears": false,
"IsBlocked": false,
"IsEipDirectConnection": false,
"EipAlgType": {
"Ftp": true,
"Sip": true
},
"LocalBgp": false,
"CascadeRelease": false,
"Egress": "center_egress1",
"CreatedTime": "2024-11-11T07:42:49Z",
"TagSet": [
{
"Key": "qcs:tag:createdBy",
"Value": "Root:100002840660"
}
],
"BandwidthPackageId": null,
"InternetChargeType": "TRAFFIC_POSTPAID_BY_HOUR",
"Bandwidth": 5,
"DeadlineDate": null,
"InternetServiceProvider": "BGP"
}
],
"RequestId": "f9b58176-c138-45ba-a0e2-7a55117e2833"
}
}
This example shows you how to query Elastic IPs.
https://vpc.intl.tencentcloudapi.com/?Action=DescribeAddresses
&AddressIds.0=eip-12345678
&<Common request parameters>{
"Response": {
"TotalCount": 0,
"AddressSet": [
{
"AddressId": "eip-12345678",
"AddressName": "demo",
"AddressStatus": "UNBIND",
"AddressIp": "34.3.4.5.6",
"InstanceId": "ins-12345678",
"CreatedTime": "2020-09-22T00:00:00+00:00",
"NetworkInterfaceId": "eni-12345678",
"PrivateAddressIp": "10.2.3.4",
"IsArrears": true,
"IsBlocked": true,
"IsEipDirectConnection": true,
"AddressType": "WanIp",
"CascadeRelease": true,
"EipAlgType": {
"Ftp": true,
"Sip": true
},
"InternetServiceProvider": "BGP",
"LocalBgp": true,
"Bandwidth": 1,
"InternetChargeType": "TRAFFIC_POSTPAID_BY_HOUR",
"TagSet": [
{
"Key": "name",
"Value": "Sam"
}
],
"DeadlineDate": "2020-09-22",
"InstanceType": "CVM",
"Egress": "CENTER_EGRESS_1"
}
],
"RequestId": "95eb79b9-2e72-45b1-a1ac-03138778521a"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InvalidParameter | A parameter error occurred. |
| InvalidParameter.InvalidFilter | The filter rule is invalid. |
| InvalidParameterValue.AddressIdMalformed | This IP address ID is invalid. |
| InvalidParameterValue.InvalidDedicatedClusterId | Invalid DedicatedClusterId. |
| InvalidParameterValue.LimitExceeded | The parameter value exceeds the limit. |
| InvalidParameterValue.NetworkInterfaceIdMalformed | Incorrect network interface ID. |
| InvalidParameterValue.ResourceIdMalformed | The resource ID is incorrect. |
| LimitExceeded.NumberOfFilters | Exceeded the character limit of a filter name. |
| UnsupportedOperation | Unsupported operation. |
Feedback