既存のDistribution Serverパス統計の取得
get
/services/{version}/mpoints/{item}/distsrvrPathStats
必要なロール: ユーザー
既存のDistribution Serverパス統計の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1
最大長:32
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Distribution Server Path statistics
型:
object
タイトル:
ソースの表示
Oracle GoldenGate Distribution Server Path statistics
- $schema:
指定できる値:
[ "mpoints:distsrvrPathStats" ]
- statistics(必須): array statistics
最小アイテム数:
0
最大アイテム数:2147483647
ネストされたスキーマ: items
型:
ソースの表示
object
- lag: integer
最小値:
0
最大値:9223372036854776000
プロセス・ラグ(秒) - lcrsReceived: integer
最小値:
0
最大値:9223372036854776000
受信したLCRの数 - lcrsSent: integer
最小値:
0
最大値:9223372036854776000
送信したLCRの数 - name: string
最小長:
1
最大長:240
パス名 - status:
デフォルト値:
stopped
指定できる値:[ "paused", "running", "stopping", "stopped", "killed", "uninitialized" ]
パス・ステータス - targetInitiated: boolean
このパスがターゲット開始パスであることを示します
- totalDDLs: integer
最小値:
0
最大値:9223372036854776000
DDLの合計数 - totalDeletes: integer
最小値:
0
最大値:9223372036854776000
削除の合計回数 - totalInserts: integer
最小値:
0
最大値:9223372036854776000
挿入の合計回数 - totalOthers: integer
最小値:
0
最大値:9223372036854776000
他のコマンドの合計数 - totalProcedures: integer
最小値:
0
最大値:9223372036854776000
プロシージャの合計数 - totalUnsupported: integer
最小値:
0
最大値:9223372036854776000
サポート対象外の合計数 - totalUpdates: integer
最小値:
0
最大値:9223372036854776000
更新の合計回数 - totalUpserts: integer
最小値:
0
最大値:9223372036854776000
アップサートの合計数
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:distsrvrPathStats",
"statistics":[
{
"totalInserts":"10",
"totalOthers":"2",
"name":"PROD.PATH.1",
"totalDeletes":"30",
"lcrsReceived":"96",
"totalDDLs":"0",
"totalProcedures":"0",
"totalUpdates":"20",
"lcrsSent":"10"
},
{
"totalInserts":"5",
"totalOthers":"1",
"name":"PROD.PATH.2",
"totalDeletes":"0",
"lcrsReceived":"43",
"totalDDLs":"0",
"totalProcedures":"0",
"totalUpdates":"2",
"lcrsSent":"15"
}
]
},
"messages":[
],
"links":[
]
}