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: string
Name of the cache service.
-
subscriberGroupName: string
Name of the subscriber group.
-
topicName: 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(optional):
integer(int32)
Read Only:
true
The channel count. -
channels(optional):
object channels
Additional Properties Allowed: subscriberGroupChannel
-
cluster(optional):
string
Read Only:
true
The cluster name. -
filter(optional):
string
Read Only:
true
The filter for the subscriber group. -
name(optional):
string
Read Only:
true
Name of the subscriber group. -
nodeId(optional):
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
polledCount(optional):
integer(int64)
Read Only:
true
The polled messages count. -
polledFifteenMinuteRate(optional):
number(double)
Read Only:
true
The polled messages fifteen minute rate. -
polledFiveMinuteRate(optional):
number(double)
Read Only:
true
The polled messages five minute rate. -
polledMeanRate(optional):
number(double)
Read Only:
true
The polled messages mean rate. -
polledOneMinuteRate(optional):
number(double)
Read Only:
true
The polled messages one minute rate. -
service(optional):
string
The topic service name.
-
topic(optional):
string
Read Only:
true
Name of the topic. -
transformer(optional):
string
Read Only:
true
The transformer for the subscriber group. -
type(optional):
string
Read Only:
true
Allowed Values:[ "PagedTopicSubscriberGroup" ]
The type of the MBean
Nested Schema : subscriberGroupChannel
Type:
Show Source
object
-
Channel(optional):
integer(int32)
Read Only:
true
The channel. -
Head(optional):
string
Read Only:
true
Head position. -
LastCommittedPosition(optional):
string
Read Only:
true
Last committed position. -
LastCommittedTimestamp(optional):
string(date-time)
Read Only:
true
The last committed position. -
LastPolledTimestamp(optional):
string(date-time)
Read Only:
true
The last polled timestamp. -
OwningSubscriberId(optional):
string
Read Only:
true
The owning subscriber. -
PolledCount(optional):
integer(int64)
Read Only:
true
The polled messages count. -
PolledFifteenMinuteRate(optional):
number(double)
Read Only:
true
The polled messages fifteen minute rate. -
PolledFiveMinuteRate(optional):
number(double)
Read Only:
true
The polled messages five minute rate. -
PolledMeanRate(optional):
number(double)
Read Only:
true
The polled messages mean rate. -
PolledOneMinuteRate(optional):
number(double)
Read Only:
true
The polled messages one minute rate. -
RemainingUnpolledMessages(optional):
integer(int64)
Read Only:
true
The remaining unpolled messages count.