Retrieve an existing Coordinated Replicat Statistics

get

/services/{version}/mpoints/{item}/coordinationReplicat

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : Oracle GoldenGate Coordinated Replicat Statsitics
Type: object
Title: Oracle GoldenGate Coordinated Replicat Statsitics
Show Source
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":[
    ]
}