- 文档首页
云原生消息引擎
BMQ 实例用户指南
API 参考
Group 管理
DescribeGroup - 查询消费组详情
Group 管理
DescribeGroup - 查询消费组详情
DescribeGroup - 查询消费组详情
调用 DescribeGroup 接口,查询目标 Consumer Group 的详情。
请求说明
- 请求地址:https://open.volcengineapi.com?Action=DescribeGroup&Version=2023-06-01
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
请求参数
下方仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。 Action string 必选 示例值:DescribeGroup
要执行的操作,取值:DescribeGroup。
Version string 必选 示例值:2023-06-01
API的版本,取值:2023-06-01。
GroupId string 可选 示例值:b3f31****1f346a582e976cb8afdd06f
需要查询的 Consumer Group 的 ID。
说明
若不使用 GroupId 查询 Consumer Group,需要同时配置 InstanceId 和 GroupName。
InstanceId string 可选 示例值:o-00c0****m46c
需要查询的 Consumer Group 所属 BMQ 实例的 ID。
GroupName string 可选 示例值:bmq-cg-1
需要查询的 Consumer Group 的名称。
返回参数
下方仅列出本接口特有的返回参数。更多信息请参见返回结构。 Status string 示例值:RUNNING
Consumer Group 的状态。
GroupId string 示例值:b3f31****1f346a582e976cb8afdd06f
Consumer Group 的 ID。
OwnerId string 示例值:36****65
Consumer Group 所属用户的 ID。
GroupName string 示例值:bmq-cg-1
Consumer Group 的名称。
OwnerName string 示例值:wu****an@bytedance.com
Consumer Group 所属用户的名称。
CreateTime string 示例值:2024-12-06T10:20:00
Consumer Group 的创建时间。
InstanceId string 示例值:o-00c0****m46c
所属 BMQ 实例 ID。
Description string 示例值:测试使用
Consumer Group 的描述语句。
请求示例
POST /?Action=DescribeGroup&Version=2023-06-01&GroupId=b3f31****1f346a582e976cb8afdd06f HTTP/1.1
Host: bmq.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20241112T073423Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=AK********/20241112/cn-beijing/bmq/request, SignedHeaders=host;x-content-sha256;x-date, Signature=********
返回示例
"RequestId": "202411042129021851871481963F****",
"Action": "DescribeGroup",
"Version": "2023-06-01",
"GroupId": "b3f3**e976cb8afdd06f",
"GroupName": "bmq-cg-1",
"OwnerName": "wu****an@bytedance.com",
"CreateTime": "2024-12-06T10:20:00",
"InstanceId": "o-00c0****m46c",
错误码
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
最近更新时间:2025.08.05 18:34:37