1. Interface Description
Interface request domain name: vpc.api3.convergecloud.com.
This API is used to modify the bandwidth of IPv6 address access to the internet.
Default interface request rate limit: 20 times per second.
Interface update time: 2025-09-02 17:38:20.
The interface only verifies the signature but does not authenticate.
2. Input Parameters
The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.
| Parameter name | Required | Allow NULL | Type | Description |
|---|---|---|---|---|
| Action | Yes | No | String | Public parameter, The value of this interface: ModifyIp6AddressesBandwidth |
| Version | Yes | No | String | Public parameter, The value of this interface: 2017-03-12 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| Ip6Addresses | No | No | Array of String | IPv6 address. Either Ip6Addresses or Ip6AddressId must be provided, and only 1 parameter can be provided. Example: ["2402:4e00:1000:200:0:8d8a:60b7:87f8"] |
| Ip6AddressIds | No | No | Array of String | The unique ID corresponding to the IPv6 address, such as eip-37xao8t. Either Ip6Addresses or Ip6AddressId should be passed in, but not both. Example: ["eip-6kr6f42w"] |
| InternetMaxBandwidthOut | Yes | No | Int64 | Modified target bandwidth, in Mbps. Example: 50 |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| TaskId | String | Task ID Example: 53734868 |
| RequestId | String | Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem. |
4. Error Code
The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.
| Error Code | Description |
|---|---|
| InvalidParameterValue | The parameter value is invalid. |
| InvalidParameter | Invalid input parameters. |
| InvalidParameterValue.Malformed | Invalid input format. |
| InvalidParameter.Coexist | The parameters must not be specified simultaneously. |
| InvalidAddressIdState.InArrears | The specified EIP is in arrears state. |
| InternalServerError | Internal operation error. |
| InvalidAddressId.NotFound | The specified EIP does not exist. |
| InvalidAccount.NotSupported | This account is not supported. |