トピック・サブスクライバ・グループの表示
get
/management/coherence/cluster/topics/{topicName}/subscriberGroups/{subscriberGroupName}
このエンドポイントを使用して、サブスクライバ・グループの統計を表示します。
リクエスト
パス・パラメータ
- subscriberGroupName: string
サブスクライバ・グループの名前。
- 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)
読取り専用:
trueMBeanが属するメンバーの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残りのポーリングされていないメッセージの数。