DescribeApplicationAccessPoint
更新時(shí)間:
查詢一個(gè)應(yīng)用接入點(diǎn)的詳情。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
請(qǐng)求參數(shù)
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | DescribeApplicationAccessPoint | 要執(zhí)行的操作。取值:DescribeApplicationAccessPoint。 |
Name | String | 是 | aap_test | 要查詢的應(yīng)用接入點(diǎn)名稱。 |
返回?cái)?shù)據(jù)
名稱 |
類型 |
示例值 |
描述 |
RequestId | String | bcfefe15-46f0-44a3-bd96-3d422474b71a | 本次調(diào)用請(qǐng)求的ID,是由阿里云為該請(qǐng)求生成的唯一標(biāo)識(shí)符,可用于排查和定位問題。 |
Arn | String | acs:kms:cn-hangzhou:119285303511****:applicationaccesspoint/aap_test | 應(yīng)用接入點(diǎn)的ARN。 |
Name | String | aap_test | 應(yīng)用接入點(diǎn)名稱。 |
Description | String | aap description | 描述信息。 |
AuthenticationMethod | String | ClientKey | 認(rèn)證方式。 |
Policies | String | ["kst-hzz62ee817bvyyr5x****.efkd","kst-hzz62ee817bvyyr5x****.eyyp"] | 綁定的權(quán)限策略。 |
示例
請(qǐng)求示例
http(s)://[Endpoint]/?Action=DescribeApplicationAccessPoint
&Name=aap_test
&公共請(qǐng)求參數(shù)
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeApplicationAccessPointResponse>
<RequestId>bcfefe15-46f0-44a3-bd96-3d422474b71a</RequestId>
<Arn>acs:kms:cn-hangzhou:119285303511****:applicationaccesspoint/aap_test</Arn>
<Name>aap_test</Name>
<Description>aap description</Description>
<AuthenticationMethod>ClientKey</AuthenticationMethod>
<Policies>["kst-hzz62ee817bvyyr5x****.efkd","kst-hzz62ee817bvyyr5x****.eyyp"]</Policies>
</DescribeApplicationAccessPointResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "bcfefe15-46f0-44a3-bd96-3d422474b71a",
"Arn" : "acs:kms:cn-hangzhou:119285303511****:applicationaccesspoint/aap_test",
"Name" : "aap_test",
"Description" : "aap description",
"AuthenticationMethod" : "ClientKey",
"Policies" : "[\"kst-hzz62ee817bvyyr5x****.efkd\",\"kst-hzz62ee817bvyyr5x****.eyyp\"]"
}
錯(cuò)誤碼
HttpCode |
錯(cuò)誤碼 |
錯(cuò)誤信息 |
描述 |
400 | InvalidParameter | The specified parameter is not valid. | 參數(shù)非法。 |
404 | InvalidAccessKeyId.NotFound | The Access Key ID provided does not exist in our records. | 提供的 Access Key ID不存在 |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。
文檔內(nèi)容是否對(duì)您有幫助?