You need to enable JavaScript to run this app.
文档中心
云原生消息引擎

云原生消息引擎

复制全文
下载 pdf
Group 管理
DescribeGroup - 查询消费组详情
复制全文
下载 pdf
DescribeGroup - 查询消费组详情
调用 DescribeGroup 接口,查询目标 Consumer Group 的详情。
请求说明
  • 请求方式:GET
  • 请求地址: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=********
{}
返回示例
{
"ResponseMetadata": {
"RequestId": "202411042129021851871481963F****",
"Action": "DescribeGroup",
"Version": "2023-06-01",
"Service": "bmq",
"Region": "cn-beijing"
},
"Result": {
"Status": "RUNNING",
"GroupId": "b3f3**e976cb8afdd06f",
"OwnerId": "36****65",
"GroupName": "bmq-cg-1",
"OwnerName": "wu****an@bytedance.com",
"CreateTime": "2024-12-06T10:20:00",
"InstanceId": "o-00c0****m46c",
"Description": "测试使用"
}
}
错误码
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码
错误码
错误信息
说明
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
参数编码异常,请联系技术支持或提交工单
最近更新时间:2025.08.05 18:34:37
这个页面对您有帮助吗?
有用
有用
无用
无用