ModifyIpv6InternetBandwidth
Description
call the ModifyIpv6InternetBandwidth interface to modify the public network bandwidth of IPv6 addresses.
Request Method
POST
Request Path
/apsara/route/Vpc/ModifyIpv6InternetBandwidth
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Bandwidth | BODY | long | Yes | 4 | public network bandwidth of IPv6 address. |
Ipv6AddressId | BODY | string | No | ipv6-1233456cdvf**** | instance ID of IPv6 address. |
RegionId | BODY | string | Yes | cn-huhehaote | the region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface. |
ClientToken | BODY | string | No | 123456 | the 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. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | D560AF68-4CE8-4A5C-B3FE-469F558094D0 | request ID. |
Example
Successful Response example
{
"RequestId":"D560AF68-4CE8-4A5C-B3FE-469F558094D0"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}