既存のExtractデータベース統計の取得
get
/services/{version}/mpoints/{item}/statisticsExtract
必要なロール: ユーザー
既存のExtractデータベース統計の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1
最大長:32
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Extract process statistics
型:
object
タイトル:
ソースの表示
Oracle GoldenGate Extract process statistics
- $schema:
指定できる値:
[ "mpoints:statisticsExtract" ]
- 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操作 - totalConversionErrors: integer
最小値:
0
最大値:9223372036854776000
文字変換エラーの数 - totalConversionTruncates: integer
最小値:
0
最大値:9223372036854776000
文字変換切捨ての数 - totalDiscards: integer
最小値:
0
最大値:9223372036854776000
破棄された操作の数 - totalExecutedDdls: integer
最小値:
0
最大値:9223372036854776000
実行されたDDL操作 - totalExecutedProcedures: integer
最小値:
0
最大値:9223372036854776000
実行されたプロシージャ操作 - totalIgnores: integer
最小値:
0
最大値:9223372036854776000
無視されたエラーの数 - totalRowFetchAttempts: integer
最小値:
0
最大値:9223372036854776000
DBMSからのフェッチ試行 - totalRowFetchFailures: integer
最小値:
0
最大値:9223372036854776000
失敗したフェッチ試行
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"totalIgnores":"0",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"totalConversionErrors":"0",
"$schema":"mpoints:statisticsExtract",
"totalConversionTruncates":"0",
"totalExecutedDdls":"0",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"0"
},
"messages":[
],
"links":[
]
}