调用DescribeApiGatewayAppSecurity查询指定项目关联的API网关app的密钥信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeApiGatewayAppSecurity

系统规定参数。取值:DescribeApiGatewayAppSecurity

GatewayAppId String 5929076

网关App ID

ProjectId String PPCVFRG7

项目ID

RegionId String cn-shanghai

地域ID

返回数据

名称 类型 示例值 描述
ApiGatewayAppSecurity

项目关联的网关app密钥信息

GatewayAppId String 5929076

网关应用ID

GatewayAppKey String 111

网关应用AppKey

GatewayAppSecret String 11111111

网关应用AppSecret

GmtCreate Long 1524736376000

创建时间

GmtModified Long 1524736376000

修改时间

RequestId String 629586FE-CB2E-4742-995E-121F952CEB72

请求ID

示例

请求示例


https://iovcc.cn-shanghai.aliyuncs.com/?Action=DescribeApiGatewayAppSecurity
&ProjectId=PPCVFRG7
&GatewayAppId=5929076
&<公共请求参数>

正常返回示例

XML 格式

<DescribeApiGatewayAppSecurityResponse>
	  <RequestId>7676B259-FFA5-4971-A9D7-7B3F48D1DEEB</RequestId>
	  <Results>
		    <GatewayAppId>1</GatewayAppId>
		    <GatewayAppKey>0</GatewayAppKey>
		    <GatewayAppSecret>Q******F</GatewayAppSecret>
		    <GmtCreate>1524736376000</GmtCreate>
		    <GmtModified>1524736376000</GmtModified>
	  </Results>
</DescribeApiGatewayAppSecurityResponse>

JSON 格式

{
	"RequestId":"7676B259-FFA5-4971-A9D7-7B3F48D1DEEB",
	"Results":{
		"GatewayAppId":1,
		"GmtCreate":1524736376000,
		"GatewayAppKey":0,
		"GmtModified":1524736376000,
		"GatewayAppSecret":"Q******F"
	}
}

错误码

访问错误中心查看更多错误码。