Domain name for API request: vpc.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. |
AddressIds.N | No | Array of String | The list of unique IDs of EIPs in the format of eip-11112222 . AddressIds and Filters.address-id cannot be specified at the same time. |
Filters.N | No | Array of Filter | Each request can have up to 10 Filters and 100 Filter.Values . Detailed filter conditions:eip-11112222 .CREATING , BINDING , BIND , UNBINDING , UNBIND , OFFLINING , and BIND_ENI .ins-11112222 .eni-11112222 . |
Offset | No | Integer | The Offset. The default value is 0. For more information on Offset , see the relevant sections in API Overview. |
Limit | No | Integer | Number of returned results. The default value is 20. The maximum is 100. For more information on Limit , see the relevant sections in API Overview. |
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, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=DescribeAddresses
&AddressIds.0=eip-hxlqja90
&<Common Request Parameters>
{
"Response": {
"TotalCount": 1,
"AddressSet": [
{
"AddressId": "eip-hxlqja90",
"AddressName": "test",
"AddressIp": "123.121.34.33",
"AddressStatus": "BINDED",
"InstanceId": "ins-m2j0thu6",
"NetworkInterfaceId": null,
"PrivateAddressIp": null,
"IsArrears": false,
"IsBlocked": false,
"CreatedTime": "2017-09-12T07:52:00Z"
}
],
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
https://vpc.tencentcloudapi.com/?Action=DescribeAddresses
&Filters.0.Name=address-type
&Filters.0.Values.0=WanIP
&<Common request parameters>
{
"Response": {
"TotalCount": 1,
"AddressSet": [
{
"AddressId": "eip-7fid2cge",
"AddressName": null,
"AddressIp": "43.132.1.131",
"AddressStatus": "BIND",
"AddressType": "WanIP",
"InstanceId": "ins-ywxt3tlk",
"NetworkInterfaceId": "eni-hrw4cw93",
"PrivateAddressIp": "172.16.0.103",
"IsArrears": false,
"IsBlocked": false,
"IsEipDirectConnection": false,
"EipAlgType": {
"Ftp": true,
"Sip": true
},
"LocalBgp": false,
"CascadeRelease": false,
"CreatedTime": "2021-07-30T07:15:47Z",
"TagSet": [],
"InternetChargeType": "BANDWIDTH_POSTPAID_BY_HOUR",
"Bandwidth": 10,
"InternetServiceProvider": "BGP"
}
],
"RequestId": "2f73635c-6d4d-4f83-8cc5-48d952fbe04b"
}
}
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.LimitExceeded | The parameter value exceeds the limit. |
LimitExceeded.NumberOfFilters | Exceeded the character limit of a filter name. |
UnsupportedOperation | Unsupported operation. |
本页内容是否解决了您的问题?