接口请求域名: tag.intl.tencentcloudapi.com 。
用于查询已建立的标签列表中的标签值。
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:DescribeTagValuesSeq。 |
| Version | 是 | String | 公共参数,本接口取值:2018-08-13。 |
| Region | 否 | String | 公共参数,此参数为可选参数。 |
| TagKeys.N | 是 | Array of String | 标签键列表 |
| CreateUin | 否 | Integer | 创建者用户 Uin,不传或为空只将 Uin 作为条件查询 |
| Offset | 否 | Integer | 数据偏移量,默认为 0, 必须为Limit参数的整数倍 |
| Limit | 否 | Integer | 每页大小,默认为 15 |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| TotalCount | Integer | 结果总数 |
| Offset | Integer | 数据位移偏量 |
| Limit | Integer | 每页大小 |
| Tags | Array of Tag | 标签列表 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
https://tag.intl.tencentcloudapi.com/?Action=DescribeTagValuesSeq
&TagKeys.0=key1
&<公共请求参数>
{
"Response": {
"TotalCount": 1,
"Offset": 0,
"Limit": 15,
"Tags": [
{
"TagKey": "key1",
"TagValue": "val1"
}
],
"RequestId": "69e59dbe-71e4-4497-a735-abdd7bf5f50a"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| InvalidParameterValue.OffsetInvalid | offset error。 |
| InvalidParameterValue.UinInvalid | Uin参数不合法。 |
文档反馈