最近更新时间:2024-02-26 15:54:15
获取组列表
GET | POST
公共参数列表 详情
名称 | 类型 | 必填 | 长度限制(字符) | 参数格式 | 描述 |
---|---|---|---|---|---|
Action | String | 是 | 确定值 | [a-zA-Z]+ | 操作接口名,系统规定参数,取值: GetListGroup |
Version | String | 是 | 确定值 | 固定为:2019-05-01 | |
ApiGroupName | String | 否 | 64个字符以内 | 组名称 | |
Page | Integer | 否 | 页码 | ||
Size | Integer | 否 | 每页数量 |
通过指定 Accept:application/json,返回的数据格式为json
请求示例
curl -X GET|POST \
'http://apigw.api.ksyun.com/?Action=GetListGroup&Version=2019-05-01&ApiGroupName=&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": 309,
"api_group_name": "group13",
"api_group_uuid": "c47f74c737245079c7efa6983f7bed36",
"api_group_desc": "组02",
"status": 1,
"is_valid": 1,
"subdomain": "c47f74c737245079c7efa6983f7bed36.cn-beijing-6.kscloudapi.com",
"account_id": "2000091140",
"api_count": 0,
"market_prefix": "",
"deleted": 0,
"create_time": 1597646680,
"update_time": 1597646680,
"deleted_time": 0
}
]
},
"RequestId": "64c8078d-b818-41b5-aee1-d16af7f513f3"
}
访问API错误码查看更多错误码
纯净模式