Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::RocketMQ::Group
Using getGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>def get_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput> Note: This function is named LookupGroup in the Go SDK.
public static class GetGroup
{
public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
public static Output<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:rocketmq/getGroup:getGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getGroup Result
The following output properties are available:
- Consume
Message boolOrderly - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- Consumed
Clients List<Volcengine.Get Group Consumed Client> - Consumer client list.
- Consumed
Topics List<Volcengine.Get Group Consumed Topic> - Topic information subscribed by consumer instance groups under this Group.
- Created
Time string - Group creation time.
- Description string
- Brief description of the Group.
- Group
Id string - Group ID. Length must be between 7 and 120 characters and can only contain letters, numbers, hyphens (-), and underscores (). It is recommended to start with GID - or GID. The ID cannot be changed after the Group is created, so set it carefully. For RocketMQ instances created on or before June 5, 2023, the Group name cannot exceed 93 characters.
- Group
Type string - Group protocol identifier, used to indicate the production and consumption protocol type for this Group. Can be set to TCP.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID.
- Is
Sub boolSame - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- Last
Update stringTimestamp - Whether consumption is sequential.
- Message
Delay stringTime - Message latency. The difference between the production time of the earliest unconsumed message in the consumer instance group and the current time, measured in milliseconds.
- Message
Model string - Message consumption mode. The default is clustering mode. Do not configure both clustering and broadcasting modes under the same Group. Clustering: Clustering consumption mode, Broadcasting: Broadcasting consumption mode.
- Retry
Max intTimes - Maximum number of consumption retries.
- Rocketmq
Version string - RocketMQ version.
- Service
Status string - Service status. Creating: Being created, Running: Running, Deleting: Being deleted, Abnormal: Abnormal, Updating: Being updated.
- Status string
- Consumer group status. Online: Consuming, Offline: Not consuming.
- Total
Consumed stringRate - Total TPS of consumer instance groups under this Group, measured in messages per second.
- Total
Diff int - Total number of unconsumed messages in the consumer instance group. The message backlog shown here is the total backlog before Tag filtering, including messages for all Tags under the Topic.
- Consume
Message boolOrderly - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- Consumed
Clients []GetGroup Consumed Client - Consumer client list.
- Consumed
Topics []GetGroup Consumed Topic - Topic information subscribed by consumer instance groups under this Group.
- Created
Time string - Group creation time.
- Description string
- Brief description of the Group.
- Group
Id string - Group ID. Length must be between 7 and 120 characters and can only contain letters, numbers, hyphens (-), and underscores (). It is recommended to start with GID - or GID. The ID cannot be changed after the Group is created, so set it carefully. For RocketMQ instances created on or before June 5, 2023, the Group name cannot exceed 93 characters.
- Group
Type string - Group protocol identifier, used to indicate the production and consumption protocol type for this Group. Can be set to TCP.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID.
- Is
Sub boolSame - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- Last
Update stringTimestamp - Whether consumption is sequential.
- Message
Delay stringTime - Message latency. The difference between the production time of the earliest unconsumed message in the consumer instance group and the current time, measured in milliseconds.
- Message
Model string - Message consumption mode. The default is clustering mode. Do not configure both clustering and broadcasting modes under the same Group. Clustering: Clustering consumption mode, Broadcasting: Broadcasting consumption mode.
- Retry
Max intTimes - Maximum number of consumption retries.
- Rocketmq
Version string - RocketMQ version.
- Service
Status string - Service status. Creating: Being created, Running: Running, Deleting: Being deleted, Abnormal: Abnormal, Updating: Being updated.
- Status string
- Consumer group status. Online: Consuming, Offline: Not consuming.
- Total
Consumed stringRate - Total TPS of consumer instance groups under this Group, measured in messages per second.
- Total
Diff int - Total number of unconsumed messages in the consumer instance group. The message backlog shown here is the total backlog before Tag filtering, including messages for all Tags under the Topic.
- consume
Message BooleanOrderly - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- consumed
Clients List<GetGroup Consumed Client> - Consumer client list.
- consumed
Topics List<GetGroup Consumed Topic> - Topic information subscribed by consumer instance groups under this Group.
- created
Time String - Group creation time.
- description String
- Brief description of the Group.
- group
Id String - Group ID. Length must be between 7 and 120 characters and can only contain letters, numbers, hyphens (-), and underscores (). It is recommended to start with GID - or GID. The ID cannot be changed after the Group is created, so set it carefully. For RocketMQ instances created on or before June 5, 2023, the Group name cannot exceed 93 characters.
- group
Type String - Group protocol identifier, used to indicate the production and consumption protocol type for this Group. Can be set to TCP.
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID.
- is
Sub BooleanSame - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- last
Update StringTimestamp - Whether consumption is sequential.
- message
Delay StringTime - Message latency. The difference between the production time of the earliest unconsumed message in the consumer instance group and the current time, measured in milliseconds.
- message
Model String - Message consumption mode. The default is clustering mode. Do not configure both clustering and broadcasting modes under the same Group. Clustering: Clustering consumption mode, Broadcasting: Broadcasting consumption mode.
- retry
Max IntegerTimes - Maximum number of consumption retries.
- rocketmq
Version String - RocketMQ version.
- service
Status String - Service status. Creating: Being created, Running: Running, Deleting: Being deleted, Abnormal: Abnormal, Updating: Being updated.
- status String
- Consumer group status. Online: Consuming, Offline: Not consuming.
- total
Consumed StringRate - Total TPS of consumer instance groups under this Group, measured in messages per second.
- total
Diff Integer - Total number of unconsumed messages in the consumer instance group. The message backlog shown here is the total backlog before Tag filtering, including messages for all Tags under the Topic.
- consume
Message booleanOrderly - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- consumed
Clients GetGroup Consumed Client[] - Consumer client list.
- consumed
Topics GetGroup Consumed Topic[] - Topic information subscribed by consumer instance groups under this Group.
- created
Time string - Group creation time.
- description string
- Brief description of the Group.
- group
Id string - Group ID. Length must be between 7 and 120 characters and can only contain letters, numbers, hyphens (-), and underscores (). It is recommended to start with GID - or GID. The ID cannot be changed after the Group is created, so set it carefully. For RocketMQ instances created on or before June 5, 2023, the Group name cannot exceed 93 characters.
- group
Type string - Group protocol identifier, used to indicate the production and consumption protocol type for this Group. Can be set to TCP.
- id string
- Uniquely identifies the resource.
- instance
Id string - Instance ID.
- is
Sub booleanSame - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- last
Update stringTimestamp - Whether consumption is sequential.
- message
Delay stringTime - Message latency. The difference between the production time of the earliest unconsumed message in the consumer instance group and the current time, measured in milliseconds.
- message
Model string - Message consumption mode. The default is clustering mode. Do not configure both clustering and broadcasting modes under the same Group. Clustering: Clustering consumption mode, Broadcasting: Broadcasting consumption mode.
- retry
Max numberTimes - Maximum number of consumption retries.
- rocketmq
Version string - RocketMQ version.
- service
Status string - Service status. Creating: Being created, Running: Running, Deleting: Being deleted, Abnormal: Abnormal, Updating: Being updated.
- status string
- Consumer group status. Online: Consuming, Offline: Not consuming.
- total
Consumed stringRate - Total TPS of consumer instance groups under this Group, measured in messages per second.
- total
Diff number - Total number of unconsumed messages in the consumer instance group. The message backlog shown here is the total backlog before Tag filtering, including messages for all Tags under the Topic.
- consume_
message_ boolorderly - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- consumed_
clients Sequence[GetGroup Consumed Client] - Consumer client list.
- consumed_
topics Sequence[GetGroup Consumed Topic] - Topic information subscribed by consumer instance groups under this Group.
- created_
time str - Group creation time.
- description str
- Brief description of the Group.
- group_
id str - Group ID. Length must be between 7 and 120 characters and can only contain letters, numbers, hyphens (-), and underscores (). It is recommended to start with GID - or GID. The ID cannot be changed after the Group is created, so set it carefully. For RocketMQ instances created on or before June 5, 2023, the Group name cannot exceed 93 characters.
- group_
type str - Group protocol identifier, used to indicate the production and consumption protocol type for this Group. Can be set to TCP.
- id str
- Uniquely identifies the resource.
- instance_
id str - Instance ID.
- is_
sub_ boolsame - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- last_
update_ strtimestamp - Whether consumption is sequential.
- message_
delay_ strtime - Message latency. The difference between the production time of the earliest unconsumed message in the consumer instance group and the current time, measured in milliseconds.
- message_
model str - Message consumption mode. The default is clustering mode. Do not configure both clustering and broadcasting modes under the same Group. Clustering: Clustering consumption mode, Broadcasting: Broadcasting consumption mode.
- retry_
max_ inttimes - Maximum number of consumption retries.
- rocketmq_
version str - RocketMQ version.
- service_
status str - Service status. Creating: Being created, Running: Running, Deleting: Being deleted, Abnormal: Abnormal, Updating: Being updated.
- status str
- Consumer group status. Online: Consuming, Offline: Not consuming.
- total_
consumed_ strrate - Total TPS of consumer instance groups under this Group, measured in messages per second.
- total_
diff int - Total number of unconsumed messages in the consumer instance group. The message backlog shown here is the total backlog before Tag filtering, including messages for all Tags under the Topic.
- consume
Message BooleanOrderly - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- consumed
Clients List<Property Map> - Consumer client list.
- consumed
Topics List<Property Map> - Topic information subscribed by consumer instance groups under this Group.
- created
Time String - Group creation time.
- description String
- Brief description of the Group.
- group
Id String - Group ID. Length must be between 7 and 120 characters and can only contain letters, numbers, hyphens (-), and underscores (). It is recommended to start with GID - or GID. The ID cannot be changed after the Group is created, so set it carefully. For RocketMQ instances created on or before June 5, 2023, the Group name cannot exceed 93 characters.
- group
Type String - Group protocol identifier, used to indicate the production and consumption protocol type for this Group. Can be set to TCP.
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID.
- is
Sub BooleanSame - Whether the subscription relationships of consumer instance groups within the Group are consistent. true: Consistent, false: Inconsistent.
- last
Update StringTimestamp - Whether consumption is sequential.
- message
Delay StringTime - Message latency. The difference between the production time of the earliest unconsumed message in the consumer instance group and the current time, measured in milliseconds.
- message
Model String - Message consumption mode. The default is clustering mode. Do not configure both clustering and broadcasting modes under the same Group. Clustering: Clustering consumption mode, Broadcasting: Broadcasting consumption mode.
- retry
Max NumberTimes - Maximum number of consumption retries.
- rocketmq
Version String - RocketMQ version.
- service
Status String - Service status. Creating: Being created, Running: Running, Deleting: Being deleted, Abnormal: Abnormal, Updating: Being updated.
- status String
- Consumer group status. Online: Consuming, Offline: Not consuming.
- total
Consumed StringRate - Total TPS of consumer instance groups under this Group, measured in messages per second.
- total
Diff Number - Total number of unconsumed messages in the consumer instance group. The message backlog shown here is the total backlog before Tag filtering, including messages for all Tags under the Topic.
Supporting Types
GetGroupConsumedClient
- Client
Address string - Address and port of this consumer instance.
- Client
Id string - ID of this consumer instance.
- Diff int
- Message backlog.
- Language string
- Development language of the consumer application.
- Version string
- Consumer version.
- Client
Address string - Address and port of this consumer instance.
- Client
Id string - ID of this consumer instance.
- Diff int
- Message backlog.
- Language string
- Development language of the consumer application.
- Version string
- Consumer version.
- client
Address String - Address and port of this consumer instance.
- client
Id String - ID of this consumer instance.
- diff Integer
- Message backlog.
- language String
- Development language of the consumer application.
- version String
- Consumer version.
- client
Address string - Address and port of this consumer instance.
- client
Id string - ID of this consumer instance.
- diff number
- Message backlog.
- language string
- Development language of the consumer application.
- version string
- Consumer version.
- client_
address str - Address and port of this consumer instance.
- client_
id str - ID of this consumer instance.
- diff int
- Message backlog.
- language str
- Development language of the consumer application.
- version str
- Consumer version.
- client
Address String - Address and port of this consumer instance.
- client
Id String - ID of this consumer instance.
- diff Number
- Message backlog.
- language String
- Development language of the consumer application.
- version String
- Consumer version.
GetGroupConsumedTopic
- queue_
num int - Number of queues associated with the Topic. Each Topic contains one or more queues for storing messages.
- sub_
string str - Subscription rules.
- topic_
name str - Name of the Topic subscribed by the client.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
