All Products
Search
Document Center

Virtual Private Cloud:ListBusinessAccessPoints

Last Updated:Mar 22, 2024

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.

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

The request ID.

RequestIdstring

The request ID.

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 km)
  • 40GBase-LR: 40,000 Mbit/s single-mode optical port
  • 100GBase-LR: 100,000 Mbit/s single-mode optical port
Note To use ports 40GBase-LR and 100GBase-LR, you must first contact your account manager.
1000Base-T
CloudBoxInstanceIdsstring

The ID of the cloud box.

Note You can query this parameter if the Express Connect circuits and access points are of the cloud box type.
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