Retrieve an existing Replicat Database Statistics
get
/services/{version}/mpoints/{item}/statisticsReplicat
Required Role: User
Retrieve an existing Replicat Database StatisticsRequest
Path Parameters
-
item(required): string
Minimum Length:
1
Maximum Length:32
-
version(required): 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:
object
Title:
Show Source
Oracle GoldenGate Replicat process statistics
-
$schema:
Allowed Values:
[ "mpoints:statisticsReplicat" ]
-
mappedTotalDeletes:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
DELETE operations performed -
mappedTotalInserts:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
INSERT operations performed -
mappedTotalTruncates:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
TRUNCATE operations performed -
mappedTotalUnsupported:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
UNSUPPORTED operations performed -
mappedTotalUpdates:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
UPDATE operations performed -
mappedTotalUpserts:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
UPSERT operations performed -
totalConflictsDetected:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of Database Conflicts -
totalConflictsFailed:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of DB conflict that could not be automatically resolved -
totalConflictsResolved:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of DB conflict resolved per user settings -
totalConversionErrors:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of character conversion errors -
totalConversionTruncates:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of character conversion truncations -
totalDeleteRowExists:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of DB conflicts of the type delete row exists -
totalDeleteRowMissing:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of DB conflicts of the type delete row missing -
totalDiscards:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of operations discarded -
totalExecutedDdls:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
DDL operations performed -
totalExecutedProcedures:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Procedures operations performed -
totalIgnores:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of errors ignored -
totalInsertRowExists:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of DB conflicts of the type insert row exists -
totalUpdateRowExists:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of DB conflicts of the type update row exists -
totalUpdateRowMissing:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number 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":[
]
}