最近更新时间:2024-02-26 15:54:32
获取API绑定的APP列表
GET | POST
公共参数列表 详情
名称 | 类型 | 必填 | 长度限制(字符) | 参数格式 | 描述 |
---|---|---|---|---|---|
Action | String | 是 | 确定值 | [a-zA-Z]+ | 操作接口名,系统规定参数,取值: GetApiBindAppList |
Version | String | 是 | 确定值 | 固定为:2019-05-01 | |
ApiUuid | String | 是 | 22个字符 | [a-zA-Z0-9-_]+ | Api UUID |
AppName | String | 否 | 3-64个字符 | App名称 | |
Page | Integer | 否 | 页码 | ||
Size | Integer | 否 | 每页数量 |
通过指定 Accept:application/json,返回的数据格式为json
请求示例
curl -X GET|POST \
'http://apigw.api.ksyun.com/?Action=GetApiBindAppList&Version=2019-05-01&ApiUuid=y49y2Ab6TJaqW7EWemnD8Q&AppName=&Page=1&Size=10' \
-H 'authorization: xxx, SignedHeaders=accept;content-type;host;x-amz-date, Signature=xxx' \
-H 'accept: application/json' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'host: apigw.api.ksyun.com' \
-H 'x-amz-date: 20170720T022802Z'
响应成功返回示例
{
"Res": {
"total": 1,
"list": {
"id": 266,
"app_uuid": "qvgI_BioQBKUheh3WvLxzw",
"app_key": "apigwC1b57Y6-TpasiD381Q2Olg",
"region": "cn-beijing-6",
"api_id": 252,
"api_uuid": "y49y2Ab6TJaqW7EWemnD8Q",
"api_group_uuid": "e799f912300ce953d11ccdd107305e2f",
"auth_expire_time": 0,
"auth_env_type": 3,
"auth_operator": 1,
"auth_operator_account_id": "2000091140",
"is_valid": 1,
"deleted": 0,
"create_time": 1597833932,
"update_time": 1597833932,
"deleted_time": 0,
"app_info": {
"id": 105,
"account_id": "2000091140",
"app_name": "TestApp",
"app_desc": "TestApp",
"app_uuid": "qvgI_BioQBKUheh3WvLxzw",
"app_key": "apigwC1b57Y6-TpasiD381Q2Olg",
"app_secret": "ziM0tGc1Uk/5ubYQkYT/neDFrv7uz/yuGo2bdP8PkhQHxX5RzWwOjGXraj+5Q5HyiLE/9WfhP5vdIH9SLsAv3R8TE2DjnpukJivGfDDhcLc=",
"app_type": 1,
"auth_api_count": 0,
"is_valid": 1,
"deleted": 0,
"create_time": 1597833908,
"update_time": 1597833908,
"deleted_time": 0,
"is_self_own": 1
}
}
},
"RequestId": "e1c722c8-4904-431c-80f9-b524a8db91f1"
}
访问API错误码查看更多错误码
纯净模式