Queries the access points for Express Connect circuits.
Try it now
Test
RAM authorization
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 |
| SupportPortTypes |
string |
The port types supported by the access point. Valid values:
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.