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