Retrieve an existing Distribution Server Path Statistics
get
/services/{version}/mpoints/{item}/distsrvrPathStats
Required Role: User
Retrieve an existing Distribution Server Path 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 Distribution Server Path statistics
Type:
object
Title:
Show Source
Oracle GoldenGate Distribution Server Path statistics
-
$schema:
Allowed Values:
[ "mpoints:distsrvrPathStats" ]
-
statistics(required):
array statistics
Minimum Number of Items:
0
Maximum Number of Items:2147483647
Nested Schema : statistics
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
2147483647
Nested Schema : items
Type:
Show Source
object
-
lag:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Process lag in seconds -
lcrsReceived:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of LCRs Received -
lcrsSent:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Number of LCRs Sent -
name:
string
Minimum Length:
1
Maximum Length:240
Path Name -
status:
Default Value:
stopped
Allowed Values:[ "paused", "running", "stopping", "stopped", "killed", "uninitialized" ]
Path Status -
targetInitiated:
boolean
Indicates that this path is target initiated
-
totalDDLs:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of DDLs -
totalDeletes:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Deletes -
totalInserts:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Inserts -
totalOthers:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Other Commands -
totalProcedures:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Procedures -
totalUnsupported:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Unsupported -
totalUpdates:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Updates -
totalUpserts:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Upserts
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:distsrvrPathStats",
"statistics":[
{
"totalInserts":"10",
"totalOthers":"2",
"name":"PROD.PATH.1",
"totalDeletes":"30",
"lcrsReceived":"96",
"totalDDLs":"0",
"totalProcedures":"0",
"totalUpdates":"20",
"lcrsSent":"10"
},
{
"totalInserts":"5",
"totalOthers":"1",
"name":"PROD.PATH.2",
"totalDeletes":"0",
"lcrsReceived":"43",
"totalDDLs":"0",
"totalProcedures":"0",
"totalUpdates":"2",
"lcrsSent":"15"
}
]
},
"messages":[
],
"links":[
]
}