Bandwidth resizing for IPv6 gateway
Updated at:2025-10-16
Description
Resizing IPv6 gateway bandwidth.
- IPv6 gateway bandwidth range: 1-5,000
Request structure
Plain Text
1PUT /v{version}/IPv6Gateway/{gatewayId}?{action}&clientToken={clientToken} HTTP/1.1
2Host: bcc.bd.baidubce.com
3Authorization: authorization string
4{
5 "bandwidthInMbps":{bandwidthInMbps}
6}
Request headers
There are no special headers required beyond the common headers.
Request parameters
| Parameter name | Types | Whether required | Parameter location | Description |
|---|---|---|---|---|
| version | String | Yes | URL parameter | API version number |
| clientToken | String | No | Query | Idempotence token, which is an ASCII string with a length not exceeding 64 bits, see details in [ClientToken Idempotence Support](VPC/API Reference/General Description.md#Idempotence) |
| gatewayId | String | Yes | URL parameter | ID of the IPv6 gateway |
| bandwidthInMbps | int | Yes | RequestBody | Updated bandwidth of the IPv6 gateway |
| action | String | Yes | Query | Value for this API is "resize" |
Response headers
No special headers are required beyond the standard ones.
Response parameters
No special response parameters are available.
Request example
Plain Text
1PUT /v1/IPv6Gateway/gw-5af4eb65?resize&clientToken=hds5gdfw HTTP/1.1
2Host: bcc.bd.baidubce.com
3authorization: bce-auth-v1/c3119080364d11e8912505e5e0ae9978/2018-04-02T08:14:25Z/3600/host;x-bce-account;x-bce-client-ip;x-bce-date;x-bce-request-id;x-bce-security-
4token/6b93bfd5ca2328fcb5560fa57f56253d80a629f6aac9c9cb74adf9a055fceb53
5{
6 "bandwidthInMbps":20
7}
Response example
Plain Text
1HTTP/1.1 200 OK
2x-bce-request-id: 7e789a40-adac-414a-8bd4-916d6be61112
3Date: Mon, 02 Apr 2018 08:14:25 GMT
4Content-Type: application/json;charset=UTF-8
5Server: BWS
