Retrieve an existing Receiver Service Statistics
get
/services/{version}/mpoints/{item}/recvsrvrStats
Required Role: User
Retrieve an existing Receiver Service 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 Receiver Server Statistics
Type:
object
Title:
Show Source
Oracle GoldenGate Receiver Server Statistics
-
$schema:
Allowed Values:
[ "mpoints:recvsrvrStats" ]
-
recvsrvrStats:
array recvsrvrStats
Minimum Number of Items:
0
Maximum Number of Items:2147483647
Nested Schema : recvsrvrStats
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
2147483647
Nested Schema : items
Type:
Show Source
object
-
flushSizeThreshold:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Threshold Size for Flushing the Buffer -
flushTimeThreshold:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Threshold Time for Flushing the Buffer -
isAlive:
boolean
The path is connected to Distribution Server
-
lastCommandReceived:
string
Minimum Length:
1
Maximum Length:512
Last Command Received -
lastCommandTimestamp:
lastCommandTimestamp
Timestamp of the Last Command Received
-
lastDataTimestamp:
lastDataTimestamp
Timestamp of the Last Data Received
-
lastFileReceived:
string
Minimum Length:
1
Maximum Length:512
Last File Received -
lastStarted:
lastStarted
Timestamp of the last time started.
-
localUri:
string
Minimum Length:
1
Maximum Length:512
URI of the Source -
messageBufferSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Size of the Message Buffer -
pathName:
string
Minimum Length:
1
Maximum Length:512
Name of the Path -
receiveBufferSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Size of the Receive Buffer -
remoteUri:
string
Minimum Length:
1
Maximum Length:512
URI of the Target -
sendBufferSize:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Size of the Send Buffer -
targetFileName:
string
Minimum Length:
1
Maximum Length:512
Target File Name -
targetInitiated:
boolean
Indicates that this path is target initiated
-
totalBytesReceived:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Bytes Received -
totalBytesSent:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Bytes Sent -
totalBytesWritten:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total File Bytes Written -
totalCommands:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Commands -
totalMessagesReceived:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Messages Received -
totalMessagesSent:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Messages Sent -
totalReceives:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Receives -
totalReceiveWaitTime:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Receive Wait Time -
totalSends:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Number of Sends -
totalSendWaitTime:
integer
Minimum Value:
0
Maximum Value:9223372036854776000
Total Send Wait Time
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:recvsrvrStats",
"recvsrvrStats":[
{
"totalMessagesSent":"4",
"totalSends":"1000",
"lastCommandReceived":"Send",
"lastFileReceived":"opt/ogg/trail01",
"flushSizeThreshold":"1024",
"targetFileName":"opt/ogg/trail01",
"sendBufferSize":"4096",
"localUri":"//file:mysys/opt/ogg/trail01",
"lastDataTimestamp":"2015-06-05T13:22:18.034456Z",
"totalReceives":"200",
"messageBufferSize":"4096",
"totalBytesReceived":"443987",
"flushTimeThreshold":"5000",
"totalBytesWritten":"12345",
"sourceUri":"//file:mysys/opt/ogg/trail01",
"totalSendWaitTime":"234567",
"receiveBufferSize":"4096",
"totalMessagesReceived":"5",
"totalReceiveWaitTime":"778787",
"lastCommandTimestamp":"2015-06-05T13:22:18.034456Z",
"totalCommands":"1002",
"pathName":"server1",
"totalBytesSent":"3276712"
},
{
"totalMessagesSent":"4",
"totalSends":"1000",
"lastCommandReceived":"Send",
"lastFileReceived":"opt/ogg/trail02",
"flushSizeThreshold":"1024",
"targetFileName":"opt/ogg/trail02",
"sendBufferSize":"4096",
"localUri":"//file:mysys/opt/ogg/trail02",
"lastDataTimestamp":"2015-06-05T13:22:18.034456Z",
"totalReceives":"200",
"messageBufferSize":"4096",
"totalBytesReceived":"443987",
"flushTimeThreshold":"5000",
"totalBytesWritten":"12345",
"sourceUri":"//file:mysys/opt/ogg/trail02",
"totalSendWaitTime":"234567",
"receiveBufferSize":"4096",
"totalMessagesReceived":"5",
"totalReceiveWaitTime":"778787",
"lastCommandTimestamp":"2015-06-05T13:22:18.034456Z",
"totalCommands":"1002",
"pathName":"server2",
"totalBytesSent":"3276712"
}
]
},
"messages":[
],
"links":[
]
}