Queries the access points of an Express Connect circuit.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ListBusinessAccessPoints

The operation that you want to perform. Set the value to ListBusinessAccessPoints.

RegionId String No cn-hangzhou

The region ID of the Express Connect circuit.

You can call the DescribeRegions operation to query the most recent region list.

Response parameters

Parameter Type Example Description
RequestId String 611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F

The ID of the request.

BusinessAccessPoints Array of BusinessAccessPoints\

The list of access points.

AccessPointId String ap-cn-hangzhou-xs-B

The ID of the access point.

AccessPointName String Hangzhou-Xiaoshan-B

The name of the access point.

SupportLineOperator String CT

The connectivity provider of 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
SupportPortTypes String 1000Base-T

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

  • 100Base-T: 100 Mbit/s copper Ethernet port
  • 1000Base-T: 1,000 Mbit/s copper Ethernet port
  • 1000Base-LX: 1,000 Mbit/s single-mode optical port (10 km)
  • 10GBase-T: 10,000 Mbit/s copper Ethernet port
  • 10GBase-LR: 10,000 Mbit/s single-mode optical port (10 kilometers)
  • 40GBase-LR: 40,000 Mbit/s single-mode optical port
  • 100GBase-LR: 100,000 Mbit/s single-mode optical port
Note If you want to use the 40GBase-LR or 100GBase-LR port for an Express Connect circuit, you must first contact your account manager to obtain information about resource supplies.
CloudBoxInstanceIds String cb-****

The ID of the cloud box.

Note This parameter is available if the Express Connect circuit supports cloud boxes and the access point supports cloud boxes.
Longitude double 120.247514

The longitude of the access point.

Latitude double 30.198416

The latitude of the access point.

Examples

Sample requests

http(s)://[Endpoint]/?Action=ListBusinessAccessPoints
&RegionId=cn-hangzhou
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<ListBusinessAccessPointsResponse>
    <RequestId>611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F</RequestId>
    <BusinessAccessPoints>
        <AccessPointId>ap-cn-hangzhou-xs-B</AccessPointId>
        <AccessPointName>Hangzhou-Xiaoshan-B</AccessPointName>
        <SupportLineOperator>CT</SupportLineOperator>
        <SupportPortTypes>1000Base-T</SupportPortTypes>
        <CloudBoxInstanceIds>cb-****</CloudBoxInstanceIds>
        <Longitude>120.247514</Longitude>
        <Latitude>30.198416</Latitude>
    </BusinessAccessPoints>
</ListBusinessAccessPointsResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

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

Error codes

For a list of error codes, see Service error codes.