Retrieve an existing Replicat Database Statistics
get
/services/{version}/mpoints/{item}/statisticsReplicat
Request
Path Parameters
-
item: string
Minimum Length:
1Maximum Length:32 -
version: string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Replicat process statistics
Type:
objectTitle:
Show Source
Oracle GoldenGate Replicat process statistics-
$schema:
Allowed Values:
[ "mpoints:statisticsReplicat" ] -
mappedTotalDeletes:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18DELETE operations performed -
mappedTotalInserts:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18INSERT operations performed -
mappedTotalTruncates:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18TRUNCATE operations performed -
mappedTotalUpdates:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18UPDATE operations performed -
totalConflictsDetected:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of Database Conflicts -
totalConflictsFailed:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of DB conflict that could not be automatically resolved -
totalConflictsResolved:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of DB conflict resolved per user settings -
totalConversionErrors:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of character conversion errors -
totalConversionTruncates:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of character conversion truncations -
totalDeleteRowExists:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of DB conflicts of the type delete row exists -
totalDeleteRowMissing:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of DB conflicts of the type delete row missing -
totalDiscards:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of operations discarded -
totalExecutedDdls:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18DDL operations performed -
totalExecutedProcedures:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Procedures operations performed -
totalIgnores:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of errors ignored -
totalInsertRowExists:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of DB conflicts of the type insert row exists -
totalUpdateRowExists:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of DB conflicts of the type update row exists -
totalUpdateRowMissing:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of DB conflicts of the type update row missing
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"totalIgnores":0,
"totalConflictsResolved":0,
"totalDiscards":0,
"mappedTotalInserts":27,
"totalConversionErrors":0,
"$schema":"mpoints:statisticsReplicat",
"totalConversionTruncates":0,
"totalExecutedDdls":0,
"mappedTotalDeletes":0,
"totalConflictsFailed":0,
"mappedTotalTruncates":0,
"totalConflictsDetected":0,
"mappedTotalUpdates":25
},
"messages":[
],
"links":[
]
}