メンバーのレポータ情報の表示
get
/management/coherence/cluster/reporters/{memberIdentifier}
このエンドポイントを使用して、クラスタの特定のメンバーのレポータ情報を表示します。
リクエスト
パス・パラメータ
- memberIdentifier: string
メンバーの識別子で、メンバーの名前またはノードIDのいずれかを指定できます。
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
Coherenceクラスタ・レポータに関する情報を返す正常なリクエスト
ルート・スキーマ: reporter
型:
ソースを表示
object
- autoStart(optional): boolean
読取り専用:
true
レポータがノードで自動的に起動する場合はtrue。 - configFile(optional): string
Reporterの構成ファイル。
- currentBatch(optional): number(int64)
レポータのバッチID。
- intervalSeconds(optional): number(int64)
実行間の秒単位の間隔。
- lastExecuteTime(optional): string(date-time)
読取り専用:
true
レポート・バッチが最後に実行された時間。 - lastReport(optional): string
読取り専用:
true
実行する最後のレポート。 - location(optional): string
読取り専用:
true
MBeanサーバーの場所 - member(optional): string
クラスタ・メンバーの名前
- nodeId(optional): integer(int64)
読取り専用:
true
MBeanが属するメンバーのID - outputPath(optional): string
レポート出力を配置するパス。
- reports(optional): array reports
読取り専用:
true
実行されたレポートのリスト。 - runAverageMillis(optional): number(double)
読取り専用:
true
統計が最後にリセットされてから行われたバッチ・ランタイムの平均時間(ミリ秒)。 - runLastMillis(optional): integer(int64)
読取り専用:
true
統計が最後にリセットされてから行われた最後のバッチ・ランタイムの時間(ミリ秒)。 - runMaxMillis(optional): integer(int64)
読取り専用:
true
統計が最後にリセットされてから行われたバッチ・ランタイムの最大時間(ミリ秒)。 - state(optional): string
Reporterの状態。有効な値は、Running (レポートを実行中)、Sleeping (レポート間にスリープ中)、Waiting (完了までの間隔を待機中)、Starting (起動中)、Stopping (実行の停止を試行し、実行しているレポートの完了を待機中)、Stopped (停止中)です。
- type(optional): string
読取り専用:
true
使用可能な値:[ "Node" ]
MBeanのタイプ