Retrieve an existing Replicat Database Statistics by Table
get
/services/{version}/mpoints/{item}/statisticsTableReplicat
Required Role: User
Retrieve an existing Replicat Database Statistics by TableRequest
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 table statistics
Type:
object
Title:
Show Source
Oracle GoldenGate Replicat table statistics
-
$schema:
Allowed Values:
[ "mpoints:statisticsTableReplicat" ]
-
statisticsTableReplicat:
array statisticsTableReplicat
Minimum Number of Items:
0
Maximum Number of Items:2147483647
Nested Schema : statisticsTableReplicat
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
2147483647
Nested Schema : items
Type:
Show Source
object
-
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 -
tableName:
string
Minimum Length:
1
Maximum Length:1024
Table Name -
targetTableName:
string
Minimum Length:
1
Maximum Length:1024
Target_Table Name -
totalConflictsDetected:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Apply Conflicts -
totalConflictsFailed:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Conflicts that Failed Automatic Resolution -
totalConflictsResolved:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Conflicts Automatically Resolved -
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 -
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":{
"$schema":"mpoints:statisticsTableReplicat",
"statisticsTableReplicat":[
{
"totalIgnores":"0",
"tableName":"U1.WAREHOUSE",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"186"
},
{
"totalIgnores":"0",
"tableName":"U1.STOCK",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"2076"
},
{
"totalIgnores":"0",
"tableName":"U1.OORDER",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"200",
"mappedTotalDeletes":"0",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"160"
},
{
"totalIgnores":"0",
"tableName":"U1.HISTORY",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"186",
"mappedTotalDeletes":"0",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"0"
},
{
"totalIgnores":"0",
"tableName":"U1.NEW_ORDER",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"200",
"mappedTotalDeletes":"160",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"0"
},
{
"totalIgnores":"0",
"tableName":"U1.ORDER_LINE",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"2076",
"mappedTotalDeletes":"0",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"1600"
},
{
"totalIgnores":"0",
"tableName":"U1.CUSTOMER",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"346"
},
{
"totalIgnores":"0",
"tableName":"U1.DISTRICT",
"totalConflictsResolved":"0",
"totalDiscards":"0",
"mappedTotalInserts":"0",
"mappedTotalDeletes":"0",
"totalConflictsFailed":"0",
"mappedTotalTruncates":"0",
"totalConflictsDetected":"0",
"mappedTotalUpdates":"386"
}
]
},
"messages":[
],
"links":[
]
}