1. Interface Description
Interface request domain name: vpc.api3.convergecloud.com.
Create cross-region VPC PC
Default interface request rate limit: 20 times per second.
Interface update time: 2025-09-03 10:01:34.
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: CreateVpcPeeringConnectionEx |
| 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 |
| VpcId | Yes | No | String | Unique ID of the local VPC. Example: vpc-67wlqf6v |
| PeeringConnectionName | Yes | No | String | PC name. Example: demo |
| PeerVpcId | Yes | No | String | Unique ID of the customer VPC. Example: vpc-67wlqf6v |
| PeerUin | Yes | No | String | Customer user UIN. Example: 100000072292 |
| PeerRegion | Yes | No | String | Customer region name. Example: 500002 |
| Bandwidth | No | No | Int64 | PC bandwidth value, 10 Mbps by default when it is not input. Example: 100 |
| Type | No | No | Int64 | Interconnection type. Currently, only VPC interconnection is supported. The value only includes 1. Example: 1 |
| ChargeType | No | No | String | Billing type. Currently only billing by daily peak is supported, i.e. POSTPAID_BY_DAY_MAX. Example: POSTPAID_BY_DAY_MAX" |
| Zone | No | No | String | Availability zone name. Example: 500001 |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| TaskId | String | Task ID Example: 65535 |
| 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 |
|---|---|
| InvalidParameter | Invalid input parameters. |
| InternalServerError | Internal operation error. |
| UnsupportedOperation.VpcPeerAlreadyExist | The peering connection already exists. |