Retrieve an existing Coordinated Replicat Statistics
get
/services/{version}/mpoints/{item}/coordinationReplicat
Required Role: User
Retrieve an existing Coordinated Replicat StatisticsRequest
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 Coordinated Replicat Statsitics
Type:
objectTitle:
Show Source
Oracle GoldenGate Coordinated Replicat Statsitics-
$schema:
Allowed Values:
[ "mpoints:coordinationReplicat" ] -
averageCoordinationTime:
integer
Minimum Value:
0Maximum Value:9223372036854776000Average Coordination Time -
isReplicatCoordinator:
boolean
Is the Coordinator
-
maxthreads:
integer
Minimum Value:
0Maximum Value:9223372036854776000Max number of Threads -
threadLagGap:
integer
Minimum Value:
0Maximum Value:9223372036854776000Thread Lag Gap -
totalDdls:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total DDL Commands Processed -
totalEventactions:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total Event Actions -
totalPkUpdates:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total Primary Key Updates -
totalUserDefinedBarriers:
integer
Minimum Value:
0Maximum Value:9223372036854776000Total 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":[
]
}