Queries the details of a specified Anycast EIP instance, including its status, peak bandwidth, and associated cloud resources.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eipanycast:DescribeAnycastEipAddress |
get |
*AnycastEipAddress
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Ip |
string |
No |
The IP address of the Anycast EIP instance. Note
You must specify either Ip or AnycastId. |
139.95.XX.XX |
| AnycastId |
string |
No |
The ID of the Anycast EIP instance. Note
You must specify either Ip or AnycastId. |
aeip-bp1ix34fralt4ykf3**** |
| BindInstanceId |
string |
No |
The ID of the cloud resource instance with which the Anycast EIP is associated. |
lb-2zebb08phyczzawe**** |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The information that is returned. |
||
| Status |
string |
The status of the IP address.
|
Associated |
| Description |
string |
The description of the Anycast EIP instance. |
doctest |
| RequestId |
string |
The request ID. |
4EC47282-1B74-4534-BD0E-403F3EE64CAF |
| InstanceChargeType |
string |
The billing method of the Anycast EIP instance. The value is PostPaid, which indicates the pay-as-you-go billing method. |
PostPaid |
| CreateTime |
string |
The time when the Anycast EIP instance was created. The time follows the ISO 8601 standard in the |
2021-04-23T01:37:38Z |
| AnycastEipBindInfoList |
array<object> |
The list of cloud resources that are associated with the Anycast EIP instance. |
|
|
object |
The list of cloud resources that are associated with the Anycast EIP instance. |
||
| BindInstanceType |
string |
The type of the associated cloud resource instance. Valid values:
|
SlbInstance |
| BindTime |
string |
The time when the cloud resource was associated. The time follows the ISO 8601 standard in the |
2021-04-23T02:37:38Z |
| Status |
string |
The status of the associated cloud resource instance. Valid values:
|
BINDING |
| BindInstanceRegionId |
string |
The region ID of the associated cloud resource instance. |
us-west-1 |
| BindInstanceId |
string |
The ID of the associated cloud resource instance. |
lb-2zebb08phyczzawe**** |
| PopLocations |
array<object> |
The information about the access points in the access areas that are connected to the associated cloud resource instance. If you associate a cloud resource for the first time, the system returns the access points in all access areas. |
|
|
object |
The information about the access points in the access areas that are connected to the associated cloud resource instance. If you associate a cloud resource for the first time, the system returns the access points in all access areas. |
||
| PopLocation |
string |
The information about the access points in the access areas that are connected to the associated cloud resource instance. If you associate a cloud resource for the first time, the system returns the access points in all access areas. |
us-west-1-pop |
| AssociationMode |
string |
The association mode. Valid values:
|
Default |
| PrivateIpAddress |
string |
The secondary private IP address of the associated ENI. This parameter is returned only when BindInstanceType is set to NetworkInterface. |
192.168.XX.XX |
| BusinessStatus |
string |
The service status of the Anycast EIP instance. Valid values:
|
Normal |
| InternetChargeType |
string |
The metering method of the Anycast EIP instance. The value is PayByTraffic, which indicates the pay-by-data-transfer metering method. |
PayByTraffic |
| Name |
string |
The name of the Anycast EIP instance. |
docname |
| AnycastId |
string |
The ID of the Anycast EIP instance. |
aeip-bp1ix34fralt4ykf3**** |
| ServiceLocation |
string |
The access area of the Anycast EIP instance. The value is international, which indicates regions outside the Chinese mainland. |
international |
| Bandwidth |
integer |
The peak bandwidth of the Anycast EIP instance. Unit: Mbit/s. |
200 |
| IpAddress |
string |
The IP address of the Anycast EIP instance. |
139.95.XX.XX |
| Bid |
string |
The BID of the account that owns the Anycast EIP instance. |
26842 |
| AliUid |
integer |
The ID of the account that owns the Anycast EIP instance. |
25346073170691**** |
| ResourceGroupId |
string |
The ID of the resource group to which the instance belongs. |
rg-acfmzssisocarfy |
| Tags |
array<object> |
The tag information. |
|
|
object |
The tag information. |
||
| Key |
string |
The tag key. |
1 |
| Value |
string |
The tag value. |
1 |
| ServiceManaged |
integer |
Indicates whether the resource is created by a service account. 0: The resource is not created by a service account. 1: The resource is created by a service account. |
1 |
Examples
Success response
JSON format
{
"Status": "Associated",
"Description": "doctest",
"RequestId": "4EC47282-1B74-4534-BD0E-403F3EE64CAF",
"InstanceChargeType": "PostPaid",
"CreateTime": "2021-04-23T01:37:38Z",
"AnycastEipBindInfoList": [
{
"BindInstanceType": "SlbInstance",
"BindTime": "2021-04-23T02:37:38Z",
"Status": "BINDING",
"BindInstanceRegionId": "us-west-1",
"BindInstanceId": "lb-2zebb08phyczzawe****",
"PopLocations": [
{
"PopLocation": "us-west-1-pop"
}
],
"AssociationMode": "Default",
"PrivateIpAddress": "192.168.XX.XX"
}
],
"BusinessStatus": "Normal",
"InternetChargeType": "PayByTraffic",
"Name": "docname",
"AnycastId": "aeip-bp1ix34fralt4ykf3****",
"ServiceLocation": "international",
"Bandwidth": 200,
"IpAddress": "139.95.XX.XX",
"Bid": "26842",
"AliUid": 0,
"ResourceGroupId": "rg-acfmzssisocarfy",
"Tags": [
{
"Key": "1",
"Value": "1"
}
],
"ServiceManaged": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.