查询App的密钥信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
apigateway:DescribeAppSecurities |
get |
*App
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| AppId |
integer |
是 |
App 的编号 |
110862931 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID |
EF924FE4-2EDD-4CD3-89EC-34E4708574E7 |
| AppSecuritys |
object |
||
| AppSecurity |
array<object> |
关联的安全策略信息 |
|
|
object |
|||
| AppSecret |
string |
应用 AppSecret |
ea5291a7aff343769eb3139a2f6de8c9 |
| ModifiedTime |
string |
修改时间(格林威治时间) |
2023-08-14T18:03:00+08:00 |
| AppKey |
string |
App 的 key |
34379343 |
| CreatedTime |
string |
创建时间 |
2021-09-14T18:50:59 |
| AppCode |
string |
应用的 AppCode |
d2350ecd62c44cbfbe35a7f182e35105 |
示例
正常返回示例
JSON格式
{
"RequestId": "EF924FE4-2EDD-4CD3-89EC-34E4708574E7",
"AppSecuritys": {
"AppSecurity": [
{
"AppSecret": "ea5291a7aff343769eb3139a2f6de8c9",
"ModifiedTime": "2023-08-14T18:03:00+08:00",
"AppKey": "34379343",
"CreatedTime": "2021-09-14T18:50:59",
"AppCode": "d2350ecd62c44cbfbe35a7f182e35105"
}
]
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?