All Products
Search
Document Center

Cloud Enterprise Network:ListTransitRouterVbrAttachments

Last Updated:Aug 08, 2025

Call ListTransitRouterVbrAttachments to query information about virtual border router (VBR) connections for an Enterprise Edition transit router. The returned information includes the total number of connections, connection status, connection ID, and the payer for the network instance.

Operation description

You can query the VBR connections of an Enterprise Edition transit router in one of the following ways:

  • Query all VBR connections of an Enterprise Edition transit router by specifying the ID of the transit router.

  • Query all VBR connections of an Enterprise Edition transit router by specifying the ID of the Cloud Enterprise Network (CEN) instance and the region ID of the transit router.

  • Query a specific VBR connection by specifying the connection ID in the TransitRouterAttachmentId parameter.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that support authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

cen:ListTransitRouterVbrAttachments

list

CenInstance

acs:cen:*:{#accountId}:ceninstance/{#ceninstanceId}

TransitRouterVbrAttachment

acs:cen:*:{#accountId}:centransitrouterattachment/*

TransitRouterVbrAttachment

acs:cen:*:{#accountId}:centransitrouterattachment/{#centransitrouterattachmentId}

None None

Request parameters

Parameter

Type

Required

Description

Example

CenId

string

No

The ID of the CEN instance.

cen-j3jzhw1zpau2km****

RegionId

string

No

The ID of the region where the Enterprise Edition transit router is deployed.

You can call the DescribeRegions operation to obtain the region ID.

cn-hangzhou

TransitRouterAttachmentId

string

No

The ID of the VBR connection.

tr-attach-oyf70wfuorwx87****

TransitRouterId

string

No

The ID of the Enterprise Edition transit router.

tr-bp1su1ytdxtataupl****

MaxResults

integer

No

The maximum number of entries to return for a single query. The default value is 20.

20

NextToken

string

No

The token that is used for the next query. Valid values:

  • If this is your first query, you do not need to specify this parameter.

  • If a subsequent query is to be sent, set the value to the NextToken value that is returned in the previous request.

dd20****

Tag

array<object>

No

The tag.

You can specify up to 20 tags.

object

No

Key

string

No

The tag key of the resource.

The tag key cannot be an empty string. The tag key can be up to 64 characters in length and cannot start with aliyun or acs:. The tag key cannot contain http:// or https:// .

You can specify up to 20 tag keys.

tagtest

Value

string

No

The tag value of the resource.

The tag value can be an empty string or a string of up to 128 characters. It cannot start with aliyun or acs:, and cannot contain http:// or https:// .

Each tag key must have a unique tag value. You can specify up to 20 tag values.

tagtest

Response parameters

Parameter

Type

Description

Example

object

The response parameters.

NextToken

string

The token that is used for the next query.

  • If this parameter is empty, no more data is returned.

  • If a value is returned for this parameter, it is the token that you can use to retrieve the next page of results.

dd20****

RequestId

string

The request ID.

F42D9616-29EB-4E75-8CA8-9654D4E07501

TotalCount

integer

The total number of entries returned.

1

MaxResults

integer

The maximum number of entries returned per page.

20

TransitRouterAttachments

array<object>

A list of VBR connections.

object

CreationTime

string

The time when the VBR connection was created.

The time is displayed in the YYYY-MM-DDThh:mmZ format. The time is displayed in UTC.

2021-06-15T15:20Z

Status

string

The status of the VBR connection.

  • Attached: The connection is established.

  • Attaching: The connection is being established.

  • Detaching: The connection is being removed.

Attached

TransitRouterAttachmentId

string

The ID of the VBR connection.

tr-attach-oyf70wfuorwx87****

TransitRouterId

string

The ID of the Enterprise Edition transit router.

tr-bp1su1ytdxtataupl****

ResourceType

string

The resource type of the connection.

The value is set to VBR, which indicates a VBR instance.

VBR

VbrRegionId

string

The ID of the region where the VBR is deployed.

cn-hangzhou

TransitRouterAttachmentDescription

string

The description of the VBR connection.

testdesc

VbrOwnerId

integer

The ID of the Alibaba Cloud account to which the VBR belongs.

1688111111111111

AutoPublishRouteEnabled

boolean

Indicates whether the Enterprise Edition transit router automatically advertises routes to the VBR.

  • false: no.

  • true: yes.

false

VbrId

string

The VBR ID.

vbr-bp1svadp4lq38janc****

TransitRouterAttachmentName

string

The name of the VBR connection.

testa

Tags

array<object>

The list of tags.

object

Key

string

The tag key.

test

Value

string

The tag value.

value_A1

CenId

string

The ID of the CEN instance.

cen-j3jzhw1zpau2km****

OrderType

string

The payer for the network instance. Valid values:

  • PayByCenOwner: The connection fee and data transfer fee for the VBR are paid by the account that owns the transit router.

  • PayByResourceOwner: The connection fee and data transfer fee for the VBR are paid by the account that owns the VBR.

PayByCenOwner

Examples

Success response

JSON format

{
  "NextToken": "dd20****",
  "RequestId": "F42D9616-29EB-4E75-8CA8-9654D4E07501",
  "TotalCount": 1,
  "MaxResults": 20,
  "TransitRouterAttachments": [
    {
      "CreationTime": "2021-06-15T15:20Z",
      "Status": "Attached",
      "TransitRouterAttachmentId": "tr-attach-oyf70wfuorwx87****",
      "TransitRouterId": "tr-bp1su1ytdxtataupl****",
      "ResourceType": "VBR",
      "VbrRegionId": "cn-hangzhou",
      "TransitRouterAttachmentDescription": "testdesc",
      "VbrOwnerId": 1688111111111111,
      "AutoPublishRouteEnabled": false,
      "VbrId": "vbr-bp1svadp4lq38janc****",
      "TransitRouterAttachmentName": "testa",
      "Tags": [
        {
          "Key": "test",
          "Value": "value_A1"
        }
      ],
      "CenId": "cen-j3jzhw1zpau2km****\n",
      "OrderType": "PayByCenOwner"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 IllegalParam.NextToken The specified NextToken is invalid. The error message returned because the NextToken parameter is set to an invalid value.
400 IllegalParam.TrInstance The specified TransitRouter is invalid. The error message returned because the TransitRouter parameter is set to an invalid value.
400 IllegalParam.Region The specified Region is invalid. The error message returned because the specified region is invalid.
400 IllegalParam.CenId The specified CenId is invalid. The error message returned because the ID of the CEN instance is invalid.
400 IllegalParam.TransitRouterId The specified TransitRouterId is invalid. The error message returned because the specified transit router ID is invalid.
400 IllegalParam.CenIdOrRegionId The specified CenId or RegionId is invalid. The error message returned because the specified CEN instance ID or region ID is invalid.
400 IllegalParam.MaxResults The specified MaxResults is illegal. MaxResults illegal.
400 InvalidParameter Invalid parameter. The error message returned because the parameter is set to an invalid value.
400 Unauthorized The AccessKeyId is unauthorized. The error message returned because you do not have the permissions to perform this operation.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.