All Products
Search
Document Center

Virtual Private Cloud:ListBusinessAccessPoints

Last Updated:Dec 02, 2023

Queries the access points of an Express Connect circuit.

debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

debugging

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The region ID of the Express Connect circuit.

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

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F
BusinessAccessPointsobject []

The list of access points.

AccessPointIdstring

The ID of the access point.

ap-cn-hangzhou-xs-B
AccessPointNamestring

The name of the access point.

SupportLineOperatorstring

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
CT
SupportPortTypesstring

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.
1000Base-T
CloudBoxInstanceIdsstring

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.
cb-****
Longitudedouble

The longitude of the access point.

120.247514
Latitudedouble

The latitude of the access point.

30.198416

Examples

Sample success responses

JSONformat

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

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history