Retrieve an existing Distribution Server Chunk Statistics
get
/services/{version}/mpoints/{item}/distsrvrChunkStats
Required Role: User
Retrieve an existing Distribution Server Chunk 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 Chunk statistics
Type:
object
Title:
Show Source
Oracle GoldenGate Distribution Server Chunk statistics
-
$schema:
Allowed Values:
[ "mpoints:distsrvrChunkStats" ]
-
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
-
name:
string
Minimum Length:
1
Maximum Length:240
Path Name -
stats:
object stats
Nested Schema : stats
Type:
Show Source
object
-
$schema:
Allowed Values:
[ "ogg:distPathChunkStats" ]
-
chunkId(required):
integer
Minimum Value:
1
Maximum Value:4294967295
-
ddl:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
deletes:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
inserts:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
lcrReceived(required):
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
lcrSent(required):
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
other:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
procedure:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
unsupported:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
updates:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
-
upserts:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:distsrvrChunkStats",
"statistics":[
{
"totalInserts":"10",
"totalOthers":"2",
"name":"PROD.PATH.1",
"totalDeletes":"30",
"lcrsReceived":"96",
"totalDDLs":"0",
"totalProcedures":"0",
"chunkId":"1",
"totalUpdates":"20",
"lcrsSent":"10"
},
{
"totalInserts":"10",
"totalOthers":"2",
"name":"PROD.PATH.1",
"totalDeletes":"30",
"lcrsReceived":"96",
"totalDDLs":"0",
"totalProcedures":"0",
"chunkId":"2",
"totalUpdates":"20",
"lcrsSent":"10"
},
{
"totalInserts":"5",
"totalOthers":"1",
"name":"PROD.PATH.2",
"totalDeletes":"0",
"lcrsReceived":"43",
"totalDDLs":"0",
"totalProcedures":"0",
"chunkId":"1",
"totalUpdates":"2",
"lcrsSent":"15"
},
{
"totalInserts":"5",
"totalOthers":"1",
"name":"PROD.PATH.2",
"totalDeletes":"0",
"lcrsReceived":"43",
"totalDDLs":"0",
"totalProcedures":"0",
"chunkId":"2",
"totalUpdates":"2",
"lcrsSent":"15"
}
]
},
"messages":[
],
"links":[
]
}