调用DescribeTagKeyList接口查询标签键列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
PageNumber | integer | 否 | 标签列表的页码。 起始值:1,默认值:1。 | 1 |
PageSize | integer | 否 | 分页查询时设置的每页行数。 最大值:100,默认值:50。 | 10 |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "Specified parameter PageSize is not valid.",
"RequestId": "B04B8CF3-4489-432D-83BA-6F128E5F2293",
"Success": true,
"TagKeys": {
"TagKey": [
"tagKey1"
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ParameterInvalid | Illegal parameters. | - |
403 | AccessForbidden | User not authorized to operate on the specified resource. | - |
404 | ResourceNotFound | The specified resource is not found. | 未找到指定资源。 |
500 | InternalError | The request processing has failed due to some unknown error. | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史