Retrieve an existing Distribution Server Chunk Statistics
get
/services/{version}/mpoints/{item}/distsrvrChunkStats
Request
Path Parameters
-
item: string
Minimum Length:
1Maximum Length:32 -
version: 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:
objectTitle:
Show Source
Oracle GoldenGate Distribution Server Chunk statistics-
$schema:
Allowed Values:
[ "mpoints:distsrvrChunkStats" ] -
statistics:
array statistics
Minimum Number of Items:
0Maximum Number of Items:2147483647
Nested Schema : statistics
Type:
arrayMinimum Number of Items:
0Maximum Number of Items:
Show Source
2147483647Nested Schema : items
Type:
Show Source
object-
name:
string
Minimum Length:
1Maximum Length:240Path Name -
stats:
object stats
Nested Schema : stats
Type:
Show Source
object-
$schema:
Allowed Values:
[ "ogg:distPathChunkStats" ] -
chunkId:
integer
Minimum Value:
1Maximum Value:4.294967295E9 -
ddl:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18 -
deletes:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18 -
inserts:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18 -
lcrReceived:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18 -
lcrSent:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18 -
other:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18 -
procedure:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18 -
updates:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18
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":[
]
}