Domain name for API request: ecm.tencentcloudapi.com.
This API is used to query the list of EIPs.
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: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
EcmRegion | Yes | String | ECM region |
AddressIds.N | No | Array of String | List of unique IDs of EIPs, such as eip-11112222 . AddressIds and Filters cannot be specified at the same time. |
Filters.N | No | Array of Filter | Each request can contain up to 10 Filters and 5 Filter.Values . AddressIds and Filters cannot be specified at the same time. The detailed filters are as follows:address-id - String - Required: no - (Filter) Filter by unique EIP ID, such as eip-11112222 .address-name - String - Required: no - (Filter) Filter by EIP name. Fuzzy filtering is not supported. address-ip - String - Required: no - (Filter) Filter by EIP IP address. address-status - String - Required: no - (Filter) Filter by EIP status. Value range: see the list of EIP status. instance-id - String - Required: no - (Filter) Filter by the ID of the instance bound to the EIP, such as ins-11112222 .private-ip-address - String - Required: no - (Filter) Filter by the private IP bound to the EIP. network-interface-id - String - Required: no - (Filter) Filter by ID of the ENI bound to the EIP, such as eni-11112222 .is-arrears - String - Required: no - (Filter) Filter by whether the EIP is overdue (TRUE: the EIP is overdue | FALSE: the billing status of the EIP is normal) |
Offset | No | Integer | Offset. Default value: 0. |
Limit | No | Integer | Number of results to be returned. Default value: 20. Maximum value: 100. |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Number of eligible EIPs. |
AddressSet | Array of Address | List of EIP details. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
AddressIds
https://ecm.tencentcloudapi.com/?Action=DescribeAddresses
&AddressIds.0=eip-11221122
&EcmRegion=ap-hangzhou-ecm
&<Common request parameters>
{
"Response": {
"TotalCount": 1,
"AddressSet": [
{
"AddressId": "eip-11221122",
"AddressName": "test",
"AddressIp": "123.121.34.33",
"AddressStatus": "BINDED",
"InstanceId": "ins-11221122",
"NetworkInterfaceId": null,
"PrivateAddressIp": null,
"IsArrears": false,
"IsBlocked": false,
"CreatedTime": "2020-01-12T07:52:00Z"
}
],
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
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 |
---|---|
FailedOperation.InternalOperationFailure | Internal error. |
InvalidParameter | The parameter is incorrect. |
InvalidParameter.InvalidDataFormat | The data format is incorrect. |
InvalidParameterValue | The parameter value is incorrect. |
InvalidParameterValue.InvalidPublicParam | The common parameter is invalid. |
InvalidParameterValue.InvalidRegion | The ECM region is invalid. |
InvalidParameterValue.ParameterValueTooLarge | The parameter value exceeds the limit. |
UnauthorizedOperation.ForbiddenOperation | You don't have the permission to perform this operation. |
UnsupportedOperation.Malformed | Please check whether the provided IP address is complete. |
Was this page helpful?