Retrieve an existing Extract Database Statistics

get

/services/{version}/mpoints/{item}/statisticsExtract

Required Role: User

Retrieve an existing Extract Database Statistics

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Extract process statistics
Type: object
Title: Oracle GoldenGate Extract process statistics
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "response":{
        "totalIgnores":"0",
        "totalDiscards":"0",
        "mappedTotalInserts":"0",
        "totalConversionErrors":"0",
        "$schema":"mpoints:statisticsExtract",
        "totalConversionTruncates":"0",
        "totalExecutedDdls":"0",
        "mappedTotalDeletes":"0",
        "totalRowFetchAttempts":"0",
        "totalRowFetchFailures":"0",
        "mappedTotalTruncates":"0",
        "mappedTotalUpdates":"0",
        "totalMetadataRecords":"0"
    },
    "messages":[
    ],
    "links":[
    ]
}
Back to Top