查詢應用接入點列表。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | ListApplicationAccessPoints | 要執行的操作。取值:ListApplicationAccessPoints。 |
PageNumber | Integer | 否 | 1 | 分頁查詢時,設置當前頁面的頁碼。默認值為1。 |
PageSize | Integer | 否 | 10 | 分頁查詢時,設置每頁包含應用接入點的數量。取值范圍:1~100,默認值為20。 |
返回數據
名稱 |
類型 |
示例值 |
描述 |
RequestId | String | bcfefe15-46f0-44a3-bd96-3d422474b71a | 本次調用請求的ID,是由阿里云為該請求生成的唯一標識符,可用于排查和定位問題。 |
PageNumber | Integer | 1 | 分頁查詢時,當前頁面的頁碼。 |
PageSize | Integer | 10 | 分頁查詢時,每頁包含應用接入點的數量。 |
TotalCount | Integer | 1 | 應用接入點的總數量。 |
ApplicationAccessPoints | Array of ApplicationAccessPoint | 應用接入點列表。 |
|
ApplicationAccessPoint | |||
Name | String | aap_test | 應用接入點名稱。 |
AuthenticationMethod | String | ClientKey | 認證方式。 |
示例
請求示例
http(s)://[Endpoint]/?Action=ListApplicationAccessPoints
&PageNumber=1
&PageSize=10
&公共請求參數
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<ListApplicationAccessPointsResponse>
<RequestId>bcfefe15-46f0-44a3-bd96-3d422474b71a</RequestId>
<PageNumber>1</PageNumber>
<PageSize>10</PageSize>
<TotalCount>1</TotalCount>
<ApplicationAccessPoints>
<Name>aap_test</Name>
<AuthenticationMethod>ClientKey</AuthenticationMethod>
</ApplicationAccessPoints>
</ListApplicationAccessPointsResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "bcfefe15-46f0-44a3-bd96-3d422474b71a",
"PageNumber" : 1,
"PageSize" : 10,
"TotalCount" : 1,
"ApplicationAccessPoints" : [ {
"Name" : "aap_test",
"AuthenticationMethod" : "ClientKey"
} ]
}
錯誤碼
HttpCode |
錯誤碼 |
錯誤信息 |
描述 |
400 | InvalidParameter | The specified parameter is not valid. | 參數非法。 |
404 | InvalidAccessKeyId.NotFound | The Access Key ID provided does not exist in our records. | 提供的 Access Key ID不存在 |
訪問錯誤中心查看更多錯誤碼。
文檔內容是否對您有幫助?