View Topic Subscriber Group
get
/management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscriberGroups/{subscriberGroupName}
Use this endpoint to view statistics for a subscriber group.
Request
Path Parameters
-
serviceName(required): string
Name of the cache service.
-
subscriberGroupName(required): string
Name of the subscriber group.
-
topicName(required): string
Name of the topic.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns information about a subscriber group
Nested Schema : subscriberGroup
Type:
Show Source
object
-
channelCount:
integer(int32)
Read Only:
true
The channel count. -
channels:
object channels
Additional Properties Allowed: subscriberGroupChannel
-
cluster:
string
Read Only:
true
The cluster name. -
filter:
string
Read Only:
true
The filter for the subscriber group. -
name:
string
Read Only:
true
Name of the subscriber group. -
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
polledCount:
integer(int64)
Read Only:
true
The polled messages count. -
polledFifteenMinuteRate:
number(double)
Read Only:
true
The polled messages fifteen minute rate. -
polledFiveMinuteRate:
number(double)
Read Only:
true
The polled messages five minute rate. -
polledMeanRate:
number(double)
Read Only:
true
The polled messages mean rate. -
polledOneMinuteRate:
number(double)
Read Only:
true
The polled messages one minute rate. -
service:
string
The topic service name.
-
topic:
string
Read Only:
true
Name of the topic. -
transformer:
string
Read Only:
true
The transformer for the subscriber group. -
type:
string
Read Only:
true
Allowed Values:[ "PagedTopicSubscriberGroup" ]
The type of the MBean
Nested Schema : subscriberGroupChannel
Type:
Show Source
object
-
Channel:
integer(int32)
Read Only:
true
The channel. -
Head:
string
Read Only:
true
Head position. -
LastCommittedPosition:
string
Read Only:
true
Last committed position. -
LastCommittedTimestamp:
string(date-time)
Read Only:
true
The last committed position. -
LastPolledTimestamp:
string(date-time)
Read Only:
true
The last polled timestamp. -
OwningSubscriberId:
string
Read Only:
true
The owning subscriber. -
PolledCount:
integer(int64)
Read Only:
true
The polled messages count. -
PolledFifteenMinuteRate:
number(double)
Read Only:
true
The polled messages fifteen minute rate. -
PolledFiveMinuteRate:
number(double)
Read Only:
true
The polled messages five minute rate. -
PolledMeanRate:
number(double)
Read Only:
true
The polled messages mean rate. -
PolledOneMinuteRate:
number(double)
Read Only:
true
The polled messages one minute rate. -
RemainingUnpolledMessages:
integer(int64)
Read Only:
true
The remaining unpolled messages count.