查詢指定地域中的物理專線存取點。

請求參數

名稱 類型 是否必須 描述
Action String

要執行的操作。 取值:

DescribeAccessPoints

RegionId String

存取點所在的地域。

您可以通過調用 DescribeRegions介面獲取地域ID。

PageNumber Integer

列表的頁碼,預設值為1

PageSize Integer

分頁查詢時每頁的行數,最大值為50,預設值為10

返回參數

名稱 類型 描述
RequestId String 請求ID。
TotalCount String 列表條條目數。
PageNumber Integer 當前頁碼。
PageSize String 每頁包含多少條目。
AccessPointSet List 存取點資訊。

樣本

請求樣本

https://vpc.aliyuncs.com/?Action=DescribeAccessPoints
&RegionId=cn-beijing
&公共請求參數
返回樣本

JSON格式

{
  "AccessPointSet": {
    "AccessPointType": [
      {
        "Name": "北京-丰台-A",
        "Status": "recommended",
        "Description": "cn-beijing-ft-cxp32",
        "Type": "VPC",
        "Location": "",
        "HostOperator": "皓寬",
        "AttachedRegionNo": "cn-beijing",
        "AccessPointId": "ap-cn-beijing-ft-A"
      },
      {
        "Name": "北京-亦莊-A",
        "Status": "recommended",
        "Description": "cn-beijing-yz-ne203",
        "Type": "VPC",
        "Location": "",
        "HostOperator": "世紀互聯",
        "AttachedRegionNo": "cn-beijing",
        "AccessPointId": "ap-cn-beijing-yz-A"
      },
      {
        "Name": "北京-大興-B",
        "Status": "recommended",
        "Description": "cn-beijing-dx-nu16",
        "Type": "VPC",
        "Location": "",
        "HostOperator": "中國聯通",
        "AttachedRegionNo": "cn-beijing",
        "AccessPointId": "ap-cn-beijing-dx-B"
      },
      {
        "Name": "北京-昌平-A",
        "Status": "recommended",
        "Description": "ap-cn-beijing-cp-CM12",
        "Type": "VPC",
        "Location": "",
        "HostOperator": "中國電信",
        "AttachedRegionNo": "cn-beijing",
        "AccessPointId": "ap-cn-beijing-cp-A"
      },
      {
        "Name": "北京-大興-A",
        "Status": "recommended",
        "Description": "cn-beijing-dx-nu17-a",
        "Type": "VPC",
        "Location": "",
        "HostOperator": "GDS",
        "AttachedRegionNo": "cn-beijing",
        "AccessPointId": "ap-cn-beijing-dx-A"
      }
    ]
  },
  "PageNumber": 1,
  "TotalCount": 5,
  "PageSize": 10,
  "RequestId": "3E85D803-C7CF-4BCD-9CFE-6DBA1DFFA027"
}

XML格式

<?xml version="1.0" encoding="UTF-8" ?>
</DescribeAccessPointsResponse>	
	<AccessPointSet>
		<AccessPointType>
			<Name>北京-丰台-A</Name>
			<Status>recommended</Status>
			<Description>cn-beijing-ft-cxp32</Description>
			<Type>VPC</Type>
			<Location></Location>
			<HostOperator>xxx</HostOperator>
			<AttachedRegionNo>cn-beijing</AttachedRegionNo>
			<AccessPointId>ap-cn-beijing-ft-A</AccessPointId>
		</AccessPointType>
		<AccessPointType>
			<Name>北京-亦莊-A</Name>
			<Status>recommended</Status>
			<Description>cn-beijing-yz-ne203</Description>
			<Type>VPC</Type>
			<Location></Location>
			<HostOperator>xxx</HostOperator>
			<AttachedRegionNo>cn-beijing</AttachedRegionNo>
			<AccessPointId>ap-cn-beijing-yz-A</AccessPointId>
		</AccessPointType>
		<AccessPointType>
			<Name>北京-大興-B</Name>
			<Status>recommended</Status>
			<Description>cn-beijing-dx-nu16</Description>
			<Type>VPC</Type>
			<Location></Location>
			<HostOperator>中國聯通</HostOperator>
			<AttachedRegionNo>cn-beijing</AttachedRegionNo>
			<AccessPointId>ap-cn-beijing-dx-B</AccessPointId>
		</AccessPointType>
		<AccessPointType>
			<Name>北京-昌平-A</Name>
			<Status>recommended</Status>
			<Description>ap-cn-beijing-cp-CM12</Description>
			<Type>VPC</Type>
			<Location></Location>
			<HostOperator>中國電信</HostOperator>
			<AttachedRegionNo>cn-beijing</AttachedRegionNo>
			<AccessPointId>ap-cn-beijing-cp-A</AccessPointId>
		</AccessPointType>
		<AccessPointType>
			<Name>北京-大興-A</Name>
			<Status>recommended</Status>
			<Description>cn-beijing-dx-nu17-a</Description>
			<Type>VPC</Type>
			<Location></Location>
			<HostOperator>GDS</HostOperator>
			<AttachedRegionNo>cn-beijing</AttachedRegionNo>
			<AccessPointId>ap-cn-beijing-dx-A</AccessPointId>
		</AccessPointType>
	</AccessPointSet>
	<PageNumber>1</PageNumber>
	<TotalCount>5</TotalCount>
	<PageSize>10</PageSize>
	<RequestId>3E85D803-C7CF-4BCD-9CFE-6DBA1DFFA027</RequestId>
</DescribeAccessPointsResponse>