All Products
Search
Document Center

Express Connect:ListBusinessAccessPoints

Last Updated:Apr 27, 2026

Queries the access points for Express Connect circuits.

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

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region ID of the Express Connect circuit.

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

cn-hangzhou

RegionId

string

No

The region ID of the Express Connect circuit.

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

cn-hangzhou

Response elements

Element

Type

Description

Example

object

The request ID.

RequestId

string

The request ID.

611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F

BusinessAccessPoints

array<object>

A list of access points.

array<object>

A list of access points.

AccessPointId

string

The ID of the access point.

ap-cn-hangzhou-xs-B

AccessPointName

string

The name of the access point.

杭州-萧山-B

SupportLineOperator

string

The connectivity provider for the Express Connect circuit. Valid values:

  • CT: China Telecom.

  • CU: China Unicom.

  • CM: China Mobile.

  • CO: other connectivity providers in the Chinese mainland.

  • Equinix: Equinix.

  • Other: other connectivity providers outside the Chinese mainland.

CT

SupportPortTypes

string

The port types supported by the access point. Valid values:

  • 100Base-T: 100 Mbit/s copper port.

  • 1000Base-T: 1,000 Mbit/s copper port.

  • 1000Base-LX: 1,000 Mbit/s single-mode optical port (10 km).

  • 10GBase-T: 10,000 Mbit/s copper port.

  • 10GBase-LR: 10,000 Mbit/s single-mode optical port (10 km).

  • 40GBase-LR: 40,000 Mbit/s single-mode optical port.

  • 100GBase-LR: 100,000 Mbit/s single-mode optical port.

Note

The 40GBase-LR and 100GBase-LR port types are subject to availability. To use these port types, contact your account manager.

1000Base-T

CloudBoxInstanceIds

string

The ID of the Cloud Box instance.

Note

This parameter is returned only for access points that are associated with Cloud Box instances.

cb-****

Longitude

number

The longitude of the access point.

120.247514

Latitude

number

The latitude of the access point.

30.198416

OpticalModuleModels

array<object>

The supported model of the optical module.

object

PortType

string

The port type.

OpticalModuleModel

string

The model of the optical module.

Examples

Success response

JSON format

{
  "RequestId": "611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F",
  "BusinessAccessPoints": [
    {
      "AccessPointId": "ap-cn-hangzhou-xs-B",
      "AccessPointName": "杭州-萧山-B",
      "SupportLineOperator": "CT",
      "SupportPortTypes": "1000Base-T",
      "CloudBoxInstanceIds": "cb-****",
      "Longitude": 120.247514,
      "Latitude": 30.198416,
      "OpticalModuleModels": [
        {
          "PortType": "",
          "OpticalModuleModel": ""
        }
      ]
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

500 InternalError Internal system error. Internal system error.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.