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(optional): 
            
            Allowed Values:[ "mpoints:statisticsReplicat" ]
- 
            mappedTotalDeletes(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18DELETE operations performed
- 
            mappedTotalInserts(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18INSERT operations performed
- 
            mappedTotalTruncates(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18TRUNCATE operations performed
- 
            mappedTotalUnsupported(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18UNSUPPORTED operations performed
- 
            mappedTotalUpdates(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18UPDATE operations performed
- 
            mappedTotalUpserts(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18UPSERT operations performed
- 
            totalConflictsDetected(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of Database Conflicts
- 
            totalConflictsFailed(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of DB conflict that could not be automatically resolved
- 
            totalConflictsResolved(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of DB conflict resolved per user settings
- 
            totalConversionErrors(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of character conversion errors
- 
            totalConversionTruncates(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of character conversion truncations
- 
            totalDeleteRowExists(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of DB conflicts of the type delete row exists
- 
            totalDeleteRowMissing(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of DB conflicts of the type delete row missing
- 
            totalDiscards(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of operations discarded
- 
            totalExecutedDdls(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18DDL operations performed
- 
            totalExecutedProcedures(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Procedures operations performed
- 
            totalIgnores(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of errors ignored
- 
            totalInsertRowExists(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of DB conflicts of the type insert row exists
- 
            totalUpdateRowExists(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Number of DB conflicts of the type update row exists
- 
            totalUpdateRowMissing(optional): 
            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":[
    ]
}