You need to enable JavaScript to run this app.
导航

DescribeIpv6AddressBandwidthAttributes

最近更新时间2023.07.05 07:32:05

首次发布时间2022.10.10 09:46:29

调用 DescribeIpv6AddressBandwidthAttributes 接口,查询指定IPv6公网带宽的详细信息。

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringDescribeIpv6AddressBandwidthAttributes要执行的操作,取值为DescribeIpv6AddressBandwidthAttributes。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
AllocationIdStringeip-2zaiwb7ujxscd****IPv6公网带宽ID。

返回数据

参数名称
类型
示例值
描述
RequestIdString2021062415303301022514515207C4****请求ID。
Ipv6GatewayIdStringipv6gw-hp3y0l3ln89j8cdvf****IPv6网关的ID。
AllocationIdStringeip-2zaiwb7ujxscd****IPv6公网带宽的ID。
UpdatedTimeString2019-04-29T01:37:38+08:00IPv6公网带宽的最近操作时间。
CreationTimeString2019-04-29T01:37:38+08:00IPv6公网带宽的开通时间。
OverdueTimeString2021-05-07 23:23:23IPv6公网带宽欠费关停的时间。
DeletedTimeString2021-05-07 23:23:23IPv6公网带宽的删除时间。
BandwidthInteger5IPv6公网带宽的带宽上限。
BandwidthPackageIdStringbwp-2zeo05qre24nhrqpy****IPv6共享带宽包的ID。

ISP

String

BGP

IPv6公网带宽的线路类型。

  • BGP:BGP(多线)。
InstanceIdStringi-3tm18xqalm4e8i4q****IPv6公网带宽关联的实例ID。

InstanceType

String

EcsInstance

IPv6公网带宽关联的实例类型。

  • EcsInstance:ECS实例。
Ipv6AddressString2408::153:3921:XX:XX:7b12:1c5fIPv6地址。

BusinessStatus

String

Normal

IPv6公网带宽是否被锁定。

  • Normal:正常。
  • FinancialLocked:被锁定。

NetworkType

String

Public

IPv6地址的通信类型。

  • Private:私网通信类型。
  • Public:公网通信类型。

LockReason

String

Financial

IPv6公网带宽被锁定的原因。
该参数只有IPv6公网带宽处于FinancialLocked状态时才有返回值。

  • Financial:因欠费被锁定。
  • Security:因安全被锁定。

BillingType

Integer

3

IPv6公网带宽的计费类型。

  • 2:按量计费-按带宽上限计费。
  • 3:按量计费-按实际流量计费。

Status

String

Available

IPv6公网带宽的状态。

  • Creating:创建中。
  • Available:可用。

请求示例

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"
    }
}

错误码

无业务特有的错误码。