Retrieve an existing Integrated Replicat Batch SQL Statistics

get

/services/{version}/mpoints/{item}/batchSqlStatistics

Required Role: User

Retrieve an existing Integrated Replicat Batch SQL Statistics

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Batch SQL Statistics
Type: object
Title: Oracle GoldenGate Batch SQL Statistics
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "totalBatchExecutions":"10",
        "totalCommits":"0",
        "totalForeignKeyCollisions":"0",
        "totalInsertTime":"0",
        "totalBatches":"10",
        "lastTimestamp":"2015-06-05T13:22:18.034Z",
        "totalFlushes":"0",
        "totalBatchesInError":"0",
        "totalPrimaryKeyCollisions":"0",
        "sqlQueues":"5",
        "totalRollbacks":"0",
        "totalDeleteTime":"12340",
        "totalUpdateTime":"0",
        "$schema":"mpoints:batchSqlStatistics",
        "totalBatchOperations":"100",
        "totalElapsedTime":"12340",
        "totalOperationFlushes":"0",
        "totalNormalModeOperations":"0",
        "totalUniqueKeyCollisions":"0",
        "totalPluFlushes":"0",
        "numberOfBatchThreadGroups":"1"
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top