Skip to main content

AllocateIpv6InternetBandwidth

Description

call the AllocateIpv6InternetBandwidth interface to purchase public network bandwidth for IPv6 addresses.

Request Method

POST

Request Path

/apsara/route/Vpc/AllocateIpv6InternetBandwidth

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
BandwidthBODYintegerYes2public network bandwidth of IPv6 address.
Ipv6AddressIdBODYstringYesipv6-123456cdvf****instance ID of IPv6 address.
Ipv6GatewayIdBODYstringYesipv5gw-123456cdvf****IPv6 gateway ID.
RegionIdBODYstringYescn-huhehaotethe region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface.
ClientTokenBODYstringNo123456the idempotence of the request. the parameter value is generated by the client, which must be unique between different requests and the maximum value does not exceed 64 ASCII characters.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring6972A26E-99B1-4367-9890-FBDEBB0F5E7Drequest ID.
InternetBandwidthIdstring2purchased public network bandwidth.
Ipv6AddressIdstringipv6-hp352ungkzckndcvf****instance ID of IPv6 address.

Example

Successful Response example

{
"RequestId":"6972A26E-99B1-4367-9890-FBDEBB0F5E7D",
"InternetBandwidthId":"2",
"Ipv6AddressId":"ipv6-hp352ungkzckndcvf****"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}