Retrieve an existing Coordinated Replicat Statistics
get
                    /services/{version}/mpoints/{item}/coordinationReplicat
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 Coordinated Replicat Statsitics
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        Oracle GoldenGate Coordinated Replicat Statsitics- 
            $schema(optional): 
            
            Allowed Values:[ "mpoints:coordinationReplicat" ]
- 
            averageCoordinationTime(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Average Coordination Time
- 
            isReplicatCoordinator(optional): 
            boolean
            Is the Coordinator
- 
            maxthreads(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Max number of Threads
- 
            threadLagGap(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Thread Lag Gap
- 
            totalDdls(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Total DDL Commands Processed
- 
            totalEventactions(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Total Event Actions
- 
            totalPkUpdates(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Total Primary Key Updates
- 
            totalUserDefinedBarriers(optional): 
            integer
            Minimum Value:0Maximum Value:9.223372036854776E18Total User Defined Barriers
Example Response (application/json)
                    {
    "$schema":"api:standardResponse",
    "response":{
        "averageCoordinationTime":0,
        "totalDdls":0,
        "isReplicatCoordinator":true,
        "totalPkUpdates":0,
        "$schema":"mpoints:coordinationReplicat",
        "threadLagGap":0,
        "totalEventactions":0,
        "maxthreads":5,
        "totalUserDefinedBarriers":0
    },
    "messages":[
    ],
    "links":[
    ]
}