调用 DescribeEipAddressAttributes 接口,查看指定公网IP的详情。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeEipAddressAttributes | 要执行的操作,取值:DescribeEipAddressAttributes。 |
Version | String | 是 | 2020-04-01 | API的版本信息,当前版本为2020-04-01。 |
AllocationId | String | 是 | eip-2ze7ujxscd**** | 要查询的公网IP的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
AllocationId | String | eip-2ze7ujxscd**** | 公网IP的ID。 |
EipAddress | String | 10.XX.XX.50 | 公网IP地址。 |
Name | String | eip-1 | 公网IP的名称。 |
Description | String | This is an eip | 公网IP的描述信息。 |
DirectMode | boolean | false | 是否开启直通模式。
|
ISP | String | BGP | 线路类型。
|
BillingType | Integer | 2 | 公网IP计费方式。
|
Bandwidth | Integer | 5 | 公网IP的带宽上限,单位为Mbps。 |
SecurityProtectionTypes | List | ["AntiDDoS_Enhanced"] | 防护类型。
说明 此功能正在邀测中,如需试用,请联系客户经理。 |
ProjectName | String | Project_1 | 公网IP所属项目的名称。 |
Tags | Array of struct | - | 公网IP的标签信息。具体请参见下表“Tags结构”。 |
InstanceType | String | EcsInstance | 当前绑定的实例类型。
|
InstanceId | String | i-2zebbhyczzaweeval**** | 当前绑定的实例ID。 |
IpAddressPoolId | String | eip-2zeerra*** | IP地址池的ID。 |
IsBlocked | Boolean | true | 是否被封禁。
|
ReleaseWithInstance | Boolean | true | 是否随云服务器实例删除。仅按量计费公网IP有效。开启后,当云服务器实例被系统自动回收(退订24小时后、到期回收、欠费回收)或被调用DeleteInstances接口时,公网IP随其一同释放。
|
BandwidthPackageId | String | bwp-2zeo05qre24nhrqpy**** | 共享带宽包实例ID。 |
Status | String | Attaching | 公网IP的状态。
|
BusinessStatus | String | FinancialLocked | 公网IP是否被锁定。
|
LockReason | String | financial | 公网IP被锁定的原因。
|
AllocationTime | String | 2021-07-15T21:46:15+08:00 | 公网IP的创建时间。 |
UpdatedAt | String | 2021-07-23T11:55:12+08:00 | 更新公网IP的时间。 |
ExpiredTime | String | 2021-05-07 23:59:59 | 公网IP的到期时间。
|
OverdueTime | String | 2021-04-29 01:00:00 | 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值。 |
DeletedTime | String | 2021-04-30 01:00:00 | 预期资源强制回收时间。
|
Tags结构
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | k1 | 标签键。 |
Value | String | v1 | 标签值。 |
GET /?Action=DescribeEipAddressAttributes&Version=2020-04-01&AllocationId=eip-2ze7ujxscd**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DescribeEipAddressAttributes", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result":{ "RequestId": "2021062415303301022514515207C4****", "AllocationId": "eip-2ze7ujxscd****", "EipAddress": "10.XX.XX.50", "Name": "eip-1", "Description": "This is an eip", "DirectMode": "false", "ISP": "BGP", "BillingType": 2, "Bandwidth": 1, "SecurityProtectionTypes": [ "AntiDDoS_Enhanced" ], "ProjectName": "Project_1", "Tags":[ { "Key":"k1", "Value":"v1" }, { "Key":"k2", "Value":"" } ], "InstanceType": "EcsInstance", "InstanceId": "i-2zebbhyczzaweeval****", "IpAddressPoolId":"ippool-2zeerra***", "IsBlocked": true, "ReleaseWithInstance": true, "BandwidthPackageId": "bwp-2zeo05qre24nhrqpy****", "Status": "Attached", "BusinessStatus": "Normal", "LockReason": "", "AllocationTime": "2019-04-29T01:37:38+08:00", "UpdatedAt": "2021-07-21T19:54:56+08:00", "ExpiredTime": "", "OverdueTime": "", "DeletedTime": "" } }
当前API无专用错误码,公共错误码,请参见 公共错误码 。