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

调用 DescribeGroup 接口,查询目标 Consumer Group 的详情。

请求说明

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

调试

请求参数

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

参数
类型
是否必填
示例值
描述
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

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