表別の既存Extractデータベース統計の取得

get

/services/{version}/mpoints/{item}/statisticsTableExtract

必要なロール: ユーザー

表別の既存Extractデータベース統計の取得

リクエスト

パス・パラメータ
先頭に戻る

レスポンス

サポートされるメディア・タイプ

200レスポンス

本文()
ルート・スキーマ: Oracle GoldenGate Extract table statistics
型: object
タイトル: Oracle GoldenGate Extract table statistics
ソースの表示
ネストされたスキーマ: statisticsTableExtract
型: array
最小アイテム数: 0
最大アイテム数: 2147483647
ソースの表示
ネストされたスキーマ: items
型: object
ソースの表示
レスポンスの例(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":[
    ]
}
先頭に戻る