调用 DescribeIpv6AddressBandwidthAttributes 接口,查询指定IPv6公网带宽的详细信息。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeIpv6AddressBandwidthAttributes | 要执行的操作,取值为DescribeIpv6AddressBandwidthAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
AllocationId | String | 是 | eip-2zaiwb7ujxscd**** | IPv6公网带宽ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
Ipv6GatewayId | String | ipv6gw-hp3y0l3ln89j8cdvf**** | IPv6网关的ID。 |
AllocationId | String | eip-2zaiwb7ujxscd**** | IPv6公网带宽的ID。 |
UpdatedTime | String | 2019-04-29T01:37:38+08:00 | IPv6公网带宽的最近操作时间。 |
CreationTime | String | 2019-04-29T01:37:38+08:00 | IPv6公网带宽的开通时间。 |
OverdueTime | String | 2021-05-07 23:23:23 | IPv6公网带宽欠费关停的时间。 |
DeletedTime | String | 2021-05-07 23:23:23 | IPv6公网带宽的删除时间。 |
Bandwidth | Integer | 5 | IPv6公网带宽的带宽上限。 |
BandwidthPackageId | String | bwp-2zeo05qre24nhrqpy**** | IPv6共享带宽包的ID。 |
ISP | String | BGP | IPv6公网带宽的线路类型。
|
InstanceId | String | i-3tm18xqalm4e8i4q**** | IPv6公网带宽关联的实例ID。 |
InstanceType | String | EcsInstance | IPv6公网带宽关联的实例类型。
|
Ipv6Address | String | 2408::153:3921:XX:XX:7b12:1c5f | IPv6地址。 |
BusinessStatus | String | Normal | IPv6公网带宽是否被锁定。
|
NetworkType | String | Public | IPv6地址的通信类型。
|
LockReason | String | Financial | IPv6公网带宽被锁定的原因。
|
BillingType | Integer | 3 | IPv6公网带宽的计费类型。
|
Status | String | Available | IPv6公网带宽的状态。
|
GET /?Action=DescribeIpv6AddressBandwidthAttributes&Version=2020-04-01&AllocationId=eip-2zaiwb7ujxscd**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-guangzhou Service: vpc
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DescribeIpv6AddressBandwidthAttributes", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-guangzhou" }, "Result": { "RequestId": "2021062415303301022514515207C4****", "Ipv6GatewayId": "ipv6gw-hp3y0l3ln89j8cdvf****", "AllocationId": "eip-2zaiwb7ujxscd****", "UpdatedAt": "2019-04-29T01:37:38+08:00", "CreationTime": "2019-04-29T01:37:38+08:00", "OverdueTime": "2021-05-07 23:23:23", "DeletedTime": "2021-05-07 23:23:23", "Bandwidth": 5, "BandwidthPackageId": "bwp-2zeo05qre24nhrqpy****", "ISP": "BGP", "InstanceId": "i-3tm18xqalm4e8i4q****", "InstanceType": "EcsInstance", "Ipv6Address": "2408::153:3921:XX:XX:7b12:1c5f", "BusinessStatus": "Normal", "NetworkType": "Public", "LockReason": "Financial", "BillingType": 3, "Status": "Available" } }
无业务特有的错误码。