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:
1
Maximum 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:
object
Title:
Show Source
Oracle GoldenGate Coordinated Replicat Statsitics
-
$schema:
Allowed Values:
[ "mpoints:coordinationReplicat" ]
-
averageCoordinationTime:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Average Coordination Time -
isReplicatCoordinator:
boolean
Is the Coordinator
-
maxthreads:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Max number of Threads -
threadLagGap:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Thread Lag Gap -
totalDdls:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total DDL Commands Processed -
totalEventactions:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Event Actions -
totalPkUpdates:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Primary Key Updates -
totalUserDefinedBarriers:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total 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":[
]
}