表別の既存Extractデータベース統計の取得
get
/services/{version}/mpoints/{item}/statisticsTableExtract
必要なロール: ユーザー
表別の既存Extractデータベース統計の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1
最大長:32
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Extract table statistics
型:
object
タイトル:
ソースの表示
Oracle GoldenGate Extract table statistics
- $schema:
指定できる値:
[ "mpoints:statisticsTableExtract" ]
- statisticsTableExtract: array statisticsTableExtract
最小アイテム数:
0
最大アイテム数:2147483647
ネストされたスキーマ: items
型:
ソースの表示
object
- 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操作 - tableName: string
最小長:
1
最大長:1024
表名 - totalDiscards: integer
最小値:
0
最大値:9223372036854776000
破棄された操作の数 - totalIgnores: integer
最小値:
0
最大値:9223372036854776000
無視されたエラーの数 - totalRowFetchAttempts: integer
最小値:
0
最大値:9223372036854776000
DBMSからのフェッチ試行 - totalRowFetchFailures: integer
最小値:
0
最大値:9223372036854776000
失敗したフェッチ試行
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:statisticsTableExtract",
"statisticsTableExtract":[
{
"totalIgnores":"0",
"tableName":"U1.WAREHOUSE",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"96"
},
{
"totalIgnores":"0",
"tableName":"U1.DISTRICT",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"200"
},
{
"totalIgnores":"0",
"tableName":"U1.CUSTOMER",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"186"
},
{
"totalIgnores":"0",
"tableName":"U1.HISTORY",
"totalDiscards":"0",
"mappedTotalInserts":"96",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"0"
},
{
"totalIgnores":"0",
"tableName":"U1.NEW_ORDER",
"totalDiscards":"0",
"mappedTotalInserts":"104",
"mappedTotalDeletes":"90",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"0"
},
{
"totalIgnores":"0",
"tableName":"U1.OORDER",
"totalDiscards":"0",
"mappedTotalInserts":"104",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"90"
},
{
"totalIgnores":"0",
"tableName":"U1.ORDER_LINE",
"totalDiscards":"0",
"mappedTotalInserts":"1080",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"886"
},
{
"totalIgnores":"0",
"tableName":"U1.STOCK",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"1080"
}
]
},
"messages":[
],
"links":[
]
}