トピック・サブスクライバ・グループの表示
get
/management/coherence/cluster/topics/{topicName}/subscriberGroups
このエンドポイントを使用して、トピックのサブスクライバ・グループをリストします。
リクエスト
パス・パラメータ
- topicName: string
トピックの名前。
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
トピック・サブスクライバ・グループをリストする正常なリクエスト
ネストされたスキーマ: subscriberGroup
型:
ソースを表示
object
- channelCount(optional): integer(int32)
読取り専用:
true
チャネル数。 - channels(optional): object channels
使用可能なその他のプロパティ: subscriberGroupChannel
- cluster(optional): string
読取り専用:
true
クラスタ名。 - filter(optional): string
読取り専用:
true
サブスクライバ・グループのフィルタ。 - name(optional): string
読取り専用:
true
サブスクライバ・グループの名前。 - nodeId(optional): integer(int64)
読取り専用:
true
MBeanが属するメンバーのID - polledCount(optional): integer(int64)
読取り専用:
true
ポーリングされたメッセージの数。 - polledFifteenMinuteRate(optional): number(double)
読取り専用:
true
ポーリングされたメッセージの15分レート。 - polledFiveMinuteRate(optional): number(double)
読取り専用:
true
ポーリングされたメッセージの5分レート。 - polledMeanRate(optional): number(double)
読取り専用:
true
ポーリングされたメッセージの平均レート。 - polledOneMinuteRate(optional): number(double)
読取り専用:
true
ポーリングされたメッセージの1分レート。 - service(optional): string
トピック・サービス名。
- topic(optional): string
読取り専用:
true
トピックの名前。 - transformer(optional): string
読取り専用:
true
サブスクライバ・グループのトランスフォーマ。 - type(optional): string
読取り専用:
true
使用可能な値:[ "PagedTopicSubscriberGroup" ]
MBeanのタイプ
ネストされたスキーマ: subscriberGroupChannel
型:
ソースを表示
object
- Channel(optional): integer(int32)
読取り専用:
true
チャネル。 - Head(optional): string
読取り専用:
true
ヘッド・ポジション。 - LastCommittedPosition(optional): string
読取り専用:
true
最後にコミットされたポジション。 - LastCommittedTimestamp(optional): string(date-time)
読取り専用:
true
最後にコミットされたポジション。 - LastPolledTimestamp(optional): string(date-time)
読取り専用:
true
最後にポーリングされたタイムスタンプ。 - OwningSubscriberId(optional): string
読取り専用:
true
所有サブスクライバ。 - PolledCount(optional): integer(int64)
読取り専用:
true
ポーリングされたメッセージの数。 - PolledFifteenMinuteRate(optional): number(double)
読取り専用:
true
ポーリングされたメッセージの15分レート。 - PolledFiveMinuteRate(optional): number(double)
読取り専用:
true
ポーリングされたメッセージの5分レート。 - PolledMeanRate(optional): number(double)
読取り専用:
true
ポーリングされたメッセージの平均レート。 - PolledOneMinuteRate(optional): number(double)
読取り専用:
true
ポーリングされたメッセージの1分レート。 - RemainingUnpolledMessages(optional): integer(int64)
読取り専用:
true
残りのポーリングされていないメッセージの数。