Adds a shared port to a hosted connection.
Operation description
If an Express Connect partner has created a virtual border router (VBR) for a tenant before, the Express Connect partner can push the Express Connect circuit that is associated with the VBR to the tenant account by adding a shared port for the tenant account. The service of the tenant is not interrupted in this process.
Preparations:
Before the Express Connect partner performs the operation, the Express Connect partner must notify the tenant and request the tenant to enable outbound data transfer billing. For more information, see Enable outbound data transfer billing.
What to do next:
- After the Express Connect partner performs the operation, a shared port is added for the tenant account. The tenant must call the ConfirmPhysicalConnection operation to accept the shared port.
- Then, the Express Connect partner must call the AttachVbrToVpconn operation to associate the VBR with the newly added shared port that belongs to the tenant account.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
vpc:CreateVpconnFromVbr | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderMode | string | No | The payer for the shared Express Connect circuit. Valid values:
| PayByVirtualPhysicalConnectionOwner |
VbrId | string | Yes | The ID of the associated VBR. | vbr-bp136flp1mf8mlq6r**** |
Token | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. | CBCE910E-D396-4944-8**** |
DryRun | boolean | No | Specifies whether to perform only a dry run, without performing the actual request. Valid values:
| false |
RegionId | string | Yes | The region ID of the hosted connection. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "5356F028-0F5C-56FC-8574-897D24379041",
"VirtualPhysicalConnection": "pc-bp1mrgfbtmc9brre7****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | OperationFailed.TargetUserPconnTrafficNotEnable | The operation failed because of TargetUserPconnTrafficNotEnable. | The operation failed because the user does not have outbound traffic enabled. |
400 | ResourceNotEnough.Bandwidth | The specified resource of Bandwidth is not enough. | The specified resource of Bandwidth is insufficient. |
400 | OperationFailed.VbrBindedPconn | The operation is failed because of VbrBindedPconn. | A hosted connection is created for the VBR. |
400 | IllegalParam.Bandwidth | The param of Bandwidth [%s] is illegal. | The specified bandwidth value is invalid. |
400 | IncorrectStatus.VbrId | The status of %s is incorrect. | The status of the VBR is invalid. |
400 | ResourceNotFound.PhysicalConnectionId | PhysicalConnection is not found. | PhysicalConnectionId is set to an invalid value. |
400 | OperationFailed.VPconnCreated | The operation is failed because of VPconnCreated. | You cannot create an Express Connect circuit. |
400 | OperationFailed.BandwidthOrVlanIdEmpty | The operation is failed because of BandwidthOrVlanIdEmpty. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-28 | The Error code has changed | View Change Details |
2021-09-27 | Add Operation | View Change Details |
2021-09-27 | The Error code has changed | View Change Details |
2021-09-27 | The Error code has changed | View Change Details |