Retrieve an existing Extract Database Statistics by Table
get
/services/{version}/mpoints/{item}/statisticsTableExtract
Required Role: User
Retrieve an existing Extract Database Statistics by TableRequest
Path Parameters
-
item(required): string
Minimum Length:
1Maximum 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 Extract table statistics
Type:
objectTitle:
Show Source
Oracle GoldenGate Extract table statistics-
$schema:
Allowed Values:
[ "mpoints:statisticsTableExtract" ] -
statisticsTableExtract:
array statisticsTableExtract
Minimum Number of Items:
0Maximum Number of Items:2147483647
Nested Schema : statisticsTableExtract
Type:
arrayMinimum Number of Items:
0Maximum Number of Items:
Show Source
2147483647Nested Schema : items
Type:
Show Source
object-
mappedTotalDeletes:
integer
Minimum Value:
0Maximum Value:9223372036854776000DELETE operations performed -
mappedTotalInserts:
integer
Minimum Value:
0Maximum Value:9223372036854776000INSERT operations performed -
mappedTotalTruncates:
integer
Minimum Value:
0Maximum Value:9223372036854776000TRUNCATE operations performed -
mappedTotalUnsupported:
integer
Minimum Value:
0Maximum Value:9223372036854776000UNSUPPORTED operations performed -
mappedTotalUpdates:
integer
Minimum Value:
0Maximum Value:9223372036854776000UPDATE operations performed -
mappedTotalUpserts:
integer
Minimum Value:
0Maximum Value:9223372036854776000UPSERT operations performed -
tableName:
string
Minimum Length:
1Maximum Length:1024Table Name -
totalDiscards:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of operations discarded -
totalIgnores:
integer
Minimum Value:
0Maximum Value:9223372036854776000Number of errors ignored -
totalMetadataRecords:
integer
Minimum Value:
0Maximum Value:9223372036854776000Metadata records written to trail -
totalRowFetchAttempts:
integer
Minimum Value:
0Maximum Value:9223372036854776000Attempts to fetch from DBMS -
totalRowFetchFailures:
integer
Minimum Value:
0Maximum Value:9223372036854776000Failed fetch attempts
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:statisticsTableExtract",
"statisticsTableExtract":[
{
"totalIgnores":0,
"tableName":"U1.WAREHOUSE",
"totalDiscards":0,
"mappedTotalInserts":0,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":96,
"totalMetadataRecords":1
},
{
"totalIgnores":0,
"tableName":"U1.DISTRICT",
"totalDiscards":0,
"mappedTotalInserts":0,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":200,
"totalMetadataRecords":1
},
{
"totalIgnores":0,
"tableName":"U1.CUSTOMER",
"totalDiscards":0,
"mappedTotalInserts":0,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":186,
"totalMetadataRecords":1
},
{
"totalIgnores":0,
"tableName":"U1.HISTORY",
"totalDiscards":0,
"mappedTotalInserts":96,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":0,
"totalMetadataRecords":1
},
{
"totalIgnores":0,
"tableName":"U1.NEW_ORDER",
"totalDiscards":0,
"mappedTotalInserts":104,
"mappedTotalDeletes":90,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":0,
"totalMetadataRecords":1
},
{
"totalIgnores":0,
"tableName":"U1.OORDER",
"totalDiscards":0,
"mappedTotalInserts":104,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":90,
"totalMetadataRecords":1
},
{
"totalIgnores":0,
"tableName":"U1.ORDER_LINE",
"totalDiscards":0,
"mappedTotalInserts":1080,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":886,
"totalMetadataRecords":1
},
{
"totalIgnores":0,
"tableName":"U1.STOCK",
"totalDiscards":0,
"mappedTotalInserts":0,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":1080,
"totalMetadataRecords":1
}
]
},
"messages":[
],
"links":[
]
}