最近更新时间:2024-02-26 15:54:15
获取组信息
GET | POST
公共参数列表 详情
名称 | 类型 | 必填 | 长度限制(字符) | 参数格式 | 描述 |
---|---|---|---|---|---|
Action | String | 是 | 确定值 | [a-zA-Z]+ | 操作接口名,系统规定参数,取值: GetInfoGroup |
Version | String | 是 | 确定值 | 固定为:2019-05-01 | |
ApiGroupUuid | String | 是 | 22个字符 | [a-zA-Z0-9-_]+ | 组UUID |
通过指定 Accept:application/json,返回的数据格式为json
请求示例
curl -X GET|POST \
'http://apigw.api.ksyun.com/?Action=GetInfoGroup&Version=2019-05-01&ApiGroupUuid=e799f912300ce953d11ccdd107305e2f' \
-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": {
"id": 316,
"api_group_name": "Ksyun",
"api_group_uuid": "e799f912300ce953d11ccdd107305e2f",
"api_group_desc": "KSYUN1",
"status": 1,
"is_valid": 1,
"subdomain": "e799f912300ce953d11ccdd107305e2f.cn-beijing-6.kscloudapi.com",
"account_id": "2000091140",
"api_count": 1,
"market_prefix": "",
"deleted": 0,
"create_time": 1597832909,
"update_time": 1597834083,
"deleted_time": 0
},
"RequestId": "401f8da3-43e5-42fe-a7d2-12bc5008463b"
}
访问API错误码查看更多错误码
纯净模式
鼠标选中内容,快速反馈问题