表別の既存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無視されたエラーの数 - totalMetadataRecords: integer
最小値:
0最大値:9223372036854776000トレイルに書き込まれたメタデータ・レコード - totalRowFetchAttempts: integer
最小値:
0最大値:9223372036854776000DBMSからのフェッチ試行 - 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",
"totalMetadataRecords":"1"
},
{
"totalIgnores":"0",
"tableName":"U1.DISTRICT",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"200",
"totalMetadataRecords":"1"
},
{
"totalIgnores":"0",
"tableName":"U1.CUSTOMER",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"186",
"totalMetadataRecords":"1"
},
{
"totalIgnores":"0",
"tableName":"U1.HISTORY",
"totalDiscards":"0",
"mappedTotalInserts":"96",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"0",
"totalMetadataRecords":"1"
},
{
"totalIgnores":"0",
"tableName":"U1.NEW_ORDER",
"totalDiscards":"0",
"mappedTotalInserts":"104",
"mappedTotalDeletes":"90",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"0",
"totalMetadataRecords":"1"
},
{
"totalIgnores":"0",
"tableName":"U1.OORDER",
"totalDiscards":"0",
"mappedTotalInserts":"104",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"90",
"totalMetadataRecords":"1"
},
{
"totalIgnores":"0",
"tableName":"U1.ORDER_LINE",
"totalDiscards":"0",
"mappedTotalInserts":"1080",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"886",
"totalMetadataRecords":"1"
},
{
"totalIgnores":"0",
"tableName":"U1.STOCK",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalRowFetchAttempts":"0",
"totalRowFetchFailures":"0",
"mappedTotalTruncates":"0",
"mappedTotalUpdates":"1080",
"totalMetadataRecords":"1"
}
]
},
"messages":[
],
"links":[
]
}