You need to enable JavaScript to run this app.
导航
SearchTopics - 查询 Topic
最近更新时间:2024.12.11 16:59:14首次发布时间:2023.07.27 17:33:08

调用 SearchTopics 接口,查询符合条件的 Topic 列表。

请求说明

  • 请求方式:GET
  • 请求地址:https://open.volcengineapi.com?Action=SearchTopics&Version=2023-06-01

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

SearchTopics

要执行的操作,取值:SearchTopics。

Version
String

2023-06-01

API的版本,取值:2023-06-01。

InstanceId
String

o-00c0****m46c

根据实例 ID 进行查询。

SearchKey
String

topic-test

根据 Topic 名称关键词进行模糊查询。

Status
Array of String

RUNNING

根据 Topic 状态进行查询。

CreateTimeOrder
String

DESC

按照 Topic 的创建时间进行排序,支持以下排序方式:

  • DESC:降序排列。
  • ASC:升序排列。
PageNumber
Integer

1

页数。

PageSize
Integer

10

每页展示的 Topic 数量。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
Items
Array of Object

-

返回的 Topic 列表。

PageSize
Integer

10

每页展示的 Topic 数量

PageCount
Integer

1

总分页数。

PageNumber
Integer

1

当前页数。

TotalCount
Long

1

查询到的 Topic 总数。

请求示例

POST /?Action=SearchTopics&Version=2023-06-01&InstanceId=o-00c0****m46c&SearchKey=topic-test&CreateTimeOrder=DESC&PageNumber=1&PageSize=10 HTTP/1.1
Host: bmq.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20241112T082657Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=AK********/20241112/cn-beijing/bmq/request, SignedHeaders=host;x-content-sha256;x-date, Signature=********

{}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202412061433016B8D54884B521AD5****",
        "Action": "SearchTopics",
        "Version": "2023-06-01",
        "Service": "bmq",
        "Region": "cn-beijing"
    },
    "Result": {
        "Items": [
            {
                "TopicId": "677bb****b1e406797e87e309785c4e6",
                "InstanceId": "o-00c0****m46c",
                "TopicName": "topic-test",
                "Status": "RUNNING",
                "Partitions": 12,
                "Retention": 72,
                "Description": "测试使用",
                "OwnerId": "36****65",
                "OwnerName": "wu****an@bytedance.com",
                "CreateTime": "2024-12-06T14:00:00"
            }
        ],
        "TotalCount": 1,
        "PageCount": 1,
        "PageNumber": 1,
        "PageSize": 10
    }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
200
InvalidParameter
parameter is invalid, pls check parameters

参数值无效。

200
Unauthorized
authorized error

授权错误,请授权或切换账号后重试。

200
InternalServiceError
internal service error, please contact with admin

内部服务错误,请联系技术支持或提交工单

200
DatabaseError
database error

数据库错误。

200
ParameterEncodingError
Failure encoding object into query map

参数编码异常,请联系技术支持或提交工单