既存のDistribution Serverチャンク統計の取得

get

/services/{version}/mpoints/{item}/distsrvrChunkStats

リクエスト

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

レスポンス

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

200レスポンス

本文()
ルート・スキーマ: Oracle GoldenGate Distribution Server Chunk statistics
型: object
タイトル: Oracle GoldenGate Distribution Server Chunk statistics
ソースの表示
ネストされたスキーマ: statistics
型: array
最小アイテム数: 0
最大アイテム数: 2147483647
ソースの表示
ネストされたスキーマ: items
型: object
ソースの表示
ネストされたスキーマ: stats
型: object
ソースの表示
レスポンスの例(application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "$schema":"mpoints:distsrvrChunkStats",
        "statistics":[
            {
                "totalInserts":10,
                "totalOthers":2,
                "name":"PROD.PATH.1",
                "totalDeletes":30,
                "lcrsReceived":96,
                "totalDDLs":0,
                "totalProcedures":0,
                "chunkId":1,
                "totalUpdates":20,
                "lcrsSent":10
            },
            {
                "totalInserts":10,
                "totalOthers":2,
                "name":"PROD.PATH.1",
                "totalDeletes":30,
                "lcrsReceived":96,
                "totalDDLs":0,
                "totalProcedures":0,
                "chunkId":2,
                "totalUpdates":20,
                "lcrsSent":10
            },
            {
                "totalInserts":5,
                "totalOthers":1,
                "name":"PROD.PATH.2",
                "totalDeletes":0,
                "lcrsReceived":43,
                "totalDDLs":0,
                "totalProcedures":0,
                "chunkId":1,
                "totalUpdates":2,
                "lcrsSent":15
            },
            {
                "totalInserts":5,
                "totalOthers":1,
                "name":"PROD.PATH.2",
                "totalDeletes":0,
                "lcrsReceived":43,
                "totalDDLs":0,
                "totalProcedures":0,
                "chunkId":2,
                "totalUpdates":2,
                "lcrsSent":15
            }
        ]
    },
    "messages":[
    ],
    "links":[
    ]
}
先頭に戻る