Retrieve an existing Distribution Server Chunk Statistics

get

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

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Distribution Server Chunk statistics
Type: object
Title: Oracle GoldenGate Distribution Server Chunk statistics
Show Source
Nested Schema : statistics
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : stats
Type: object
Show Source
Example Response (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":[
    ]
}