1. Interface Description
Interface request domain name: vpc.api3.convergecloud.com.
- This API is used to create IPv6 to IPv4 translation instances, supporting batch operations.
- A single account is allowed to create up to 10 translation instances in one region.
Default interface request rate limit: 20 times per second.
Interface update time: 2020-05-22 19:39:48.
The interface is both signature verification and authentication.
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: CreateIp6Translators |
| 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 |
| Ip6TranslatorName | No | No | String | Translation instance name Example: "www_lakalakk" |
| Ip6TranslatorCount | No | No | Int64 | Number of translation instances to be created, 1 by default. Example: 1 |
| Ip6InternetServiceProvider | No | No | String | Translation instance ISP attribute, which can be "CMCC", "CTCC", "CUCC", and "BGP". Example: "BGP" |
| IdcList | Yes | No | Array of String | IDC of Created Translation Instance Example: idc-shxdq123 |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| Ip6TranslatorSet | Array of String | An array of unique IDs for the translation instances, such as ip6-37xao8t. Example: |
| TaskId | String | TaskId, used by O&M, without any actual business meaning Example: |
| 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 |
|---|---|
| InternalServerError | Internal operation error. |