Queries the virtual border routers (VBRs) that are associated with an Express Connect circuit. The VBRs can be created by the owner of the Express Connect circuit and by other Alibaba Cloud accounts.
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:DescribeVirtualBorderRoutersForPhysicalConnection | list |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region in which the Express Connect circuit is deployed. You can call the DescribeRegions operation to obtain the region ID. | cn-shanghai |
PhysicalConnectionId | string | Yes | The ID of the Express Connect circuit. | pc-119mfj**** |
PageNumber | integer | No | The page number. Default value: 1. | 1 |
PageSize | integer | No | The number of entries per page. Maximum value: 50. Default value: 10. | 10 |
Filter | array<object> | No | The filter keys. | |
object | No | |||
Key | string | No | The filter conditions. You can specify at most five filter conditions. The following filter conditions are supported:
| Status |
Value | array | No | The filter value for the key. You can specify multiple filter values for one key. The logical operator among filter values is OR. If one filter value is matched, the filter condition is matched. | |
string | No | The filter value for the key. You can specify multiple filter values for one key. The logical operator among filter values is OR. If one filter value is matched, the filter condition is matched. | Active |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7C5AE8B3-A2D8-428D-A2FF-93A225C0821E",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1,
"VirtualBorderRouterForPhysicalConnectionSet": {
"VirtualBorderRouterForPhysicalConnectionType": [
{
"Status": "Active",
"CreationTime": "2021-06-08T12:20:55",
"Type": "pconnVBR",
"PeerIpv6GatewayIp": "2001:XXXX:3c4d:0015:0000:0000:0000:1a2b",
"CircuitCode": "longtel0**",
"LocalIpv6GatewayIp": "ipv6bw-uf6hcyzu65v98v3du****",
"PConnVbrExpireTime": "2021-06-10T12:20:55",
"LocalGatewayIp": "192.168.XX.X",
"BandwidthStatus": "Active",
"ActivationTime": "2021-06-08T12:20:55",
"VbrOwnerUid": 253460731706911260,
"PeeringSubnetMask": "255.255.255.0",
"EnableIpv6": true,
"EccId": "ecc-sjghe****",
"Bandwidth": "10",
"RecoveryTime": "2021-06-08T12:20:55",
"TerminationTime": "2021-06-07T12:20:55",
"PConnVbrBussinessStatus": "Normal",
"PeerGatewayIp": "162.62.XX.XX",
"PeeringIpv6SubnetMask": "2408:4004:cc:400::/56",
"VbrId": "vbr-bp16ksp61j7e0tk****",
"PConnVbrChargeType": "PrePaid",
"VlanId": 1678
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidPhysicalConnectionId.NotFound | The specified physicalConnection is not found. | The specified physicalConnection is not found. |
404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | The RegionId parameter is set to an invalid value. Specify a valid value and try again. |
404 | InvalidPhysicalConnectionId.NotFound | The specified PhysicalConnectionId does not belong to user. | The specified physical connection does not belong to your account. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-09-11 | API Description Update. The Error code has changed | View Change Details |