最近更新时间:2021-04-22 20:52:13
公共参数列表 详情
名称 | 类型 | 必填 | 长度限制(字符) | 参数格式 | 描述 |
---|---|---|---|---|---|
Action | String | 是 | 确定值 | [a-zA-Z]+ | 操作接口名,系统规定参数,取值: ListTagValues |
Version | String | 是 | 确定值 | 固定为:2020-09-01 | |
TagKeys | String | 是 | 标签键,多个用逗号连接 | ||
Page | Integer | 否 | 页码 | ||
PageSize | Integer | 否 | 每页数据量 |
通过指定 Accept:application/json,返回的数据格式为json
curl -X GET|POST \
'http://tagv2.api.ksyun.com/?Action=ListTagValues&Version=2020-09-01' \
-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: tagv2.api.ksyun.com' \
-H 'x-amz-date: 20200720T022802Z'
{
"TagValues": [
{
"Id": 2059,
"Key": "TagKey1",
"Value": "value1",
"CreateTime": "2020-09-16 16:07:16"
}
],
"Page": 1,
"PageSize": 0,
"Total": 1,
"RequestId": "7de19b5e-0791-4269-872b-c3e05b53c3c8"
}
访问API错误码查看更多错误码
纯净模式