既存のReplicatデータベース統計の取得
get
/services/{version}/mpoints/{item}/statisticsReplicat
必要なロール: ユーザー
既存のReplicatデータベース統計の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1最大長:32 - version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Replicat process statistics
型:
objectタイトル:
ソースの表示
Oracle GoldenGate Replicat process statistics- $schema:
指定できる値:
[ "mpoints:statisticsReplicat" ] - mappedTotalDeletes: integer
最小値:
0最大値:9223372036854776000実行されたDELETE操作 - mappedTotalInserts: integer
最小値:
0最大値:9223372036854776000実行されたINSERT操作 - mappedTotalTruncates: integer
最小値:
0最大値:9223372036854776000実行されたTRUNCATE操作 - mappedTotalUnsupported: integer
最小値:
0最大値:9223372036854776000実行されたUNSUPPORTED操作 - mappedTotalUpdates: integer
最小値:
0最大値:9223372036854776000実行されたUPDATE操作 - mappedTotalUpserts: integer
最小値:
0最大値:9223372036854776000実行されたUPSERT操作 - totalConflictsDetected: integer
最小値:
0最大値:9223372036854776000データベース競合の数 - totalConflictsFailed: integer
最小値:
0最大値:9223372036854776000自動的に解決できなかったDB競合の数 - totalConflictsResolved: integer
最小値:
0最大値:9223372036854776000ユーザー設定によって解決されたDB競合の数 - totalConversionErrors: integer
最小値:
0最大値:9223372036854776000文字変換エラーの数 - totalConversionTruncates: integer
最小値:
0最大値:9223372036854776000文字変換切捨ての数 - totalDeleteRowExists: integer
最小値:
0最大値:9223372036854776000行削除タイプが存在するDB競合の数 - totalDeleteRowMissing: integer
最小値:
0最大値:9223372036854776000行削除タイプがないDB競合の数 - totalDiscards: integer
最小値:
0最大値:9223372036854776000破棄された操作の数 - totalExecutedDdls: integer
最小値:
0最大値:9223372036854776000実行されたDDL操作 - totalExecutedProcedures: integer
最小値:
0最大値:9223372036854776000実行されたプロシージャ操作 - totalIgnores: integer
最小値:
0最大値:9223372036854776000無視されたエラーの数 - totalInsertRowExists: integer
最小値:
0最大値:9223372036854776000行挿入タイプが存在するDB競合の数 - totalUpdateRowExists: integer
最小値:
0最大値:9223372036854776000行更新タイプが存在するDB競合の数 - totalUpdateRowMissing: integer
最小値:
0最大値:9223372036854776000行更新タイプがないDB競合の数
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"totalIgnores":"0",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"27",
"totalConversionErrors":"0",
"$schema":"mpoints:statisticsReplicat",
"totalConversionTruncates":"0",
"totalExecutedDdls":"0",
"mappedTotalDeletes":"0",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"25"
},
"messages":[
],
"links":[
]
}